You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/09/15 11:59:06 UTC

git commit: [flex-falcon] [refs/heads/develop] - Use Workspace default JRE (setting)

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 30139d0fc -> ce457b3fd


Use Workspace default JRE (setting)

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/ce457b3f
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/ce457b3f
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/ce457b3f

Branch: refs/heads/develop
Commit: ce457b3fd64173595ba2507c47f06e944cfb8a33
Parents: 30139d0
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Mon Sep 15 11:58:56 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Mon Sep 15 11:58:56 2014 +0200

----------------------------------------------------------------------
 compiler.jx.tests/.classpath | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ce457b3f/compiler.jx.tests/.classpath
----------------------------------------------------------------------
diff --git a/compiler.jx.tests/.classpath b/compiler.jx.tests/.classpath
index 96d4323..a1bc005 100644
--- a/compiler.jx.tests/.classpath
+++ b/compiler.jx.tests/.classpath
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java 1.7"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/compiler"/>
 	<classpathentry kind="lib" path="lib/junit-4.10.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/compiler.jx"/>