You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/05/26 15:25:58 UTC

svn commit: r778747 - /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.feature/.project

Author: spoole
Date: Tue May 26 15:25:58 2009
New Revision: 778747

URL: http://svn.apache.org/viewvc?rev=778747&view=rev
Log:
trying to eclipse feature build via maven

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.feature/.project

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.feature/.project
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.feature/.project?rev=778747&r1=778746&r2=778747&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.feature/.project (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/features/kato.feature/.project Tue May 26 15:25:58 2009
@@ -6,11 +6,15 @@
 	</projects>
 	<buildSpec>
 		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
 			<name>org.eclipse.pde.FeatureBuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
-
 		<buildCommand>
 			<name>org.maven.ide.eclipse.maven2Builder</name>
 			<arguments>
@@ -18,8 +22,8 @@
 		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.pde.FeatureNature</nature>
 		<nature>org.maven.ide.eclipse.maven2Nature</nature>
 	</natures>
-
 </projectDescription>