[jbpm-commits] JBoss JBPM SVN: r2270 - in jbpm3/trunk/modules/examples: scripts and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 17 10:05:38 EDT 2008


Author: koen.aers at jboss.com
Date: 2008-09-17 10:05:38 -0400 (Wed, 17 Sep 2008)
New Revision: 2270

Added:
   jbpm3/trunk/modules/examples/scripts/
   jbpm3/trunk/modules/examples/scripts/assembly-examples.xml
Log:
JBPM-1420: create an jar file containing the simple example

Added: jbpm3/trunk/modules/examples/scripts/assembly-examples.xml
===================================================================
--- jbpm3/trunk/modules/examples/scripts/assembly-examples.xml	                        (rev 0)
+++ jbpm3/trunk/modules/examples/scripts/assembly-examples.xml	2008-09-17 14:05:38 UTC (rev 2270)
@@ -0,0 +1,19 @@
+<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
+  <id>examples</id>
+  <formats>
+    <format>jar</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>src/test/resources/simple</directory>
+      <outputDirectory>/simple/src/main/jpdl</outputDirectory>
+      <includes>
+        <include>gpd.xml</include>
+        <include>processdefinition.xml</include>
+        <include>processimage.jpg</include>
+      </includes>
+    </fileSet>
+  </fileSets>
+</assembly>
\ No newline at end of file




More information about the jbpm-commits mailing list