diff options
Diffstat (limited to 'java/sca/distribution/pdetarget')
-rw-r--r-- | java/sca/distribution/pdetarget/pom.xml | 5 |
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>
|