blob: 4f95113dfd28ccc69dfc91ef6521349497bb9690 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<projectDescription>
<name>org.apache.tuscany.sca.updatesite</name>
<comment>Parent POM defining settings that can be used across Tuscany</comment>
<projects>
<project>org.apache.tuscany.sca.core</project>
<project>org.apache.tuscany.sca.feature</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.UpdateSiteBuilder</name>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.UpdateSiteNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
|