Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-07-23 06:53:46 +0000
committerEike Stepper2013-07-23 08:17:18 +0000
commit2d1c6a258f67c69fe168fc7c0a699da37cd1b22a (patch)
tree252cb842072a4c6ce365a26fefc2d7e0402b3b0a /plugins/org.eclipse.emf.cdo.releng.setup.ui/.project
parentc16a4b6d1d2ce812bae09002f59c648d44ca01ea (diff)
downloadcdo-2d1c6a258f67c69fe168fc7c0a699da37cd1b22a.tar.gz
cdo-2d1c6a258f67c69fe168fc7c0a699da37cd1b22a.tar.xz
cdo-2d1c6a258f67c69fe168fc7c0a699da37cd1b22a.zip
Fix product generation
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.setup.ui/.project')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.setup.ui/.project38
1 files changed, 38 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.setup.ui/.project b/plugins/org.eclipse.emf.cdo.releng.setup.ui/.project
new file mode 100644
index 0000000000..69b5e9a4b6
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng.setup.ui/.project
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.emf.cdo.releng.setup.ui</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.emf.cdo.releng.version.VersionBuilder</name>
+ <arguments>
+ <dictionary>
+ <key>release.path</key>
+ <value>/org.eclipse.emf.cdo.releng.release/release.xml</value>
+ </dictionary>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.emf.cdo.releng.version.VersionNature</nature>
+ </natures>
+</projectDescription>

Back to the top