summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/.project
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2009-10-31 18:47:16 -0700
committerShawn O. Pearce <spearce@spearce.org>2009-11-02 17:53:29 -0800
commit5b89088f877fdc52d6e5de23be47da940838e4df (patch)
treea0bc41e8076c083cfe522863b0e5194a9f30d2b4 /org.eclipse.jgit.pgm/.project
parente4fc3c3566421f34ad672bab11df0742ee511a45 (diff)
downloadjgit-5b89088f877fdc52d6e5de23be47da940838e4df.tar.gz
jgit-5b89088f877fdc52d6e5de23be47da940838e4df.zip
Switch pgm, test to proper plugin projects
This way we depend upon the MANIFEST.MF to define our classpath and our build will act more like any other OSGI bundle build. Change-Id: I9e1f1f5a0bccb0ab0e39e49b75fb400fea446619 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.pgm/.project')
-rw-r--r--org.eclipse.jgit.pgm/.project11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/.project b/org.eclipse.jgit.pgm/.project
index bbaafc2612..6fc89ae5e6 100644
--- a/org.eclipse.jgit.pgm/.project
+++ b/org.eclipse.jgit.pgm/.project
@@ -10,8 +10,19 @@
<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.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>