Author: jbeard
Date: Tue Nov 9 16:51:02 2010
New Revision: 1033088
URL: http://svn.apache.org/viewvc?rev=1033088&view=rev
Log:
Fixed typo in README.txt. Updated website from README.txt
Modified:
commons/sandbox/gsoc/2010/scxml-js/trunk/README.txt
commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/guide.xml
Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/README.txt
URL:
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/README.txt?rev=1033088&r1=1033087&r2=1033088&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-js/trunk/README.txt (original)
+++ commons/sandbox/gsoc/2010/scxml-js/trunk/README.txt Tue Nov 9 16:51:02 2010
@@ -40,7 +40,7 @@ GSoC mentor: rahul
==Requirements==
-Mavne, Ant and Java
+Maven, Ant and Java
==Installation==
Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/guide.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/guide.xml?rev=1033088&r1=1033087&r2=1033088&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/guide.xml (original)
+++ commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/guide.xml Tue Nov 9
16:51:02 2010
@@ -26,7 +26,7 @@
<section name="Requirements">
<p>
-Ant and Java
+Maven, Ant and Java
</p>
</section>
@@ -39,17 +39,11 @@ Follow <a href="source-repository.html">
</p>
<p>
-To use scxml-js, you must first download the dependencies. Run:
+To use SCXMLcgf/js, you must first download the dependencies and preprocess
the XSLT stylesheets. Run:
</p>
<source>
-ant -f getDeps.xml
-</source>
-
-You must then preprocess the stylesheets. Run:
-
-<source>
-./build.sh preprocessStylesheets
+mvn generate-sources
</source>
</section>