[jboss-osgi-commits] JBoss-OSGI SVN: r97687 - projects/jboss-osgi/trunk/reactor/blueprint.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Dec 10 04:46:05 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-10 04:46:05 -0500 (Thu, 10 Dec 2009)
New Revision: 97687

Modified:
   projects/jboss-osgi/trunk/reactor/blueprint/.project
Log:
Fix blueprint eclipse .project

Modified: projects/jboss-osgi/trunk/reactor/blueprint/.project
===================================================================
--- projects/jboss-osgi/trunk/reactor/blueprint/.project	2009-12-10 09:27:12 UTC (rev 97686)
+++ projects/jboss-osgi/trunk/reactor/blueprint/.project	2009-12-10 09:46:05 UTC (rev 97687)
@@ -1,28 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>jboss-osgi-blueprint</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
-			<triggers>full,incremental,</triggers>
-			<arguments>
-				<dictionary>
-					<key>LaunchConfigHandle</key>
-					<value>&lt;project&gt;/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch</value>
-				</dictionary>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.maven.ide.eclipse.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.maven.ide.eclipse.maven2Nature</nature>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-	</natures>
+  <name>jboss-osgi-blueprint</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.maven.ide.eclipse.maven2Nature</nature>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
 </projectDescription>



More information about the jboss-osgi-commits mailing list