[jbpm-commits] JBoss JBPM SVN: r2813 - in jbpm3/branches/jbpm-3.3.0.GA: modules/distribution and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Nov 8 06:52:20 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-08 06:52:20 -0500 (Sat, 08 Nov 2008)
New Revision: 2813

Modified:
   jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/.classpath
   jbpm3/branches/jbpm-3.3.0.GA/pom.xml
Log:
Enable modules/db

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/.classpath
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/.classpath	2008-11-08 11:17:37 UTC (rev 2812)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/.classpath	2008-11-08 11:52:20 UTC (rev 2813)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
-	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>

Modified: jbpm3/branches/jbpm-3.3.0.GA/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/pom.xml	2008-11-08 11:17:37 UTC (rev 2812)
+++ jbpm3/branches/jbpm-3.3.0.GA/pom.xml	2008-11-08 11:52:20 UTC (rev 2813)
@@ -431,6 +431,7 @@
       <id>distro</id>
       <modules>
         <module>modules/distribution</module>
+        <module>modules/db</module>
         <module>modules/userguide</module>
       </modules>
       <build>




More information about the jbpm-commits mailing list