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 2013/01/19 16:58:57 UTC

svn commit: r1435578 - in /flex/falcon/trunk: compiler.jx.tests/build.xml compiler.jx/build.xml

Author: erikdebruin
Date: Sat Jan 19 15:58:56 2013
New Revision: 1435578

URL: http://svn.apache.org/viewvc?rev=1435578&view=rev
Log:
- renamed 'project name' attribute to match the project the copy-pasted XML now belongs to

Modified:
    flex/falcon/trunk/compiler.jx.tests/build.xml
    flex/falcon/trunk/compiler.jx/build.xml

Modified: flex/falcon/trunk/compiler.jx.tests/build.xml
URL: http://svn.apache.org/viewvc/flex/falcon/trunk/compiler.jx.tests/build.xml?rev=1435578&r1=1435577&r2=1435578&view=diff
==============================================================================
--- flex/falcon/trunk/compiler.jx.tests/build.xml (original)
+++ flex/falcon/trunk/compiler.jx.tests/build.xml Sat Jan 19 15:58:56 2013
@@ -19,7 +19,7 @@
 
 -->
 
-<project name="compiler.tests" default="main" basedir=".">
+<project name="compiler.jx.tests" default="main" basedir=".">
 
     <pathconvert property="compiler.tests" dirsep="/">
         <path location="${basedir}"/>

Modified: flex/falcon/trunk/compiler.jx/build.xml
URL: http://svn.apache.org/viewvc/flex/falcon/trunk/compiler.jx/build.xml?rev=1435578&r1=1435577&r2=1435578&view=diff
==============================================================================
--- flex/falcon/trunk/compiler.jx/build.xml (original)
+++ flex/falcon/trunk/compiler.jx/build.xml Sat Jan 19 15:58:56 2013
@@ -17,7 +17,7 @@
   limitations under the License.
 
 -->
-<project name="falcon-jx" default="main" basedir=".">
+<project name="compiler.jx" default="main" basedir=".">
 
     <pathconvert property="basedir_clean" dirsep="/">
 		<path location="${basedir}" />