[jbpm-commits] JBoss JBPM SVN: r4207 - in jbpm3/branches/jbpm-3.2.6.SP: modules/distribution and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 10 00:42:53 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-03-10 00:42:53 -0400 (Tue, 10 Mar 2009)
New Revision: 4207

Removed:
   jbpm3/branches/jbpm-3.2.6.SP/modules/distribution/.classpath
   jbpm3/branches/jbpm-3.2.6.SP/modules/userguide/.classpath
Modified:
   jbpm3/branches/jbpm-3.2.6.SP/.project
   jbpm3/branches/jbpm-3.2.6.SP/modules/distribution/.project
   jbpm3/branches/jbpm-3.2.6.SP/modules/userguide/.project
Log:
remove java nature from eclipse projects with no java code

Modified: jbpm3/branches/jbpm-3.2.6.SP/.project
===================================================================
--- jbpm3/branches/jbpm-3.2.6.SP/.project	2009-03-10 03:53:12 UTC (rev 4206)
+++ jbpm3/branches/jbpm-3.2.6.SP/.project	2009-03-10 04:42:53 UTC (rev 4207)
@@ -6,18 +6,12 @@
 	</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>

Deleted: jbpm3/branches/jbpm-3.2.6.SP/modules/distribution/.classpath
===================================================================
--- jbpm3/branches/jbpm-3.2.6.SP/modules/distribution/.classpath	2009-03-10 03:53:12 UTC (rev 4206)
+++ jbpm3/branches/jbpm-3.2.6.SP/modules/distribution/.classpath	2009-03-10 04:42:53 UTC (rev 4207)
@@ -1,7 +0,0 @@
-<?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>

Modified: jbpm3/branches/jbpm-3.2.6.SP/modules/distribution/.project
===================================================================
--- jbpm3/branches/jbpm-3.2.6.SP/modules/distribution/.project	2009-03-10 03:53:12 UTC (rev 4206)
+++ jbpm3/branches/jbpm-3.2.6.SP/modules/distribution/.project	2009-03-10 04:42:53 UTC (rev 4207)
@@ -6,18 +6,12 @@
 	</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>

Deleted: jbpm3/branches/jbpm-3.2.6.SP/modules/userguide/.classpath
===================================================================
--- jbpm3/branches/jbpm-3.2.6.SP/modules/userguide/.classpath	2009-03-10 03:53:12 UTC (rev 4206)
+++ jbpm3/branches/jbpm-3.2.6.SP/modules/userguide/.classpath	2009-03-10 04:42:53 UTC (rev 4207)
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<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/jbpm-3.2.6.SP/modules/userguide/.project
===================================================================
--- jbpm3/branches/jbpm-3.2.6.SP/modules/userguide/.project	2009-03-10 03:53:12 UTC (rev 4206)
+++ jbpm3/branches/jbpm-3.2.6.SP/modules/userguide/.project	2009-03-10 04:42:53 UTC (rev 4207)
@@ -6,18 +6,12 @@
 	</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