Author: mschmalle
Date: Sat Dec  1 13:19:14 2012
New Revision: 1415992

URL: http://svn.apache.org/viewvc?rev=1415992&view=rev
Log:
FalconJS: The .classpath of the project was using version numbers for 
commons-io.jar and commons-cli.jar when the build saves the jars without 
version numbers

Modified:
    incubator/flex/falcon/trunk/compiler.js/.classpath

Modified: incubator/flex/falcon/trunk/compiler.js/.classpath
URL: 
http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.js/.classpath?rev=1415992&r1=1415991&r2=1415992&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.js/.classpath (original)
+++ incubator/flex/falcon/trunk/compiler.js/.classpath Sat Dec  1 13:19:14 2012
@@ -4,10 +4,10 @@
        <classpathentry kind="src" path="build/generatedSrc/as3.codegen"/>
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="lib" 
path="lib/google/closure-compiler/compiler.jar"/>
-       <classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
-       <classpathentry kind="lib" path="lib/commons-io-2.0.1.jar"/>
        <classpathentry kind="lib" 
path="lib/org.apache.felix.framework-3.0.2.jar"/>
        <classpathentry kind="lib" path="lib/antlr.jar"/>
        <classpathentry combineaccessrules="false" kind="src" path="/compiler"/>
+       <classpathentry kind="lib" path="lib/commons-cli.jar"/>
+       <classpathentry kind="lib" path="lib/commons-io.jar"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>


Reply via email to