diff options
author | Eike Stepper | 2011-07-13 17:07:10 +0000 |
---|---|---|
committer | Eike Stepper | 2011-07-13 17:07:10 +0000 |
commit | 0d47bfdea0363df3af7d80e7321422309a7ffd71 (patch) | |
tree | e6de388af3e60bcb7a86a30dfaf3ebcd8d6118e3 /plugins/org.eclipse.emf.cdo.server.product/.project | |
parent | e0854d8b7207b0cb8ec2db66178e41196ad8eb41 (diff) | |
download | cdo-0d47bfdea0363df3af7d80e7321422309a7ffd71.tar.gz cdo-0d47bfdea0363df3af7d80e7321422309a7ffd71.tar.xz cdo-0d47bfdea0363df3af7d80e7321422309a7ffd71.zip |
[351616] [releng] Provide platform-specific CDOServer + CDOExplorer downloads
https://bugs.eclipse.org/bugs/show_bug.cgi?id=351616
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.server.product/.project')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.server.product/.project | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server.product/.project b/plugins/org.eclipse.emf.cdo.server.product/.project new file mode 100644 index 0000000000..2ca4ffff4f --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.server.product/.project @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.emf.cdo.server.product</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.pde.api.tools.apiAnalysisBuilder</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.xml</value> + </dictionary> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.PluginNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature> + <nature>org.eclipse.emf.cdo.releng.version.VersionNature</nature> + </natures> +</projectDescription> |