Author: slaws
Date: Tue Nov 24 13:09:26 2009
New Revision: 883681

URL: http://svn.apache.org/viewvc?rev=883681&view=rev
Log:
Avoid duplication of module list. 

Modified:
    tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml

Modified: tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml?rev=883681&r1=883680&r2=883681&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml Tue Nov 24 13:09:26 
2009
@@ -38,40 +38,31 @@
         </dependency>
     </dependencies>
 
+    <modules>
+        <module>binding-ws-calculator</module>
+        <module>calculator-rmi</module>
+        <module>implementation-java-calculator</module>
+        <module>legal-checks</module>
+        <module>webapp-helloworld</module>
+        <module>webapp-helloworld-bpel</module>
+        <module>webapp-helloworld-js-client</module>
+        <module>webapp-helloworld-jsp</module>
+        <module>webapp-helloworld-servlet</module>
+        <module>webapp-helloworld-stripes</module>
+    </modules>
+
     <profiles>
       <profile>
           <id>default</id>
           <activation>
               <activeByDefault>true</activeByDefault>
           </activation>
-          <modules>
-              <module>binding-ws-calculator</module>
-              <module>calculator-rmi</module>
-              <module>implementation-java-calculator</module>
-              <module>legal-checks</module>
-              <module>webapp-helloworld</module>
-              <module>webapp-helloworld-bpel</module>
-              <module>webapp-helloworld-js-client</module>
-              <module>webapp-helloworld-jsp</module>
-              <module>webapp-helloworld-servlet</module>
-              <module>webapp-helloworld-stripes</module>
-          </modules>
       </profile>
 
       <profile>
           <id>distribution</id>
           <modules>
               <module>bin-distro-unzip</module>
-              <module>binding-ws-calculator</module>
-              <module>calculator-rmi</module>
-              <module>implementation-java-calculator</module>
-              <module>legal-checks</module>
-              <module>webapp-helloworld</module>
-              <module>webapp-helloworld-bpel</module>
-              <module>webapp-helloworld-js-client</module>
-              <module>webapp-helloworld-jsp</module>
-              <module>webapp-helloworld-servlet</module>
-              <module>webapp-helloworld-stripes</module>
           </modules>
       </profile>
     </profiles>


Reply via email to