summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/pdetarget/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-01-23 00:46:13 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-01-23 00:46:13 +0000
commitae2712e93980a850895aeb3d59500cd975622b31 (patch)
treefeeb83bc6c1e188a7ce28d4acc8af450a3c0bf42 /java/sca/distribution/pdetarget/pom.xml
parent8aba15c66515b25f2a6a3af645dc24623dedc975 (diff)
Fixing PDE Target pom to avoid issues when building from top level
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736870 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution/pdetarget/pom.xml')
-rw-r--r--java/sca/distribution/pdetarget/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/java/sca/distribution/pdetarget/pom.xml b/java/sca/distribution/pdetarget/pom.xml
index 4cf42ec38c..b978a50ca3 100644
--- a/java/sca/distribution/pdetarget/pom.xml
+++ b/java/sca/distribution/pdetarget/pom.xml
@@ -109,8 +109,6 @@
<!-- Profile that can be used to build the modules included in the distro -->
<profile>
<id>modules</id>
- <profile>
- <id>modules</id>
<modules>
<module>../../modules/assembly</module>
<module>../../modules/assembly-xml</module>
@@ -159,7 +157,8 @@
<module>../../modules/workspace-impl</module>
<module>../../modules/workspace-xml</module>
<module>../../modules/xsd</module>
- <module>../../modules/xsd-xml</module>
+ <module>../../modules/xsd-xml</module>
+ </modules>
</profile>
</profiles>