[jbpm-commits] JBoss JBPM SVN: r3202 - jbpm4/trunk/modules/db.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 4 10:04:22 EST 2008


Author: tom.baeyens at jboss.com
Date: 2008-12-04 10:04:22 -0500 (Thu, 04 Dec 2008)
New Revision: 3202

Added:
   jbpm4/trunk/modules/db/.project
Modified:
   jbpm4/trunk/modules/db/pom.xml
Log:
updating db scripts

Added: jbpm4/trunk/modules/db/.project
===================================================================
--- jbpm4/trunk/modules/db/.project	                        (rev 0)
+++ jbpm4/trunk/modules/db/.project	2008-12-04 15:04:22 UTC (rev 3202)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>db</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.stp.bpmn.validation.BatchValidationBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+		<nature>org.eclipse.stp.bpmn.validation.BatchValidationBuildAbleNature</nature>
+	</natures>
+</projectDescription>

Modified: jbpm4/trunk/modules/db/pom.xml
===================================================================
--- jbpm4/trunk/modules/db/pom.xml	2008-12-04 12:28:03 UTC (rev 3201)
+++ jbpm4/trunk/modules/db/pom.xml	2008-12-04 15:04:22 UTC (rev 3202)
@@ -49,9 +49,9 @@
       <groupId>org.jbpm.jbpm4</groupId>
       <artifactId>jbpm-pvm</artifactId>
       <version>${version}</version>
-      <scope>test</scope>
     </dependency>
     
+    <!-- 
     <dependency>
       <groupId>mysql</groupId>
       <artifactId>mysql-connector-java</artifactId>
@@ -63,7 +63,7 @@
       <artifactId>jtds</artifactId>
       <scope>runtime</scope>
     </dependency>
-    
+     -->
   </dependencies>
   
   <!-- Plugins -->
@@ -87,7 +87,7 @@
             <configuration>
               <tasks>
                 <property name="maven.runtime.classpath" refid="maven.runtime.classpath" />
-                <ant antfile="src/main/scripts/build.schema.xml" target="create-schema" />
+                <ant antfile="src/main/ant/build.schema.xml" target="create-schema" />
               </tasks>
             </configuration>
           </execution>




More information about the jbpm-commits mailing list