Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 6800 invoked from network); 12 Jun 2010 19:38:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Jun 2010 19:38:07 -0000 Received: (qmail 73570 invoked by uid 500); 12 Jun 2010 19:38:06 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 73510 invoked by uid 500); 12 Jun 2010 19:38:06 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 73503 invoked by uid 99); 12 Jun 2010 19:38:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 19:38:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 19:38:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 60C222388A64; Sat, 12 Jun 2010 19:37:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r954078 - in /commons/sandbox/gsoc/2010/scxml-js/trunk/test: testScript.sh xslt/changeTransitionsPointingToCompoundStatesToPointToInitialStates.xsl Date: Sat, 12 Jun 2010 19:37:24 -0000 To: commits@commons.apache.org From: jbeard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100612193724.60C222388A64@eris.apache.org> Author: jbeard Date: Sat Jun 12 19:37:24 2010 New Revision: 954078 URL: http://svn.apache.org/viewvc?rev=954078&view=rev Log: Added another transformation, did some testing. Looks good. Added: commons/sandbox/gsoc/2010/scxml-js/trunk/test/testScript.sh (with props) commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/changeTransitionsPointingToCompoundStatesToPointToInitialStates.xsl (with props) Added: commons/sandbox/gsoc/2010/scxml-js/trunk/test/testScript.sh URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/test/testScript.sh?rev=954078&view=auto ============================================================================== --- commons/sandbox/gsoc/2010/scxml-js/trunk/test/testScript.sh (added) +++ commons/sandbox/gsoc/2010/scxml-js/trunk/test/testScript.sh Sat Jun 12 19:37:24 2010 @@ -0,0 +1 @@ +xsltproc xslt/normalizeInitialStates.xsl kitchen_sink/KitchenSink.xml | xsltproc xslt/generateUniqueStateIds.xsl - | xsltproc xslt/splitTransitionTargets.xsl - | xsltproc xslt/changeTransitionsPointingToCompoundStatesToPointToInitialStates.xsl - | xmlindent Propchange: commons/sandbox/gsoc/2010/scxml-js/trunk/test/testScript.sh ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/sandbox/gsoc/2010/scxml-js/trunk/test/testScript.sh ------------------------------------------------------------------------------ svn:executable = * Added: commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/changeTransitionsPointingToCompoundStatesToPointToInitialStates.xsl URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/changeTransitionsPointingToCompoundStatesToPointToInitialStates.xsl?rev=954078&view=auto ============================================================================== --- commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/changeTransitionsPointingToCompoundStatesToPointToInitialStates.xsl (added) +++ commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/changeTransitionsPointingToCompoundStatesToPointToInitialStates.xsl Sat Jun 12 19:37:24 2010 @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: commons/sandbox/gsoc/2010/scxml-js/trunk/test/xslt/changeTransitionsPointingToCompoundStatesToPointToInitialStates.xsl ------------------------------------------------------------------------------ svn:eol-style = native