[jbpm-commits] JBoss JBPM SVN: r3739 - in jbpm4/branches/hbraun/modules/jpdl: src/main/resources and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Feb 2 08:49:27 EST 2009


Author: heiko.braun at jboss.com
Date: 2009-02-02 08:49:27 -0500 (Mon, 02 Feb 2009)
New Revision: 3739

Removed:
   jbpm4/branches/hbraun/modules/jpdl/src/main/resources/db.properties/
Modified:
   jbpm4/branches/hbraun/modules/jpdl/pom.xml
Log:
remove legacy db.properties

Modified: jbpm4/branches/hbraun/modules/jpdl/pom.xml
===================================================================
--- jbpm4/branches/hbraun/modules/jpdl/pom.xml	2009-02-02 13:46:16 UTC (rev 3738)
+++ jbpm4/branches/hbraun/modules/jpdl/pom.xml	2009-02-02 13:49:27 UTC (rev 3739)
@@ -146,26 +146,6 @@
           </execution>
         </executions>
       </plugin>
-
-      <!--plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>install.hibernate.database.properties</id>
-            <phase>generate-test-resources</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <copy file="target/classes/db.properties/${database}.properties"
-                      tofile="target/classes/hibernate.properties"
-                      overwrite="true" />
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>-->
     </plugins>
   </build>
 




More information about the jbpm-commits mailing list