[jboss-cvs] Repository SVN: r11114 - jbpm/jpdl/3.2.2.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 17 11:09:11 EDT 2008


Author: chris.laprun at jboss.com
Date: 2008-06-17 11:09:11 -0400 (Tue, 17 Jun 2008)
New Revision: 11114

Added:
   jbpm/jpdl/3.2.2/component-info.xml
Log:
 Added missing component-info.xml

Added: jbpm/jpdl/3.2.2/component-info.xml
===================================================================
--- jbpm/jpdl/3.2.2/component-info.xml	                        (rev 0)
+++ jbpm/jpdl/3.2.2/component-info.xml	2008-06-17 15:09:11 UTC (rev 11114)
@@ -0,0 +1,18 @@
+<project name="jbpm/jpdl-component-info">
+	<component id="jbpm/jpdl"
+		licenseType="lgpl"
+		version="3.2.2"
+		projectHome="http://jbpm.org/"
+		description="Powerful BPM and workflow engine in Java">
+		
+		<artifact id="jbpm-jpdl.jar"/>
+		<artifact id="jbpm-identity.jar"/>
+		<artifact id="jbpm-jmx.jar"/>
+		
+		<export>
+			<include input="jbpm-jpdl.jar"/>
+			<include input="jbpm-identity.jar"/>
+			<include input="jbpm-jmx.jar"/>
+		</export>
+	</component>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list