You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cs...@apache.org on 2011/06/10 08:39:48 UTC

svn commit: r1134208 - in /camel/trunk: apache-camel/pom.xml pom.xml

Author: cschneider
Date: Fri Jun 10 06:39:48 2011
New Revision: 1134208

URL: http://svn.apache.org/viewvc?rev=1134208&view=rev
Log:
Activate or deactivate the assembly build from the root pom

Modified:
    camel/trunk/apache-camel/pom.xml
    camel/trunk/pom.xml

Modified: camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=1134208&r1=1134207&r2=1134208&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Fri Jun 10 06:39:48 2011
@@ -557,14 +557,6 @@
     </dependency>
   </dependencies>
 
-  <profiles>
-    <profile>
-      <id>build.distro</id>
-      <activation>
-        <property>
-          <name>!noassembly</name>
-        </property>
-      </activation>
       <build>
         <plugins>
           <plugin>
@@ -629,8 +621,6 @@
           </plugin>
         </plugins>
       </build>
-    </profile>
-  </profiles>
 
   <reporting>
     <plugins>

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1134208&r1=1134207&r2=1134208&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Fri Jun 10 06:39:48 2011
@@ -118,7 +118,6 @@
     <module>tooling</module>
     <module>tests</module>
     <module>examples</module>
-    <module>apache-camel</module>
   </modules>
 
   <scm>
@@ -546,6 +545,17 @@
 
   <profiles>
     <profile>
+      <id>assembly</id>
+      <activation>
+        <property>
+          <name>!noassembly</name>
+        </property>
+      </activation>
+      <modules>
+        <module>apache-camel</module>
+      </modules>
+    </profile>
+    <profile>
       <id>setup.eclipse</id>
       <!--
         set up the eclipse workspace and generate the .classpath and .project files for modules