You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2012/04/26 23:02:16 UTC

svn commit: r1331087 - in /incubator/flex/trunk/modules: compiler/.classpath swfutils/.classpath

Author: jmclean
Date: Thu Apr 26 21:02:16 2012
New Revision: 1331087

URL: http://svn.apache.org/viewvc?rev=1331087&view=rev
Log:
change class paths to be relative rather than absolute

Modified:
    incubator/flex/trunk/modules/compiler/.classpath
    incubator/flex/trunk/modules/swfutils/.classpath

Modified: incubator/flex/trunk/modules/compiler/.classpath
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/compiler/.classpath?rev=1331087&r1=1331086&r2=1331087&view=diff
==============================================================================
--- incubator/flex/trunk/modules/compiler/.classpath (original)
+++ incubator/flex/trunk/modules/compiler/.classpath Thu Apr 26 21:02:16 2012
@@ -24,11 +24,11 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/flex-fxgutils"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/flex-swfutils"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
-	<classpathentry kind="lib" path="/Users/aharui/Work/apache/flex/lib/batik-all-flex.jar"/>
-	<classpathentry kind="lib" path="/Users/aharui/Work/apache/flex/lib/velocity-dep-1.4-flex.jar"/>
-	<classpathentry kind="lib" path="/Users/aharui/Work/apache/flex/lib/commons-collections.jar"/>
-	<classpathentry kind="lib" path="/Users/aharui/Work/apache/flex/lib/flex-messaging-common.jar"/>
-	<classpathentry kind="lib" path="/Users/aharui/Work/apache/flex/lib/xercesImpl.jar"/>
-	<classpathentry kind="lib" path="/Users/aharui/Work/apache/flex/lib/saxon9.jar"/>
+	<classpathentry kind="lib" path="../../lib/batik-all-flex.jar"/>
+	<classpathentry kind="lib" path="../../lib/velocity-dep-1.4-flex.jar"/>
+	<classpathentry kind="lib" path="../../lib/commons-collections.jar"/>
+	<classpathentry kind="lib" path="../../lib/flex-messaging-common.jar"/>
+	<classpathentry kind="lib" path="../../lib/xercesImpl.jar"/>
+	<classpathentry kind="lib" path="../../lib/saxon9.jar"/>
 	<classpathentry kind="output" path="classes"/>
 </classpath>

Modified: incubator/flex/trunk/modules/swfutils/.classpath
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/swfutils/.classpath?rev=1331087&r1=1331086&r2=1331087&view=diff
==============================================================================
--- incubator/flex/trunk/modules/swfutils/.classpath (original)
+++ incubator/flex/trunk/modules/swfutils/.classpath Thu Apr 26 21:02:16 2012
@@ -23,6 +23,6 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/flex-asc"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
-	<classpathentry kind="lib" path="/Users/aharui/Work/apache/flex/lib/batik-all-flex.jar"/>
+	<classpathentry kind="lib" path="../../lib/batik-all-flex.jar"/>
 	<classpathentry kind="output" path="classes"/>
 </classpath>