[jbpm-commits] JBoss JBPM SVN: r5313 - in jbpm4/trunk: modules/devguide and 6 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 16 14:16:27 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-07-16 14:16:26 -0400 (Thu, 16 Jul 2009)
New Revision: 5313

Added:
   jbpm4/trunk/modules/integration/report/.classpath
   jbpm4/trunk/modules/integration/report/.project
Modified:
   jbpm4/trunk/
   jbpm4/trunk/modules/devguide/.project
   jbpm4/trunk/modules/distro/.project
   jbpm4/trunk/modules/integration/
   jbpm4/trunk/modules/integration/form-plugin/
   jbpm4/trunk/modules/integration/graphView-plugin/
   jbpm4/trunk/modules/integration/report/
   jbpm4/trunk/modules/migration/
Log:
supply missing eclipse project files


Property changes on: jbpm4/trunk
___________________________________________________________________
Name: svn:ignore
   - *.iml
profiles.xml
target

   + *.iml
profiles.xml
target
.settings


Modified: jbpm4/trunk/modules/devguide/.project
===================================================================
--- jbpm4/trunk/modules/devguide/.project	2009-07-16 16:17:22 UTC (rev 5312)
+++ jbpm4/trunk/modules/devguide/.project	2009-07-16 18:16:26 UTC (rev 5313)
@@ -5,6 +5,11 @@
 	<projects>
 	</projects>
 	<buildSpec>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
 		<nature>org.maven.ide.eclipse.maven2Nature</nature>

Modified: jbpm4/trunk/modules/distro/.project
===================================================================
--- jbpm4/trunk/modules/distro/.project	2009-07-16 16:17:22 UTC (rev 5312)
+++ jbpm4/trunk/modules/distro/.project	2009-07-16 18:16:26 UTC (rev 5313)
@@ -5,6 +5,11 @@
 	<projects>
 	</projects>
 	<buildSpec>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
 		<nature>org.maven.ide.eclipse.maven2Nature</nature>


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

   + target
.settings



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

   + target
.settings



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

   + target
.settings



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

   + target
.settings


Added: jbpm4/trunk/modules/integration/report/.classpath
===================================================================
--- jbpm4/trunk/modules/integration/report/.classpath	                        (rev 0)
+++ jbpm4/trunk/modules/integration/report/.classpath	2009-07-16 18:16:26 UTC (rev 5313)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<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/report/.project
===================================================================
--- jbpm4/trunk/modules/integration/report/.project	                        (rev 0)
+++ jbpm4/trunk/modules/integration/report/.project	2009-07-16 18:16:26 UTC (rev 5313)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbpm-console-reports</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/trunk/modules/migration
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings




More information about the jbpm-commits mailing list