blob: 334e14be4d97a9977edc523cb97c55c875390f3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<projectDescription>
<name>tuscany-assembly</name>
<comment>Parent POM defining settings that can be used across Tuscany</comment>
<projects>
<project>tuscany-definitions</project>
<project>tuscany-extensibility</project>
<project>tuscany-policy</project>
<project>tuscany-interface</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
|