Author: ryanzhang
Date: 2010-08-11 02:42:58 -0400 (Wed, 11 Aug 2010)
New Revision: 6569
Added:
jbpm3/branches/jbpm-3.2-soa/modules/soa-distribution/post-patch/overlay_jsf_console.xml
Modified:
jbpm3/branches/jbpm-3.2-soa/modules/soa-distribution/pom.xml
Log:
1)rename soa-distribution module artifact name from soa-jbpm to jbpm-soa, 2)add
overlay_jsf_console patch into soa-distribution module
Modified: jbpm3/branches/jbpm-3.2-soa/modules/soa-distribution/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/soa-distribution/pom.xml 2010-08-11 06:22:58 UTC
(rev 6568)
+++ jbpm3/branches/jbpm-3.2-soa/modules/soa-distribution/pom.xml 2010-08-11 06:42:58 UTC
(rev 6569)
@@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<name>jBPM3- Build distribution for SOA-P </name>
<groupId>org.jbpm.jbpm3</groupId>
- <artifactId>soa-jbpm</artifactId>
+ <artifactId>jbpm-soa</artifactId>
<packaging>pom</packaging>
<!-- Parent -->
Added:
jbpm3/branches/jbpm-3.2-soa/modules/soa-distribution/post-patch/overlay_jsf_console.xml
===================================================================
---
jbpm3/branches/jbpm-3.2-soa/modules/soa-distribution/post-patch/overlay_jsf_console.xml
(rev 0)
+++
jbpm3/branches/jbpm-3.2-soa/modules/soa-distribution/post-patch/overlay_jsf_console.xml 2010-08-11
06:42:58 UTC (rev 6569)
@@ -0,0 +1,15 @@
+<project name="overlay_jsf_console" default="apply.patch">
+
+ <target name="apply.patch" >
+ <delete>
+ <fileset
dir="${module_base_dir}/target/work/jbpm-installed/lib">
+ <include name="jsf-console.war"/>
+ </fileset>
+ </delete>
+ <copy
tofile="${module_base_dir}/target/work/jbpm-installed/lib/jsf-console.war"
overwrite="yes" >
+ <fileset dir="${module_base_dir}/target/dependency/">
+ <include name="jsf-console*.war"/>
+ </fileset>
+ </copy>
+ </target>
+</project>