[jbpm-commits] JBoss JBPM SVN: r4253 - in jbpm4/branches/tbaeyens/modules: examples and 10 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Mar 16 19:38:15 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-03-16 19:38:15 -0400 (Mon, 16 Mar 2009)
New Revision: 4253

Added:
   jbpm4/branches/tbaeyens/modules/integration/.project
   jbpm4/branches/tbaeyens/modules/integration/jboss5/.classpath
   jbpm4/branches/tbaeyens/modules/integration/jboss5/.project
   jbpm4/branches/tbaeyens/modules/integration/spi/.classpath
   jbpm4/branches/tbaeyens/modules/integration/spi/.project
Removed:
   jbpm4/branches/tbaeyens/modules/test-db/.settings/
   jbpm4/branches/tbaeyens/modules/userguide/.settings/
Modified:
   jbpm4/branches/tbaeyens/modules/api/
   jbpm4/branches/tbaeyens/modules/examples/
   jbpm4/branches/tbaeyens/modules/jpdl/
   jbpm4/branches/tbaeyens/modules/log/
   jbpm4/branches/tbaeyens/modules/pvm/
   jbpm4/branches/tbaeyens/modules/test-base/
   jbpm4/branches/tbaeyens/modules/test-pojo/
Log:
provide missing eclipse .project and .classpath files


Property changes on: jbpm4/branches/tbaeyens/modules/api
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings



Property changes on: jbpm4/branches/tbaeyens/modules/examples
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings


Added: jbpm4/branches/tbaeyens/modules/integration/.project
===================================================================
--- jbpm4/branches/tbaeyens/modules/integration/.project	                        (rev 0)
+++ jbpm4/branches/tbaeyens/modules/integration/.project	2009-03-16 23:38:15 UTC (rev 4253)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbpm-integration</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+	</natures>
+</projectDescription>

Added: jbpm4/branches/tbaeyens/modules/integration/jboss5/.classpath
===================================================================
--- jbpm4/branches/tbaeyens/modules/integration/jboss5/.classpath	                        (rev 0)
+++ jbpm4/branches/tbaeyens/modules/integration/jboss5/.classpath	2009-03-16 23:38:15 UTC (rev 4253)
@@ -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/branches/tbaeyens/modules/integration/jboss5/.project
===================================================================
--- jbpm4/branches/tbaeyens/modules/integration/jboss5/.project	                        (rev 0)
+++ jbpm4/branches/tbaeyens/modules/integration/jboss5/.project	2009-03-16 23:38:15 UTC (rev 4253)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbpm-jboss5</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>

Added: jbpm4/branches/tbaeyens/modules/integration/spi/.classpath
===================================================================
--- jbpm4/branches/tbaeyens/modules/integration/spi/.classpath	                        (rev 0)
+++ jbpm4/branches/tbaeyens/modules/integration/spi/.classpath	2009-03-16 23:38:15 UTC (rev 4253)
@@ -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/branches/tbaeyens/modules/integration/spi/.project
===================================================================
--- jbpm4/branches/tbaeyens/modules/integration/spi/.project	                        (rev 0)
+++ jbpm4/branches/tbaeyens/modules/integration/spi/.project	2009-03-16 23:38:15 UTC (rev 4253)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbpm-spi</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>


Property changes on: jbpm4/branches/tbaeyens/modules/jpdl
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings



Property changes on: jbpm4/branches/tbaeyens/modules/log
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings



Property changes on: jbpm4/branches/tbaeyens/modules/pvm
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings



Property changes on: jbpm4/branches/tbaeyens/modules/test-base
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings



Property changes on: jbpm4/branches/tbaeyens/modules/test-pojo
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings





More information about the jbpm-commits mailing list