You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cz...@apache.org on 2013/01/18 19:27:51 UTC

svn commit: r1435286 - in /flex/falcon/trunk: compiler.js/ compiler.jx.tests/ compiler.jx.tests/.classpath compiler.jx/ compiler.jx/.classpath compiler.tests/.classpath

Author: czadra
Date: Fri Jan 18 18:27:51 2013
New Revision: 1435286

URL: http://svn.apache.org/viewvc?rev=1435286&view=rev
Log:
updated .classpath (changed output folder from bin to classes)

Modified:
    flex/falcon/trunk/compiler.js/   (props changed)
    flex/falcon/trunk/compiler.jx/   (props changed)
    flex/falcon/trunk/compiler.jx.tests/   (props changed)
    flex/falcon/trunk/compiler.jx.tests/.classpath
    flex/falcon/trunk/compiler.jx/.classpath
    flex/falcon/trunk/compiler.tests/.classpath

Propchange: flex/falcon/trunk/compiler.js/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Jan 18 18:27:51 2013
@@ -1,2 +1,3 @@
 in
 lib
+classes

Propchange: flex/falcon/trunk/compiler.jx/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Jan 18 18:27:51 2013
@@ -1,2 +1,3 @@
 lib
-bin-debug
+in
+classes

Propchange: flex/falcon/trunk/compiler.jx.tests/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Jan 18 18:27:51 2013
@@ -1,3 +1,5 @@
 bin
 lib
 temp
+classes
+results

Modified: flex/falcon/trunk/compiler.jx.tests/.classpath
URL: http://svn.apache.org/viewvc/flex/falcon/trunk/compiler.jx.tests/.classpath?rev=1435286&r1=1435285&r2=1435286&view=diff
==============================================================================
--- flex/falcon/trunk/compiler.jx.tests/.classpath (original)
+++ flex/falcon/trunk/compiler.jx.tests/.classpath Fri Jan 18 18:27:51 2013
@@ -5,5 +5,5 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/compiler"/>
 	<classpathentry kind="lib" path="lib/junit-4.10.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/compiler.jx"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry kind="output" path="classes"/>
 </classpath>

Modified: flex/falcon/trunk/compiler.jx/.classpath
URL: http://svn.apache.org/viewvc/flex/falcon/trunk/compiler.jx/.classpath?rev=1435286&r1=1435285&r2=1435286&view=diff
==============================================================================
--- flex/falcon/trunk/compiler.jx/.classpath (original)
+++ flex/falcon/trunk/compiler.jx/.classpath Fri Jan 18 18:27:51 2013
@@ -5,5 +5,5 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/compiler"/>
 	<classpathentry kind="lib" path="lib/google/closure-compiler/compiler.jar"/>
 	<classpathentry kind="lib" path="lib/commons-io.jar"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry kind="output" path="classes"/>
 </classpath>

Modified: flex/falcon/trunk/compiler.tests/.classpath
URL: http://svn.apache.org/viewvc/flex/falcon/trunk/compiler.tests/.classpath?rev=1435286&r1=1435285&r2=1435286&view=diff
==============================================================================
--- flex/falcon/trunk/compiler.tests/.classpath (original)
+++ flex/falcon/trunk/compiler.tests/.classpath Fri Jan 18 18:27:51 2013
@@ -9,5 +9,5 @@
 	<classpathentry kind="lib" path="/compiler/lib/commons-io.jar"/>
 	<classpathentry kind="src" path="/compiler"/>
 	<classpathentry kind="lib" path="/compiler/lib/guava.jar"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry kind="output" path="classes"/>
 </classpath>