Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2009-01-23 16:29:43 +0000
committerDJ Houghton2009-01-23 16:29:43 +0000
commit46353e994870960680664516d760ac7b3a93b38b (patch)
treef7c750920777e2ec54fdbdf0392fbf85ce599477 /bundles/org.eclipse.equinox.p2.repository.tools/.project
parentf9826454bf2bb2ad57b5942dfd08e2bfce96eef5 (diff)
downloadrt.equinox.p2-46353e994870960680664516d760ac7b3a93b38b.tar.gz
rt.equinox.p2-46353e994870960680664516d760ac7b3a93b38b.tar.xz
rt.equinox.p2-46353e994870960680664516d760ac7b3a93b38b.zip
Initial release.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.repository.tools/.project')
-rw-r--r--bundles/org.eclipse.equinox.p2.repository.tools/.project38
1 files changed, 38 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository.tools/.project b/bundles/org.eclipse.equinox.p2.repository.tools/.project
new file mode 100644
index 000000000..9cfb2757e
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.repository.tools/.project
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.equinox.p2.repository.tools</name>
+ <comment></comment>
+ <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>
+ <buildCommand>
+ <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+ <triggers>full,incremental,</triggers>
+ <arguments>
+ <dictionary>
+ <key>LaunchConfigHandle</key>
+ <value>&lt;project&gt;/.externalToolBuilders/Build Repository Tools JARs.launch</value>
+ </dictionary>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top