Author: fbricon
Date: 2012-08-16 09:05:51 -0400 (Thu, 16 Aug 2012)
New Revision: 43073
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.cdi/.classpath
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.cdi/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.core/.classpath
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.core/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.gwt/.classpath
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.hibernate/.classpath
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.hibernate/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jaxrs/.classpath
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jaxrs/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jbosspackaging/.classpath
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jbosspackaging/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jpa/.classpath
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jpa/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jsf/.classpath
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jsf/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.portlet/.classpath
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.portlet/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.core/.classpath
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.core/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.ui/.classpath
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.ui/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.project.examples/.classpath
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.project.examples/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.seam/.classpath
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.seam/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.sourcelookup.core/.classpath
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.ui/.classpath
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.configurators.tests/.classpath
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.configurators.tests/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.ui.bot.test/.classpath
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.ui.bot.test/META-INF/MANIFEST.MF
Log:
JBIDE-12378 : Update .classpath and BREE in MANIFEST.MF to use JavaSE-1.6
Modified: branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.cdi/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.cdi/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.cdi/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.cdi/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.cdi/META-INF/MANIFEST.MF 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.cdi/META-INF/MANIFEST.MF 2012-08-16
13:05:51 UTC (rev 43073)
@@ -15,5 +15,5 @@
org.jboss.tools.cdi.core
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: %Bundle-Vendor
Modified: branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.core/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.core/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.core/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.core/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.core/META-INF/MANIFEST.MF 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.core/META-INF/MANIFEST.MF 2012-08-16
13:05:51 UTC (rev 43073)
@@ -12,23 +12,23 @@
org.eclipse.wst.common.frameworks;visibility:=reexport,
org.eclipse.jst.common.frameworks;visibility:=reexport,
org.eclipse.wst.common.modulecore;visibility:=reexport,
- org.eclipse.m2e.core;bundle-version="[1.0,1.2)";visibility:=reexport,
-
org.eclipse.m2e.maven.runtime;bundle-version="[1.0,1.2)";visibility:=reexport,
+ org.eclipse.m2e.core;bundle-version="[1.0,2.0)";visibility:=reexport,
+
org.eclipse.m2e.maven.runtime;bundle-version="[1.0,2.0)";visibility:=reexport,
org.eclipse.jdt.core;visibility:=reexport,
- org.eclipse.m2e.jdt;bundle-version="[1.0,1.2)";visibility:=reexport,
+ org.eclipse.m2e.jdt;bundle-version="[1.0,2.0)";visibility:=reexport,
org.eclipse.jst.j2ee;visibility:=reexport,
org.eclipse.jst.j2ee.web;visibility:=reexport,
org.jboss.tools.common;visibility:=reexport,
org.eclipse.jdt.launching;visibility:=reexport,
org.eclipse.ui.workbench;visibility:=reexport,
- org.eclipse.m2e.model.edit;bundle-version="[1.0,1.2)";visibility:=reexport,
+ org.eclipse.m2e.model.edit;bundle-version="[1.0,2.0)";visibility:=reexport,
org.eclipse.core.expressions,
-
org.maven.ide.eclipse.wtp;bundle-version="[0.13.0,0.17.0)";visibility:=reexport,
+
org.maven.ide.eclipse.wtp;bundle-version="[0.13.0,0.16.0)";visibility:=reexport,
org.eclipse.jdt.ui;bundle-version="3.7.0",
org.eclipse.jpt.common.core;bundle-version="1.0.0",
org.eclipse.jpt.jpa.core
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: %Bundle-Vendor
Export-Package: org.jboss.tools.maven.core,
org.jboss.tools.maven.core.internal.project.facet,
Modified: branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.gwt/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.gwt/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.gwt/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.hibernate/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.hibernate/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.hibernate/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.hibernate/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.hibernate/META-INF/MANIFEST.MF 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.hibernate/META-INF/MANIFEST.MF 2012-08-16
13:05:51 UTC (rev 43073)
@@ -14,6 +14,6 @@
org.eclipse.wst.common.emfworkbench.integration,
org.hibernate.eclipse.console
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Localization: plugin
Bundle-Vendor: %Bundle-Vendor
Modified: branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jaxrs/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jaxrs/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jaxrs/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src/"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jaxrs/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jaxrs/META-INF/MANIFEST.MF 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jaxrs/META-INF/MANIFEST.MF 2012-08-16
13:05:51 UTC (rev 43073)
@@ -15,7 +15,7 @@
org.eclipse.jst.ws.jaxrs.core
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: %Bundle-Vendor
Export-Package: org.jboss.tools.maven.jaxrs,
org.jboss.tools.maven.jaxrs.configurators
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jbosspackaging/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jbosspackaging/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jbosspackaging/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src/"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jbosspackaging/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jbosspackaging/META-INF/MANIFEST.MF 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jbosspackaging/META-INF/MANIFEST.MF 2012-08-16
13:05:51 UTC (rev 43073)
@@ -16,7 +16,7 @@
org.jboss.ide.eclipse.as.ui.mbeans;bundle-version="2.3.0",
org.maven.ide.eclipse.wtp;bundle-version="[0.13.0,0.17.0)
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Export-Package: org.jboss.tools.maven.jbosspackaging,
Modified: branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jpa/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jpa/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jpa/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jpa/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jpa/META-INF/MANIFEST.MF 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jpa/META-INF/MANIFEST.MF 2012-08-16
13:05:51 UTC (rev 43073)
@@ -14,7 +14,7 @@
org.eclipse.jpt.jpa.core,
org.eclipse.jpt.common.core
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5,
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6,
JavaSE-1.6
Bundle-Localization: plugin
Bundle-Vendor: %Bundle-Vendor
Modified: branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jsf/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jsf/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jsf/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jsf/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jsf/META-INF/MANIFEST.MF 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.jsf/META-INF/MANIFEST.MF 2012-08-16
13:05:51 UTC (rev 43073)
@@ -14,7 +14,7 @@
org.eclipse.wst.common.emfworkbench.integration;bundle-version="1.2.100",
org.eclipse.jst.jsf.core;bundle-version="1.3.4"
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Export-Package: org.jboss.tools.maven.jsf,
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.portlet/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.portlet/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.portlet/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.portlet/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.portlet/META-INF/MANIFEST.MF 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.portlet/META-INF/MANIFEST.MF 2012-08-16
13:05:51 UTC (rev 43073)
@@ -14,6 +14,6 @@
org.eclipse.jst.j2ee,
org.eclipse.wst.common.emfworkbench.integration
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Localization: plugin
Bundle-Vendor: %Bundle-Vendor
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.core/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.core/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.core/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.core/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.core/META-INF/MANIFEST.MF 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.core/META-INF/MANIFEST.MF 2012-08-16
13:05:51 UTC (rev 43073)
@@ -10,7 +10,7 @@
org.eclipse.m2e.core;bundle-version="[1.0.0,1.2.0)";visibility:=reexport,
org.eclipse.m2e.maven.runtime;bundle-version="[1.0.0,1.2.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: %Bundle-Vendor
Export-Package: org.jboss.tools.maven.profiles.core,
org.jboss.tools.maven.profiles.core.profiles
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.ui/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.ui/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.ui/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.ui/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.ui/META-INF/MANIFEST.MF 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.profiles.ui/META-INF/MANIFEST.MF 2012-08-16
13:05:51 UTC (rev 43073)
@@ -18,6 +18,6 @@
org.eclipse.jdt;bundle-version="3.7.0",
org.jboss.tools.maven.profiles.core
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: %Bundle-Vendor
Export-Package: org.jboss.tools.maven.profiles.ui
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.project.examples/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.project.examples/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.project.examples/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.project.examples/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.project.examples/META-INF/MANIFEST.MF 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.project.examples/META-INF/MANIFEST.MF 2012-08-16
13:05:51 UTC (rev 43073)
@@ -10,8 +10,8 @@
org.jboss.tools.maven.core,
org.jboss.tools.project.examples,
org.eclipse.ui.ide,
- org.eclipse.m2e.archetype.common;bundle-version="[1.0,1.2)",
- org.eclipse.m2e.core.ui;bundle-version="[1.0,1.2)",
+ org.eclipse.m2e.archetype.common;bundle-version="[1.0,2.0)",
+ org.eclipse.m2e.core.ui;bundle-version="[1.0,2.0)",
org.eclipse.wst.web.ui;bundle-version="1.1.400",
org.eclipse.ui.forms,
org.jboss.ide.eclipse.as.core;bundle-version="2.3.0",
Modified: branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.seam/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.seam/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.seam/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.seam/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.seam/META-INF/MANIFEST.MF 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.seam/META-INF/MANIFEST.MF 2012-08-16
13:05:51 UTC (rev 43073)
@@ -18,5 +18,5 @@
org.eclipse.wst.common.emfworkbench.integration,
org.eclipse.jst.jsf.core
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: %Bundle-Vendor
Modified:
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.sourcelookup.core/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.sourcelookup.core/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.sourcelookup.core/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry exported="true" kind="lib"
path="lib/nexus-indexer-lucene-rest-api-client.jar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry exported="true" kind="lib"
path="lib/nexus-indexer-lucene-rest-api-client.jar"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.ui/.classpath
===================================================================
--- branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.ui/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++ branches/jbosstools-3.3.x/maven/plugins/org.jboss.tools.maven.ui/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
Modified:
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.configurators.tests/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.configurators.tests/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.configurators.tests/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
Modified:
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.configurators.tests/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.configurators.tests/META-INF/MANIFEST.MF 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.configurators.tests/META-INF/MANIFEST.MF 2012-08-16
13:05:51 UTC (rev 43073)
@@ -37,6 +37,6 @@
org.jboss.tools.maven.jdt,
org.eclipse.ui.ide
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Eclipse-RegisterBuddy: org.apache.log4j
Modified:
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.ui.bot.test/.classpath
===================================================================
---
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.ui.bot.test/.classpath 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.ui.bot.test/.classpath 2012-08-16
13:05:51 UTC (rev 43073)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
Modified:
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.ui.bot.test/META-INF/MANIFEST.MF 2012-08-16
12:06:24 UTC (rev 43072)
+++
branches/jbosstools-3.3.x/maven/tests/org.jboss.tools.maven.ui.bot.test/META-INF/MANIFEST.MF 2012-08-16
13:05:51 UTC (rev 43073)
@@ -25,7 +25,7 @@
org.eclipse.datatools.connectivity,
org.eclipse.datatools.connectivity.db.generic
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Eclipse-RegisterBuddy: org.apache.log4j
Import-Package: org.apache.maven.model
Export-Package: org.jboss.tools.maven.ui.bot.test