You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2006/12/26 17:41:54 UTC

svn commit: r490324 - /incubator/tuscany/java/pom.xml

Author: jboynes
Date: Tue Dec 26 08:41:54 2006
New Revision: 490324

URL: http://svn.apache.org/viewvc?view=rev&rev=490324
Log:
do not activate 'all' profile by default
this fits the move to modularity but I hope also gets parabuild to shut up

Modified:
    incubator/tuscany/java/pom.xml

Modified: incubator/tuscany/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/pom.xml?view=diff&rev=490324&r1=490323&r2=490324
==============================================================================
--- incubator/tuscany/java/pom.xml (original)
+++ incubator/tuscany/java/pom.xml Tue Dec 26 08:41:54 2006
@@ -40,9 +40,6 @@
         <!-- default profile that builds everything -->
         <profile>
             <id>all</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
             <modules>
                 <module>pom/parent</module>
                 <module>buildtools</module>
@@ -79,10 +76,6 @@
             <modules>
                 <module>sca</module>
                 <module>samples/sca</module>
-<!--
-                <module>distribution/sca/standalone</module>
-                <module>distribution/sca/web</module>
--->
             </modules>
         </profile>
     </profiles>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org