Author: nickboldt
Date: 2012-05-04 13:36:57 -0400 (Fri, 04 May 2012)
New Revision: 40800
Modified:
trunk/common/features/org.jboss.tools.common.mylyn.feature/feature.xml
trunk/common/plugins/org.jboss.tools.common.mylyn/META-INF/MANIFEST.MF
Log:
set actual versions of mylyn and atlassian connector from TP into
org.jboss.tools.common.mylyn/META-INF/MANIFEST.MF and
org.jboss.tools.common.mylyn.feature/feature.xml
Modified: trunk/common/features/org.jboss.tools.common.mylyn.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.mylyn.feature/feature.xml 2012-05-04
17:22:45 UTC (rev 40799)
+++ trunk/common/features/org.jboss.tools.common.mylyn.feature/feature.xml 2012-05-04
17:36:57 UTC (rev 40800)
@@ -8,18 +8,18 @@
<plugin id="org.jboss.tools.common.mylyn" download-size="0"
install-size="0" version="0.0.0" />
<requires>
- <import feature="org.eclipse.mylyn_feature" version="3.6.2"
match="greaterOrEqual" />
- <import feature="org.eclipse.mylyn.ide_feature" version="3.6.2"
match="greaterOrEqual" />
- <import feature="org.eclipse.mylyn.commons" version="3.6.2"
match="greaterOrEqual" />
- <import feature="org.eclipse.mylyn.context_feature"
version="3.6.2" match="greaterOrEqual" />
- <import feature="org.eclipse.mylyn.bugzilla_feature"
version="3.6.2" match="greaterOrEqual" />
- <import feature="org.eclipse.mylyn.java_feature" version="3.6.2"
match="greaterOrEqual" />
- <import feature="org.eclipse.mylyn.pde_feature" version="3.6.2"
match="greaterOrEqual" />
- <import feature="org.eclipse.mylyn.team_feature" version="3.6.2"
match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn_feature" version="3.6.5"
match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn.ide_feature" version="3.6.5"
match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn.commons" version="3.6.5"
match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn.context_feature"
version="3.6.5" match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn.bugzilla_feature"
version="3.6.5" match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn.java_feature" version="3.6.5"
match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn.pde_feature" version="3.6.5"
match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn.team_feature" version="3.6.5"
match="greaterOrEqual" />
- <import feature="org.eclipse.mylyn.versions" version="0.8.2"
match="greaterOrEqual" />
+ <import feature="org.eclipse.mylyn.versions" version="0.8.5"
match="greaterOrEqual" />
</requires>
-
+
<!-- JBDS-2098 add required mylyn and atlassian plugins/features; not sure if we need
subclipse, bamboo, crucible, or fisheye support -->
<!--
<plugin id="com.atlassian.connector.eclipse.bamboo.core"
version="0.0.0" match="greaterOrEqual" unpack="false" />
Modified: trunk/common/plugins/org.jboss.tools.common.mylyn/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.mylyn/META-INF/MANIFEST.MF 2012-05-04
17:22:45 UTC (rev 40799)
+++ trunk/common/plugins/org.jboss.tools.common.mylyn/META-INF/MANIFEST.MF 2012-05-04
17:36:57 UTC (rev 40800)
@@ -6,14 +6,14 @@
Bundle-Vendor: JBoss by Red Hat
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.jboss.tools.common.mylyn,
- org.eclipse.mylyn;bundle-version="3.6.0",
+ org.eclipse.mylyn;bundle-version="3.6.5",
org.eclipse.mylyn.commons.core;bundle-version="3.6.0",
- org.eclipse.mylyn.commons.ui;bundle-version="3.6.0",
- org.eclipse.mylyn.tasks.core;bundle-version="3.6.0",
- org.eclipse.mylyn.tasks.ui;bundle-version="3.6.0",
+ org.eclipse.mylyn.commons.ui;bundle-version="3.6.1",
+ org.eclipse.mylyn.tasks.core;bundle-version="3.6.1",
+ org.eclipse.mylyn.tasks.ui;bundle-version="3.6.5",
org.eclipse.core.runtime;bundle-version="3.7.0",
-
com.atlassian.connector.eclipse.commons.core;bundle-version="3.0.0";resolution:=optional,
-
com.atlassian.connector.eclipse.commons.ui;bundle-version="3.0.0";resolution:=optional,
-
com.atlassian.connector.eclipse.jira.core;bundle-version="3.0.0";resolution:=optional,
-
com.atlassian.connector.eclipse.jira.ui;bundle-version="3.0.0";resolution:=optional
+
com.atlassian.connector.eclipse.commons.core;bundle-version="3.0.2";resolution:=optional,
+
com.atlassian.connector.eclipse.commons.ui;bundle-version="3.0.2";resolution:=optional,
+
com.atlassian.connector.eclipse.jira.core;bundle-version="3.0.2";resolution:=optional,
+
com.atlassian.connector.eclipse.jira.ui;bundle-version="3.0.2";resolution:=optional
Eclipse-BundleShape: dir
Show replies by date