[jbpm-commits] JBoss JBPM SVN: r5940 - in jbpm3/branches/jbpm-3.2-soa/modules/distribution: scripts and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 10 03:31:20 EST 2009


Author: alex.guizar at jboss.com
Date: 2009-12-10 03:31:20 -0500 (Thu, 10 Dec 2009)
New Revision: 5940

Modified:
   jbpm3/branches/jbpm-3.2-soa/modules/distribution/pom.xml
   jbpm3/branches/jbpm-3.2-soa/modules/distribution/scripts/antrun-installer.xml
Log:
JBPM-2678: move soa console replacement to package phase as prepare-package seems to be skipped
take out unnecessary disablement of automatic schema creation property

Modified: jbpm3/branches/jbpm-3.2-soa/modules/distribution/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/distribution/pom.xml	2009-12-10 08:26:13 UTC (rev 5939)
+++ jbpm3/branches/jbpm-3.2-soa/modules/distribution/pom.xml	2009-12-10 08:31:20 UTC (rev 5940)
@@ -263,7 +263,7 @@
             <executions>
               <execution>
                 <id>soa-console</id>
-                <phase>prepare-package</phase>
+                <phase>package</phase>
                 <goals>
                   <goal>run</goal>
                 </goals>
@@ -272,7 +272,6 @@
                     <!-- replace jsf-console.war with the SOA platform build -->
                     <property name="project.build.assembly.lib"
                       value="${project.build.assemblyDirectory}/lib" />
-                    <echo>**** Replacing jsf-console with SOA-P build ****</echo>
                     <copy file="${project.build.assembly.lib}/jsf-console-soa.war"
                       tofile="${project.build.assembly.lib}/jsf-console.war"
                       overwrite="yes" />

Modified: jbpm3/branches/jbpm-3.2-soa/modules/distribution/scripts/antrun-installer.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/distribution/scripts/antrun-installer.xml	2009-12-10 08:26:13 UTC (rev 5939)
+++ jbpm3/branches/jbpm-3.2-soa/modules/distribution/scripts/antrun-installer.xml	2009-12-10 08:31:20 UTC (rev 5940)
@@ -63,7 +63,6 @@
     <property name="db2.cfg.xml"
               value="${project.build.assembly.resources}/jbpm-jpdl-config/hibernate.cfg.db2.xml" />
     <macro-disable file="${db2.cfg.xml}" section="JDBC connection properties" />
-    <macro-disable file="${db2.cfg.xml}" section="Automatic schema creation" />
     <macro-enable file="${db2.cfg.xml}" section="DataSource properties" />
     <macro-enable file="${db2.cfg.xml}" section="JTA transaction properties" />
 
@@ -77,35 +76,30 @@
     <property name="mssql.cfg.xml"
               value="${project.build.assembly.resources}/jbpm-jpdl-config/hibernate.cfg.mssql.xml" />
     <macro-disable file="${mssql.cfg.xml}" section="JDBC connection properties" />
-    <macro-disable file="${mssql.cfg.xml}" section="Automatic schema creation" />
     <macro-enable file="${mssql.cfg.xml}" section="DataSource properties" />
     <macro-enable file="${mssql.cfg.xml}" section="JTA transaction properties" />
 
     <property name="mysql.cfg.xml"
               value="${project.build.assembly.resources}/jbpm-jpdl-config/hibernate.cfg.mysql.xml" />
     <macro-disable file="${mysql.cfg.xml}" section="JDBC connection properties" />
-    <macro-disable file="${mysql.cfg.xml}" section="Automatic schema creation" />
     <macro-enable file="${mysql.cfg.xml}" section="DataSource properties" />
     <macro-enable file="${mysql.cfg.xml}" section="JTA transaction properties" />
 
     <property name="oracle.cfg.xml"
               value="${project.build.assembly.resources}/jbpm-jpdl-config/hibernate.cfg.oracle.xml" />
     <macro-disable file="${oracle.cfg.xml}" section="JDBC connection properties" />
-    <macro-disable file="${oracle.cfg.xml}" section="Automatic schema creation" />
     <macro-enable file="${oracle.cfg.xml}" section="DataSource properties" />
     <macro-enable file="${oracle.cfg.xml}" section="JTA transaction properties" />
 
     <property name="postgresql.cfg.xml"
               value="${project.build.assembly.resources}/jbpm-jpdl-config/hibernate.cfg.postgresql.xml" />
     <macro-disable file="${postgresql.cfg.xml}" section="JDBC connection properties" />
-    <macro-disable file="${postgresql.cfg.xml}" section="Automatic schema creation" />
     <macro-enable file="${postgresql.cfg.xml}" section="DataSource properties" />
     <macro-enable file="${postgresql.cfg.xml}" section="JTA transaction properties" />
 
     <property name="sybase.cfg.xml"
               value="${project.build.assembly.resources}/jbpm-jpdl-config/hibernate.cfg.sybase.xml" />
     <macro-disable file="${sybase.cfg.xml}" section="JDBC connection properties" />
-    <macro-disable file="${sybase.cfg.xml}" section="Automatic schema creation" />
     <macro-enable file="${sybase.cfg.xml}" section="DataSource properties" />
     <macro-enable file="${sybase.cfg.xml}" section="JTA transaction properties" />
 



More information about the jbpm-commits mailing list