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

svn commit: r1234852 - in /incubator/flex/whiteboard/frameworks: README.txt build_framework.xml

Author: cframpton
Date: Mon Jan 23 15:24:05 2012
New Revision: 1234852

URL: http://svn.apache.org/viewvc?rev=1234852&view=rev
Log:
Fix value of playerglobal.version in build_framework.xml (11.0 -> 11.1) and fix location of repository in README.txt (trunk/frameworks -> whiteboard/frameworks).

Modified:
    incubator/flex/whiteboard/frameworks/README.txt
    incubator/flex/whiteboard/frameworks/build_framework.xml

Modified: incubator/flex/whiteboard/frameworks/README.txt
URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/frameworks/README.txt?rev=1234852&r1=1234851&r2=1234852&view=diff
==============================================================================
--- incubator/flex/whiteboard/frameworks/README.txt (original)
+++ incubator/flex/whiteboard/frameworks/README.txt Mon Jan 23 15:24:05 2012
@@ -36,7 +36,7 @@ Until the modules directory is donated y
     and a FlashPlayerTrust file must allow local SWFs to access local files.
 
 3.  Delete the frameworks directory from the files you just expanded and replace it with the contents of the frameworks directory from the ASF svn repository.  
-    The SVN-location is https://svn.apache.org/repos/asf/incubator/flex/trunk/frameworks
+    The SVN-location is https://svn.apache.org/repos/asf/incubator/flex/whiteboard/frameworks
 
 4.  To build the frameworks directory, from the frameworks directory, type:
 

Modified: incubator/flex/whiteboard/frameworks/build_framework.xml
URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/frameworks/build_framework.xml?rev=1234852&r1=1234851&r2=1234852&view=diff
==============================================================================
--- incubator/flex/whiteboard/frameworks/build_framework.xml (original)
+++ incubator/flex/whiteboard/frameworks/build_framework.xml Mon Jan 23 15:24:05 2012
@@ -49,7 +49,7 @@
     <property name="mobiletheme.dir" value="${projects.dir}/mobiletheme"/>
     <property name="wireframe.dir" value="${projects.dir}/wireframe"/>
     <property name="compc.jvm.args" value="-Xmx384m" />
-    <property name="playerglobal.version" value="11.0"/>
+    <property name="playerglobal.version" value="11.1"/>
     
     <taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/ant/lib/flexTasks.jar"/>