You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jb...@apache.org on 2010/06/15 02:56:20 UTC

svn commit: r954682 - in /commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0: ./ lib/java/ lib/js/ lib/test-java/ lib/test-js/ src/javascript/scxml/cgf/backends/js/StatePatternStatechartGenerator.js test/

Author: jbeard
Date: Tue Jun 15 00:56:19 2010
New Revision: 954682

URL: http://svn.apache.org/viewvc?rev=954682&view=rev
Log:
Set up svn-ignore on most directories.

Modified:
    commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/   (props changed)
    commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/lib/java/   (props changed)
    commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/lib/js/   (props changed)
    commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/lib/test-java/   (props changed)
    commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/lib/test-js/   (props changed)
    commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/src/javascript/scxml/cgf/backends/js/StatePatternStatechartGenerator.js
    commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/test/   (props changed)

Propchange: commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Jun 15 00:56:19 2010
@@ -0,0 +1,6 @@
+build_dbg.sh
+build_dbg.bat
+build
+*.sw*
+tmp*
+Session.vim

Propchange: commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/lib/java/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Jun 15 00:56:19 2010
@@ -0,0 +1,5 @@
+commons-cli.jar
+serializer.jar
+xalan.jar
+xercesImpl.jar
+xml-apis.jar

Propchange: commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/lib/js/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Jun 15 00:56:19 2010
@@ -0,0 +1,2 @@
+beautify.js
+requirejs

Propchange: commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/lib/test-java/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Jun 15 00:56:19 2010
@@ -0,0 +1,2 @@
+selenium-java-client-driver.jar
+selenium-server.jar

Propchange: commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/lib/test-js/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Jun 15 00:56:19 2010
@@ -0,0 +1 @@
+dojo-release-1.4.2-src

Modified: commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/src/javascript/scxml/cgf/backends/js/StatePatternStatechartGenerator.js
URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/src/javascript/scxml/cgf/backends/js/StatePatternStatechartGenerator.js?rev=954682&r1=954681&r2=954682&view=diff
==============================================================================
--- commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/src/javascript/scxml/cgf/backends/js/StatePatternStatechartGenerator.js (original)
+++ commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/src/javascript/scxml/cgf/backends/js/StatePatternStatechartGenerator.js Tue Jun 15 00:56:19 2010
@@ -5,7 +5,9 @@ require.def(
 	[
 		"src/javascript/scxml/cgf/backends/js/AbstractStatechartGenerator",
 		"xml!src/xslt/ir-compiler/appendTransitionInformation.xsl",
-		"xml!src/xslt/backends/js/StatePatternStatechartGenerator.xsl" ],
+		//"xml!src/xslt/backends/js/StatePatternStatechartGenerator_combined.xsl" 
+		"xml!src/xslt/backends/js/StatePatternStatechartGenerator.xsl" 
+	],
 
 	function(
 		AbstractStatechartGenerator,

Propchange: commons/sandbox/gsoc/2010/scxml-js/branches/browser-tests.0/test/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Jun 15 00:56:19 2010
@@ -0,0 +1,3 @@
+tmp*
+test.html
+test.js