[jbpm-commits] JBoss JBPM SVN: r6568 - in projects/jsf-console/branches/jsf-console-3.2-soa: soa-distribution and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Aug 11 02:22:59 EDT 2010


Author: ryanzhang
Date: 2010-08-11 02:22:58 -0400 (Wed, 11 Aug 2010)
New Revision: 6568

Added:
   projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/
Removed:
   projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/
Modified:
   projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml
   projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/pom.xml
Log:
Update soa profile and rename soa module as soa-distribution, put soa overlay patch into the module

Modified: projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml	2010-08-11 06:19:56 UTC (rev 6567)
+++ projects/jsf-console/branches/jsf-console-3.2-soa/pom.xml	2010-08-11 06:22:58 UTC (rev 6568)
@@ -174,7 +174,7 @@
     <profile>
       <id>soa</id>
       <modules>
-        <module>soa</module>
+        <module>soa-distribution</module>
       </modules>
     </profile>
   </profiles>

Copied: projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution (from rev 6558, projects/jsf-console/branches/jsf-console-3.2-soa/soa)

Modified: projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2-soa/soa/pom.xml	2010-08-10 08:03:43 UTC (rev 6558)
+++ projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/pom.xml	2010-08-11 06:22:58 UTC (rev 6568)
@@ -10,9 +10,9 @@
 <project 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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>jBPM3 - SOA Overlay</name>
+  <name>jBPM3 - Build SOA-P distribution</name>
   <groupId>org.jbpm.jbpm3</groupId>
-  <artifactId>soa-webapp</artifactId>
+  <artifactId>jsf-console-soa</artifactId>
   <packaging>war</packaging>
 
   <!-- Parent -->



More information about the jbpm-commits mailing list