[jbpm-commits] JBoss JBPM SVN: r5704 - jbpm4/trunk/modules/integration/tomcat.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 6 01:21:34 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-10-06 01:21:34 -0400 (Tue, 06 Oct 2009)
New Revision: 5704

Added:
   jbpm4/trunk/modules/integration/tomcat/.classpath
   jbpm4/trunk/modules/integration/tomcat/.project
Modified:
   jbpm4/trunk/modules/integration/tomcat/
Log:
provide eclipse project files for tomcat module


Property changes on: jbpm4/trunk/modules/integration/tomcat
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings


Added: jbpm4/trunk/modules/integration/tomcat/.classpath
===================================================================
--- jbpm4/trunk/modules/integration/tomcat/.classpath	                        (rev 0)
+++ jbpm4/trunk/modules/integration/tomcat/.classpath	2009-10-06 05:21:34 UTC (rev 5704)
@@ -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>

Added: jbpm4/trunk/modules/integration/tomcat/.project
===================================================================
--- jbpm4/trunk/modules/integration/tomcat/.project	                        (rev 0)
+++ jbpm4/trunk/modules/integration/tomcat/.project	2009-10-06 05:21:34 UTC (rev 5704)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbpm-tomcat6</name>
+	<comment></comment>
+	<projects>
+	</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>



More information about the jbpm-commits mailing list