Update eclipse project file template
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 15 Oct 2022 05:50:11 +0000 (07:50 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 15 Oct 2022 05:50:11 +0000 (07:50 +0200)
.project.COPYME

index ddc720413e462665846d2140a86ab1a8d8759891..197dde38b0eab075d57d66387e0b0b7bfb0e0338 100644 (file)
@@ -5,7 +5,24 @@
        <projects>
        </projects>
        <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.pde.ManifestBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.pde.SchemaBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
        </buildSpec>
        <natures>
+               <nature>org.eclipse.pde.PluginNature</nature>
+               <nature>org.eclipse.jdt.core.javanature</nature>
        </natures>
 </projectDescription>