[jbpm-commits] JBoss JBPM SVN: r2933 - in jbpm3/branches/tdiesler/modules: simulation and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 14 07:58:21 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-14 07:58:21 -0500 (Fri, 14 Nov 2008)
New Revision: 2933

Added:
   jbpm3/branches/tdiesler/modules/integration/.classpath
Modified:
   jbpm3/branches/tdiesler/modules/integration/
   jbpm3/branches/tdiesler/modules/integration/.project
   jbpm3/branches/tdiesler/modules/simulation/.classpath
Log:
Add eclipse stuff


Property changes on: jbpm3/branches/tdiesler/modules/integration
___________________________________________________________________
Name: svn:ignore
   + target
.settings


Added: jbpm3/branches/tdiesler/modules/integration/.classpath
===================================================================
--- jbpm3/branches/tdiesler/modules/integration/.classpath	                        (rev 0)
+++ jbpm3/branches/tdiesler/modules/integration/.classpath	2008-11-14 12:58:21 UTC (rev 2933)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+	<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"/>
+</classpath>

Modified: jbpm3/branches/tdiesler/modules/integration/.project
===================================================================
--- jbpm3/branches/tdiesler/modules/integration/.project	2008-11-14 12:50:31 UTC (rev 2932)
+++ jbpm3/branches/tdiesler/modules/integration/.project	2008-11-14 12:58:21 UTC (rev 2933)
@@ -6,12 +6,18 @@
 	</projects>
 	<buildSpec>
 		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
 			<name>org.maven.ide.eclipse.maven2Builder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.maven.ide.eclipse.maven2Nature</nature>
 	</natures>
 </projectDescription>

Modified: jbpm3/branches/tdiesler/modules/simulation/.classpath
===================================================================
--- jbpm3/branches/tdiesler/modules/simulation/.classpath	2008-11-14 12:50:31 UTC (rev 2932)
+++ jbpm3/branches/tdiesler/modules/simulation/.classpath	2008-11-14 12:58:21 UTC (rev 2933)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
-	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
 	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
 	<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"/>




More information about the jbpm-commits mailing list