Author: lresende
Date: Thu Jan 22 16:46:13 2009
New Revision: 736870

URL: http://svn.apache.org/viewvc?rev=736870&view=rev
Log:
Fixing PDE Target pom to avoid issues when building from top level

Modified:
    tuscany/java/sca/distribution/pdetarget/pom.xml

Modified: tuscany/java/sca/distribution/pdetarget/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/distribution/pdetarget/pom.xml?rev=736870&r1=736869&r2=736870&view=diff
==============================================================================
--- tuscany/java/sca/distribution/pdetarget/pom.xml (original)
+++ tuscany/java/sca/distribution/pdetarget/pom.xml Thu Jan 22 16:46:13 2009
@@ -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>
 


Reply via email to