diff options
author | Martin Fluegge | 2010-09-04 21:32:07 +0000 |
---|---|---|
committer | Martin Fluegge | 2010-09-04 21:32:07 +0000 |
commit | 38ba1a847f67039ef3db3d5bbcd8f23a968d1bb9 (patch) | |
tree | e339ce120af2269eeb60b17b21bf5fa67a1214a3 /plugins/org.eclipse.emf.cdo.ui.efs/.project | |
parent | 65767c3ca6469b91ad223c021195b58c9a8ec305 (diff) | |
download | cdo-38ba1a847f67039ef3db3d5bbcd8f23a968d1bb9.tar.gz cdo-38ba1a847f67039ef3db3d5bbcd8f23a968d1bb9.tar.xz cdo-38ba1a847f67039ef3db3d5bbcd8f23a968d1bb9.zip |
initial provisioning
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui.efs/.project')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.ui.efs/.project | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui.efs/.project b/plugins/org.eclipse.emf.cdo.ui.efs/.project new file mode 100644 index 0000000000..1d39dce3d8 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.ui.efs/.project @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.emf.cdo.ui.efs</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> |