Updated Branches:
  refs/heads/develop 7a2ebde9c -> 2e739086c

Updated references to Subversion in Falcon build files and README.

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

Branch: refs/heads/develop
Commit: 2e739086cee6288a4e55377233f380a5b44687a0
Parents: 7a2ebde
Author: Gordon Smith <[email protected]>
Authored: Sat Apr 13 00:03:15 2013 -0700
Committer: Gordon Smith <[email protected]>
Committed: Sat Apr 13 00:03:15 2013 -0700

----------------------------------------------------------------------
 build.xml          |    4 ++--
 compiler/README    |   16 ++++++++--------
 compiler/build.xml |    2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2e739086/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 25ec1c7..3abe5c5 100644
--- a/build.xml
+++ b/build.xml
@@ -64,13 +64,13 @@
         <ant dir="compiler.jx.tests" target="clean"/>
     </target>
 
-    <target name="wipe" description="Wipes out everything that didn't come 
from Subversion.">
+    <target name="wipe" description="Wipes out everything that didn't come 
from Git.">
         <ant dir="compiler" target="wipe"/>
         <ant dir="compiler.tests" target="wipe"/>
                <delete dir="sdk/generated"/>
     </target>
     
-    <target name="wipe-all" description="Wipes out everything that didn't come 
from Subversion.">
+    <target name="wipe-all" description="Wipes out everything that didn't come 
from Git.">
         <ant dir="compiler" target="wipe"/>
         <ant dir="compiler.tests" target="wipe"/>
                <delete dir="sdk/generated"/>

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2e739086/compiler/README
----------------------------------------------------------------------
diff --git a/compiler/README b/compiler/README
index 2af5d0c..a3521c1 100644
--- a/compiler/README
+++ b/compiler/README
@@ -1,5 +1,5 @@
 Apache Flex - Falcon Compiler
-==================
+=============================
 
     Apache Flex is an application framework for easily building Flash-based 
applications 
     for mobile devices, the browser and desktop.
@@ -11,18 +11,18 @@ Apache Flex - Falcon Compiler
     in ActionScript and the compiler is implemented in Java.  The Falcon 
Compiler is
     a new compiler for ActionScript and MXML.
 
-Getting the latest sources via Subversion
-=========================================
+Getting the latest sources via Git
+==================================
 
-    You can always checkout the latest source via subversion using the 
following
-    command:
+    You can always get the latest source via Git using the following
+    command to clone Apache's flex-falcon repository:
 
-    svn co https://svn.apache.org/repos/asf/incubator/flex/falcon flex
+    git clone https://git-wip-us.apache.org/repos/asf/flex-falcon.git
 
-    For further information visit http://incubator.apache.org/flex/source.html
+    This command will create a flex-falcon directory inside the current 
directory.
     
 Building The Apache Flex Falcon Compiler
-========================
+========================================
 
     The Apache Flex Falcon Compiler requires some build tools which must be 
installed
     prior to building and it depends on some external software which

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2e739086/compiler/build.xml
----------------------------------------------------------------------
diff --git a/compiler/build.xml b/compiler/build.xml
index e60e323..8b7c0c0 100644
--- a/compiler/build.xml
+++ b/compiler/build.xml
@@ -1025,7 +1025,7 @@
         <delete dir="${compiler}/generated"/>
     </target>
 
-    <target name="wipe" depends="clean" description="Wipes everything that 
didn't come from Subversion.">
+    <target name="wipe" depends="clean" description="Wipes everything that 
didn't come from Git.">
         <delete dir="${compiler}/lib"/>
     </target>
 

Reply via email to