You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2009/03/11 16:06:00 UTC

svn commit: r752463 - in /camel/trunk: apache-camel/src/main/descriptors/common-bin.xml pom.xml

Author: janstey
Date: Wed Mar 11 15:05:59 2009
New Revision: 752463

URL: http://svn.apache.org/viewvc?rev=752463&view=rev
Log:
Version 2.2-beta-3 of the assembly plugin can actually build the 
camel-web-standalone module and the Camel distribution too!


Modified:
    camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
    camel/trunk/pom.xml

Modified: camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml?rev=752463&r1=752462&r2=752463&view=diff
==============================================================================
--- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original)
+++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Wed Mar 11 15:05:59 2009
@@ -15,7 +15,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<assembly>
+<component>
   <id>common-bin</id>
   <fileSets>
 
@@ -131,4 +131,4 @@
     </dependencySet>
   </dependencySets>
 
-</assembly>
+</component>

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=752463&r1=752462&r2=752463&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Wed Mar 11 15:05:59 2009
@@ -979,7 +979,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.1</version>
+          <version>2.2-beta-3</version>
         </plugin>
         <plugin>
           <groupId>org.apache.cxf</groupId>