diff options
author | Steffen Pingel | 2012-06-21 21:41:39 +0000 |
---|---|---|
committer | Steffen Pingel | 2012-06-21 21:42:09 +0000 |
commit | 45ac463791fa92472b2f0e3aceb6567501c97a0f (patch) | |
tree | d6722d5f2a9145a4dd224338e089b2b566196c4a /org.eclipse.mylyn.tasks.activity.core/.project | |
parent | 8656df7283f3a48a0dd7bab06c4b2cfb969df572 (diff) | |
download | org.eclipse.mylyn.tasks-45ac463791fa92472b2f0e3aceb6567501c97a0f.tar.gz org.eclipse.mylyn.tasks-45ac463791fa92472b2f0e3aceb6567501c97a0f.tar.xz org.eclipse.mylyn.tasks-45ac463791fa92472b2f0e3aceb6567501c97a0f.zip |
NEW - bug 382115: [discussion] plugin design/structure for the activity
tracing project
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382115
Diffstat (limited to 'org.eclipse.mylyn.tasks.activity.core/.project')
-rw-r--r-- | org.eclipse.mylyn.tasks.activity.core/.project | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.activity.core/.project b/org.eclipse.mylyn.tasks.activity.core/.project new file mode 100644 index 000000000..33ca0a8fa --- /dev/null +++ b/org.eclipse.mylyn.tasks.activity.core/.project @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.mylyn.tasks.activity.core</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> + </buildSpec> + <natures> + <nature>org.eclipse.pde.PluginNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature> + </natures> +</projectDescription> |