[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[stp-commits] r2931 - org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.common org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.common.test org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.editor org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.generator org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.validation org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.osgi org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.osgi.test org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.startwith.test org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.string.contains.test
|
- From: genie@xxxxxxxxxxx
- Date: Tue, 8 Sep 2009 03:14:57 -0400 (EDT)
- Delivered-to: stp-commits@eclipse.org
Author: ashakirin
Date: 2009-09-08 03:14:57 -0400 (Tue, 08 Sep 2009)
New Revision: 2931
Modified:
org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.common.test/.classpath
org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.common/.classpath
org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.editor/.classpath
org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.generator/.classpath
org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.validation/.classpath
org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.osgi.test/.classpath
org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.osgi/.classpath
org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.startwith.test/.classpath
org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.string.contains.test/.classpath
org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework/.classpath
Log:
Rolled back to java version to 1.5
Modified: org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.common/.classpath
===================================================================
--- org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.common/.classpath 2009-09-07 17:14:49 UTC (rev 2930)
+++ org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.common/.classpath 2009-09-08 07:14:57 UTC (rev 2931)
@@ -3,6 +3,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.6.0_12"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.common.test/.classpath
===================================================================
--- org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.common.test/.classpath 2009-09-07 17:14:49 UTC (rev 2930)
+++ org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.common.test/.classpath 2009-09-08 07:14:57 UTC (rev 2931)
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.6.0_12"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.editor/.classpath
===================================================================
--- org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.editor/.classpath 2009-09-07 17:14:49 UTC (rev 2930)
+++ org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.editor/.classpath 2009-09-08 07:14:57 UTC (rev 2931)
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/java"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.6.0_12"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.generator/.classpath
===================================================================
--- org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.generator/.classpath 2009-09-07 17:14:49 UTC (rev 2930)
+++ org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.generator/.classpath 2009-09-08 07:14:57 UTC (rev 2931)
@@ -3,6 +3,6 @@
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" output="target/test-classes" path="src/test"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.6.0_12"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.validation/.classpath
===================================================================
--- org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.validation/.classpath 2009-09-07 17:14:49 UTC (rev 2930)
+++ org.eclipse.stp.policy/trunk/org.eclipse.stp.policy.wtp.validation/.classpath 2009-09-08 07:14:57 UTC (rev 2931)
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/java"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.6.0_12"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework/.classpath
===================================================================
--- org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework/.classpath 2009-09-07 17:14:49 UTC (rev 2930)
+++ org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework/.classpath 2009-09-08 07:14:57 UTC (rev 2931)
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.6.0_12"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.osgi/.classpath
===================================================================
--- org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.osgi/.classpath 2009-09-07 17:14:49 UTC (rev 2930)
+++ org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.osgi/.classpath 2009-09-08 07:14:57 UTC (rev 2931)
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.6.0_12"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.osgi.test/.classpath
===================================================================
--- org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.osgi.test/.classpath 2009-09-07 17:14:49 UTC (rev 2930)
+++ org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.osgi.test/.classpath 2009-09-08 07:14:57 UTC (rev 2931)
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.6.0_12"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.startwith.test/.classpath
===================================================================
--- org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.startwith.test/.classpath 2009-09-07 17:14:49 UTC (rev 2930)
+++ org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.startwith.test/.classpath 2009-09-08 07:14:57 UTC (rev 2931)
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.6.0_12"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.string.contains.test/.classpath
===================================================================
--- org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.string.contains.test/.classpath 2009-09-07 17:14:49 UTC (rev 2930)
+++ org.eclipse.stp.validation/trunk/org.eclipse.stp.validation.framework.string.contains.test/.classpath 2009-09-08 07:14:57 UTC (rev 2931)
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.6.0_12"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>