diff options
author | Darin Swanson | 2003-10-02 23:30:39 +0000 |
---|---|---|
committer | Darin Swanson | 2003-10-02 23:30:39 +0000 |
commit | 23c4fae63ac31f11d60c1e7f9bdc2dba1c881df4 (patch) | |
tree | d84fab5993bbcc097a9e66f8412f9431eeff11c4 /org.eclipse.core.variables/.project | |
parent | 0fba863492c92a84a60de9f82f0e5f6a189f486e (diff) | |
download | eclipse.platform.debug-23c4fae63ac31f11d60c1e7f9bdc2dba1c881df4.tar.gz eclipse.platform.debug-23c4fae63ac31f11d60c1e7f9bdc2dba1c881df4.tar.xz eclipse.platform.debug-23c4fae63ac31f11d60c1e7f9bdc2dba1c881df4.zip |
Bug 43332 - Re-work launch variable API
Diffstat (limited to 'org.eclipse.core.variables/.project')
-rw-r--r-- | org.eclipse.core.variables/.project | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/org.eclipse.core.variables/.project b/org.eclipse.core.variables/.project new file mode 100644 index 000000000..4d5f62c31 --- /dev/null +++ b/org.eclipse.core.variables/.project @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.core.variables</name> + <comment></comment> + <projects> + <project>org.eclipse.core.boot</project> + <project>org.eclipse.core.runtime</project> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.pde.ManifestBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.SchemaBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.PluginNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |