You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sv...@apache.org on 2008/03/12 20:23:28 UTC

svn commit: r636468 - in /incubator/tuscany/java/sca/demos/bigbank: build.xml src/main/resources/bigbank.jks src/main/resources/web/AccountJSON.html

Author: svkrish
Date: Wed Mar 12 12:23:28 2008
New Revision: 636468

URL: http://svn.apache.org/viewvc?rev=636468&view=rev
Log:
minor modifications to html, jks and build

Modified:
    incubator/tuscany/java/sca/demos/bigbank/build.xml
    incubator/tuscany/java/sca/demos/bigbank/src/main/resources/bigbank.jks
    incubator/tuscany/java/sca/demos/bigbank/src/main/resources/web/AccountJSON.html

Modified: incubator/tuscany/java/sca/demos/bigbank/build.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/bigbank/build.xml?rev=636468&r1=636467&r2=636468&view=diff
==============================================================================
--- incubator/tuscany/java/sca/demos/bigbank/build.xml (original)
+++ incubator/tuscany/java/sca/demos/bigbank/build.xml Wed Mar 12 12:23:28 2008
@@ -25,7 +25,7 @@
     <path id="test.classpath">
     	<pathelement location="target/classes"/>
     	<pathelement location="../../lib/tuscany-sca-manifest.jar"/>    	
-        <pathelement location="../bigbank-account/target/demo-bigbank-account.jar"/>    	
+        <pathelement location="../bigbank-account/target/demo-bigbank-account-1.2-incubating-SNAPSHOT.jar"/>    	
     </path>
 	
     <target name="init">
@@ -54,7 +54,7 @@
                target="1.5">
             <classpath>
             	<pathelement location="../../lib/tuscany-sca-manifest.jar"/>
-                <pathelement location="../bigbank-account/target/demo-bigbank-account.jar"/>
+                <pathelement location="../bigbank-account/target/demo-bigbank-account-1.2-incubating-SNAPSHOT.jar"/>
             </classpath>
         </javac> 
         <copy todir="target/classes">

Modified: incubator/tuscany/java/sca/demos/bigbank/src/main/resources/bigbank.jks
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/bigbank/src/main/resources/bigbank.jks?rev=636468&r1=636467&r2=636468&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/tuscany/java/sca/demos/bigbank/src/main/resources/web/AccountJSON.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/bigbank/src/main/resources/web/AccountJSON.html?rev=636468&r1=636467&r2=636468&view=diff
==============================================================================
--- incubator/tuscany/java/sca/demos/bigbank/src/main/resources/web/AccountJSON.html (original)
+++ incubator/tuscany/java/sca/demos/bigbank/src/main/resources/web/AccountJSON.html Wed Mar 12 12:23:28 2008
@@ -63,7 +63,7 @@
 	<tr>
 		<td><br>
 		<button id="myaccount" dojoType="dijit.form.Button"
-			onClick='accountService.getAccountReport("Dojo1234").addCallback(contentCallBack);'>getAccountReport("Dojo1234")</button>
+			onClick='accountService.getAccountReport("Customer_01").addCallback(contentCallBack);'>getAccountReport("Customer_01")</button>
 		<br>
 		</td>
 		<td>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org