[jboss-cvs] Repository SVN: r1319 - in codehaus/cargo: 0.9-portal and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 14 17:51:30 EDT 2007


Author: julien at jboss.com
Date: 2007-09-14 17:51:30 -0400 (Fri, 14 Sep 2007)
New Revision: 1319

Added:
   codehaus/cargo/0.9-portal/
   codehaus/cargo/0.9-portal/component-info.xml
   codehaus/cargo/0.9-portal/lib/
   codehaus/cargo/0.9-portal/lib/cargo-ant-0.9.jar
   codehaus/cargo/0.9-portal/lib/cargo-core-uberjar-0.9.jar
Log:
modified cargo jars

Added: codehaus/cargo/0.9-portal/component-info.xml
===================================================================
--- codehaus/cargo/0.9-portal/component-info.xml	                        (rev 0)
+++ codehaus/cargo/0.9-portal/component-info.xml	2007-09-14 21:51:30 UTC (rev 1319)
@@ -0,0 +1,15 @@
+<project name="codehaus-cargo-component-info">
+   <!-- 0.9 with modifications to add JBoss-4.2 support and shared class path. Those changes will be submitted to the cargo project.  -->
+   <component id="codehaus/cargo"
+              licenseType="apache-2.0"
+              version="0.9"
+              projectHome="http://cargo.codehaus.org/"
+              description="Cargo is a thin wrapper around existing containers (e.g. J2EE containers). It provides different APIs to easily manipulate containers.">
+      <artifact id="cargo-core-uberjar-0.9.jar"/>
+      <artifact id="cargo-ant-0.9.jar"/>
+      <export>
+         <include input="cargo-core-uberjar-0.9.jar"/>
+         <include input="cargo-ant-0.9.jar"/>
+      </export>
+   </component>
+</project>

Added: codehaus/cargo/0.9-portal/lib/cargo-ant-0.9.jar
===================================================================
(Binary files differ)


Property changes on: codehaus/cargo/0.9-portal/lib/cargo-ant-0.9.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: codehaus/cargo/0.9-portal/lib/cargo-core-uberjar-0.9.jar
===================================================================
(Binary files differ)


Property changes on: codehaus/cargo/0.9-portal/lib/cargo-core-uberjar-0.9.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list