blob: 370a7e03b724faab5a531224e7e33b64a77a3424 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>tuscany-interface-java</name>
<comment>Parent POM defining settings that can be used across Tuscany</comment>
<projects>
<project>tuscany-assembly</project>
<project>tuscany-policy</project>
<project>tuscany-extensibility</project>
<project>tuscany-interface</project>
<project>tuscany-definitions</project>
<project>tuscany-contribution</project>
<project>tuscany-sca-api</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
<value><project>/.externalToolBuilders/org.eclipse.jdt.core.javabuilder (81).launch</value>
</dictionary>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
|