diff options
author | spingel | 2010-03-31 14:43:04 -0400 |
---|---|---|
committer | spingel | 2010-03-31 14:43:04 -0400 |
commit | 30639af662038dca8d0d69e66596191f22dab0c3 (patch) | |
tree | e36dd83edec56f3bf50ead276e456ae957801d8f | |
parent | dee7da7c3f3f8fe43ab25d60f01a363f1ae8a5ba (diff) | |
download | org.eclipse.mylyn.tasks-30639af662038dca8d0d69e66596191f22dab0c3.tar.gz org.eclipse.mylyn.tasks-30639af662038dca8d0d69e66596191f22dab0c3.tar.xz org.eclipse.mylyn.tasks-30639af662038dca8d0d69e66596191f22dab0c3.zip |
NEW - bug 221939: [releng] manage branches
https://bugs.eclipse.org/bugs/show_bug.cgi?id=221939
-rw-r--r-- | org.eclipse.mylyn.bugzilla-feature/feature.xml | 4 | ||||
-rw-r--r-- | org.eclipse.mylyn.oslc.core/.project | 6 | ||||
-rw-r--r-- | org.eclipse.mylyn.oslc.tests/.project | 6 | ||||
-rw-r--r-- | org.eclipse.mylyn.oslc.ui/.project | 6 | ||||
-rw-r--r-- | org.eclipse.mylyn.trac-feature/feature.xml | 4 |
5 files changed, 22 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml index 4261a84dd..ab40d0b6b 100644 --- a/org.eclipse.mylyn.bugzilla-feature/feature.xml +++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml @@ -55,14 +55,14 @@ id="org.eclipse.mylyn.bugzilla.core" download-size="0" install-size="0" - version="3.4.0.qualifier" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.mylyn.bugzilla.ui" download-size="0" install-size="0" - version="3.4.0.qualifier" + version="0.0.0" unpack="false"/> </feature> diff --git a/org.eclipse.mylyn.oslc.core/.project b/org.eclipse.mylyn.oslc.core/.project index 16835c661..9afadfb36 100644 --- a/org.eclipse.mylyn.oslc.core/.project +++ b/org.eclipse.mylyn.oslc.core/.project @@ -20,9 +20,15 @@ <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> diff --git a/org.eclipse.mylyn.oslc.tests/.project b/org.eclipse.mylyn.oslc.tests/.project index 1c13ba278..6beebed83 100644 --- a/org.eclipse.mylyn.oslc.tests/.project +++ b/org.eclipse.mylyn.oslc.tests/.project @@ -20,9 +20,15 @@ <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> diff --git a/org.eclipse.mylyn.oslc.ui/.project b/org.eclipse.mylyn.oslc.ui/.project index 9c936cef7..8176857e0 100644 --- a/org.eclipse.mylyn.oslc.ui/.project +++ b/org.eclipse.mylyn.oslc.ui/.project @@ -20,9 +20,15 @@ <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> diff --git a/org.eclipse.mylyn.trac-feature/feature.xml b/org.eclipse.mylyn.trac-feature/feature.xml index d04abf233..3d634a816 100644 --- a/org.eclipse.mylyn.trac-feature/feature.xml +++ b/org.eclipse.mylyn.trac-feature/feature.xml @@ -53,14 +53,14 @@ id="org.eclipse.mylyn.trac.ui" download-size="0" install-size="0" - version="3.4.0.qualifier" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.mylyn.trac.core" download-size="0" install-size="0" - version="3.4.0.qualifier" + version="0.0.0" unpack="false"/> <plugin |