You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/12/03 19:18:54 UTC

svn commit: r722994 [1/2] - in /geronimo/daytrader/branches/2.1.3: ./ daytrader-db2-datasource/ daytrader-derby-datasource/ daytrader-jetty/ daytrader-jms/ daytrader-oracle-datasource/ daytrader-tomcat/ modules/dojo-ui-web/src/main/webapp/ modules/dojo...

Author: dwoods
Date: Wed Dec  3 10:18:52 2008
New Revision: 722994

URL: http://svn.apache.org/viewvc?rev=722994&view=rev
Log:
1) added missing plugin attributes, 2) fixed SCM values for upcoming release, 3) updated README contents to include instructions for deploying the EAR or Plugins, 4) added missing headers discovered by the maven rat plugin.

Modified:
    geronimo/daytrader/branches/2.1.3/README
    geronimo/daytrader/branches/2.1.3/README.jboss
    geronimo/daytrader/branches/2.1.3/daytrader-db2-datasource/pom.xml
    geronimo/daytrader/branches/2.1.3/daytrader-derby-datasource/pom.xml
    geronimo/daytrader/branches/2.1.3/daytrader-jetty/pom.xml
    geronimo/daytrader/branches/2.1.3/daytrader-jms/pom.xml
    geronimo/daytrader/branches/2.1.3/daytrader-oracle-datasource/pom.xml
    geronimo/daytrader/branches/2.1.3/daytrader-tomcat/pom.xml
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/WEB-INF/geronimo-web.xml.org
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/WEB-INF/web.xml
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/sandbox/browserTest.html
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/sandbox/testContext.html
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/sandbox/testWidget.html
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/trader.html
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/trader_debug.html
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/welcome.html
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/AccountSummary.js
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/BaseDaytraderPane.js
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/BuyQuote.js
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/Context.js
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/DaytraderProgressBar.js
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/LoginLogout.js
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/MarketSummary.js
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/Messages.js
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/Portfolio.js
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/QuickQuote.js
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlAccountSummary.html
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlBase.css
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlBaseTemplate.html
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlBuyQuote.html
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlLoginLogout.html
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlMarketSummary.html
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlMessages.html
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlPortfolio.html
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlProgressBar.css
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlProgressBar.html
    geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlQuickQuote.html
    geronimo/daytrader/branches/2.1.3/modules/ear/pom.xml
    geronimo/daytrader/branches/2.1.3/modules/ejb/pom.xml
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/AccountDataBean.java
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/AccountProfileDataBean.java
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/HoldingDataBean.java
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/MarketSummaryDataBeanWS.java
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/OrderDataBean.java
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/QuoteDataBean.java
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/RunStatsDataBean.java
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/Trade.java
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/TradeWSServices.java
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/TradeWSServicesProxy.java
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/ajax/SoapProxy.java
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/webapp/WEB-INF/TradeServicesClient_mapping.xml
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/webapp/WEB-INF/geronimo-web.xml.org
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/webapp/WEB-INF/web.xml
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/webapp/WEB-INF/wsdl/TradeServices.wsdl
    geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/webapp/index.html
    geronimo/daytrader/branches/2.1.3/modules/web/src/main/webapp/header.html
    geronimo/daytrader/branches/2.1.3/pom.xml

Modified: geronimo/daytrader/branches/2.1.3/README
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/README?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/README (original)
+++ geronimo/daytrader/branches/2.1.3/README Wed Dec  3 10:18:52 2008
@@ -1,58 +1,156 @@
 (C) Copyright 2006,2008 The Apache Software Foundation.
 ----------------------------------------------------------------------
 
-The code in this directory contains the code for the benchmark sample called Day Trader.  This sample was contributed by IBM to the Apache Geronimo project under the ASF license to further functional and performance testing of Geronimo.  
+The code in this directory contains the code for the benchmark sample called
+Day Trader.  This sample was contributed by IBM to the Apache Geronimo project
+under the ASF license to further functional and performance testing of Geronimo.  
+
+-----------
+|  BUILD  |
+-----------
+To build DayTrader, you need to have Java SE 5 and Maven 2.0.9 or later
+installed, which can be found at http://maven.apache.org.
+Once installed you can build DayTrader by executing the following command
+from the dayTrader root directory (the directory containing this README):
 
+        mvn clean install
 
-BUILD
------
-To build the dayTrader EAR, you need to have Maven 2.0.9 or later installed.   This can be found at http://maven.apache.org.  Once installed you can build DayTrader by executing the following command from the dayTrader root directory (the directory containing this README).:
+This will build the daytrader-jms, daytrader-derby-datasource, daytrader-jetty
+and daytrader-tomcat plugins.
 
-        mvn clean install
 
-This will build the daytrader-jms, daytrader-derby-datasource, daytrader-jetty and daytrader-tomcat plugins.
+-------------
+|  INSTALL  |
+-------------
 
-INSTALL
+Plug-ins
 --------
+After building daytrader, you can go to admin console to install the
+daytrader-jetty or daytrader-tomcat plugin, which will automatically install and
+use the daytrader-derby-datasource. Alternatively, you can install them
+via the "deploy/list-plugins" command, for example:
+
+    gsh deploy/list-plugins -u system -w manager -r file:/<your-local-maven-repo> org.apache.geronimo.daytrader/daytrader-tomcat/2.1.3/car
+
+For app clients, you'll have to install them using deploy install-plugin
+commands for now, before we publish the app client plugins on a public repo,
+for example: 
 
-After building daytrader, you can go to admin console to install the daytrader-jetty or daytrader-tomcat plugin. Alternatively, you can install them via the "deploy/list-plugins" command, for example:
+    gsh deploy/install-plugin -u system -w manager $DAYTRADER_HOME/daytrader-tomcat/target/daytrader-ws-client-2.1.3.car
+    gsh deploy/install-plugin -u system -w manager $DAYTRADER_HOME/daytrader-tomcat/target/daytrader-streamer-client-2.1.3.car 
 
-gsh deploy/list-plugins -u system -w manager -r file:/<your-local-maven-repo> org.apache.geronimo.daytrader/daytrader-tomcat/2.1.3/car
+You will need to create the database and populate the initial data into the
+database.  Make sure Geronimo is started and the GERONIMO_HOME environment
+variable is defined.
 
-For app clients, you'll have to install them using deploy install-plugin commands for now, before we publish the app client plugins on a public repo, for example: 
+1. If you want to use the embedded Apache Derby database, you can populate
+tables and data by visiting http://localhost:8080/daytrader/ in your browser.
 
-./gsh deploy/install-plugin -u system -w manager $DAYTRADER_HOME/daytrader-tomcat/target/daytrader-ws-client-2.1.3.car
-./gsh deploy/install-plugin -u system -w manager $DAYTRADER_HOME/daytrader-tomcat/target/daytrader-streamer-client-2.1.3.car 
+2. If you want to use a DB2 database as a back-end database provider, please
+copy DB2 jdbc drivers to server's repository and then build and install the 
+daytrader-db2-datasource plugin before installing the daytrader-jetty/tomcat
+plugin.    
 
-You will need to create the database and populate the initial data into the database.  Make sure Geronimo is started and the GERONIMO_HOME environment variable is defined.
+3. If you want to use an Oracle database as a back-end database provider,
+please copy the ojdbc14.jar file from your oracle server to
+$GERONIMO_HOME\repository\oracle\ojdbc14\10g and rename the ojdbc14.jar to a
+maven-recognizable format like ojdbc14-10g.jar.  Then build and install the 
+daytrader-oracle-datasource plugin before installing the daytrader-jetty/tomcat
+plugin.
 
-1. If you want to use the embedded Apache Derby database, you can populate tables and data by visiting http://localhost:8080/daytrader/ in your browser.
 
-2. If you want to use a DB2 database as a back-end database provider, please copy DB2 jdbc drivers to server's repository and use the daytrader-db2-datasource plugin instead.    
+Deployer
+--------
+1. Create the sample's database tables according to your database provider:
+   - If you use the embedded Apache Derby database provider, please perform the
+     following steps:
+      a. Ensure you have JAVA_HOME and GERONIMO_HOME environment variables set
+      b. Execute these commands from a command prompt:
+           cd $DAYTRADER_HOME/bin/dbscripts/derby
+           createDerbyDB.[bat|sh]
+  - If you use another back-end database provider, please perform the following
+    steps:
+    To create the database tables:
+      a. Set up a database or reuse an existing database. For this sample, a
+         database named "tradedb" is used.
+      b. Create a user with a user name of "trade" and a password of "trade".
+         Grant appropriate permissions to this user.
+      c. Load the database schema for this user by running the following at a
+         DBM command window:
+         - For IBM DB2 Express-C and Universal Database (UDB):
+              db2 connect to tradedb
+              db2 -tvf bin\dbscripts\db2\Table.ddl
+         - For Oracle:
+              sqlplus trade/trade@tradedb @bin\dbscripts\oracle\Table.ddl
+    To prep the datasource:
+      a. Download your DBM's JDBC driver from an authorized source.
+      b. Copy this driver to the Geronimo repository, and rename it to a
+         maven-recognizable format.  For example,
+         - For IBM DB2 Express-C and Universal Database (UDB):
+              $GERONIMO_HOME/repository/
+         - For Oracle:
+              $GERONIMO_HOME/repository/oracle/ojdbc14/10g/ojdbc14-10g.jar
+      c. Modify the database resource adapter configuration in your XML plan
+         (see below) to your database environment.  For example, UserName,
+         Password, PortNumber, DatabaseName, ServerName.
+
+2. Use the deployer tool to install the application:
+   - Execute these commands from a command prompt:
+         cd $GERONIMO_HOME/bin
+         deploy.[bat|sh] deploy $DAYTRADER_HOME/modules/ear/target/daytrader-ear-2.1.3.ear $DAYTRADER_HOME/plans/<My plan>
+           where <My plan> is
+               For Apache Derby:  dayTrader-derby-plan.xml
+               For IBM DB2 v9.1:  dayTrader-db2-9.1-XA-plan.xml
+               For Oracle:        dayTrader-oracle-XA-plan.xml
+               For MS SQL Server: dayTrader-sqlserver-plan.xml
+
+3. Use the admin console to install the application:
+   - Under Applications -> Deploy new
+     a. Select the EAR file indicated above as your archive.
+     b. Select the XML file indicated above as your plan.
+     c. Ensure the checkbox is selected to "start app after install".
 
-3. If you want to use an Oracle database as a back-end database provider, please copy the ojdbc14.jar file from your oracle server to %GERONIMO_HOME%\repository\oracle\ojdbc14\10g and rename the ojdbc14.jar to a maven-recognizable format like ojdbc14-10g.jar.   PLease use the daytrader-oracle-datasource plugin instead.
 
-RUN
----
-Access the dayTrader application at http://<hostname>:<port>/daytrader.
-To begin trading, go to 'Configuration -> (Re)-populate Trade Database'.
-This creates a fictional set of users, stocks, prices, etc. in the database and may take a while.
-After this you can go to 'Go Trade!' to begin trading.
+---------
+|  RUN  |
+---------
+1. Access the dayTrader application at:
+         http://<hostname>:<port>/daytrader.
+2. Before you begin using DayTraader, theres are a couple setup steps:
+   - Populate the database with a set of fictional users, stocks, prices, etc.
+     by selecting:
+         'Configuration -> (Re)-populate Trade Database'.
+     Note: This may take a minute or two depending on your database server.
+   - After populating the database, the DayTrader Configuration options will
+     appear.  Just accept the defaults.
+3. Now you can begin trading by going to:
+         'Trading & Portfolios'
+   Or run the sample test scenario to verify it is installed and working:
+         'Configuration -> Test DayTrader Scenario'
 
-There are two application clients you can run, the streamer client and web services client.  To run these (from the geronimo bin directory):
+There are two optional application clients you can run, the streamer client and
+web services client.  To run these (from $GERONIMO_HOME/bin):
    TradeStreamerAppClient:
       client.[bat|sh] org.apache.geronimo.daytrader/daytrader-streamer-client/2.1.3/car -waitForMain
-   wsappclient:
+   WSAppClient:
       client.[bat|sh] org.apache.geronimo.daytrader/daytrader-ws-client/2.1.3/car -waitForMain
 
 
-UNINSTALL
----------
-To uninstall daytrader, issue the following commands:
-        ${GERONIMO_HOME}\bin\deploy.[bat|sh] --user %user% --password %password% undeploy org.apache.geronimo.daytrader/daytrader/2.1.3/car
+---------------
+|  UNINSTALL  |
+---------------
+To uninstall DayTrader, issue the following commands:
+1. If you installed DayTrader as a plugin:
+  - If you installed the DayTrader :: Tomcat plugin:
+      deploy.[bat|sh] undeploy org.apache.geronimo.daytrader/daytrader-tomcat/2.1.3/car
+  - If you installed the DayTrader :: Jetty plugin:
+      deploy.[bat|sh] undeploy org.apache.geronimo.daytrader/daytrader-tomcat/2.1.3/car
+  - To remove the DayTrader :: JMS plugin (Tomcat or Jetty):
+      deploy.[bat|sh] undeploy org.apache.geronimo.daytrader/daytrader-jms/2.1.3/car
+  - To remove the DayTrader :: Derby DataSource (Tomcat or Jetty):
+      deploy.[bat|sh] undeploy org.apache.geronimo.daytrader/daytrader-derby-datasource/2.1.3/car
 
+2. If you installed DayTrader as an application (EAR) using the deployer:
+      deploy.[bat|sh] undeploy org.apache.geronimo.daytrader/daytrader/2.1.3/car
 
-ACKNOWLEDGEMENTS
-----------------
-Many thanks to Gianny Damour and David Jencks for helping to get the sample to its working state at this point.
 

Modified: geronimo/daytrader/branches/2.1.3/README.jboss
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/README.jboss?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/README.jboss (original)
+++ geronimo/daytrader/branches/2.1.3/README.jboss Wed Dec  3 10:18:52 2008
@@ -1,3 +1,6 @@
+(C) Copyright 2006,2008 The Apache Software Foundation.
+----------------------------------------------------------------------
+
 These are instructions for building and useing daytrader with JBoss:
 
 First create a $JBOSS_SERVER_HOME/deploy/jms/daytrader-destinations-service.xml

Modified: geronimo/daytrader/branches/2.1.3/daytrader-db2-datasource/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/daytrader-db2-datasource/pom.xml?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/daytrader-db2-datasource/pom.xml (original)
+++ geronimo/daytrader/branches/2.1.3/daytrader-db2-datasource/pom.xml Wed Dec  3 10:18:52 2008
@@ -76,7 +76,18 @@
             <plugin>
                 <groupId>org.apache.geronimo.buildsupport</groupId>
                 <artifactId>car-maven-plugin</artifactId>
+                <!-- Install as extention to allow 'car' packaging to be used. -->
+                <extensions>true</extensions>
                 <configuration>
+                    <archive>
+                        <!-- Do not include META-INF/maven to avoid long file problems on windows -->
+                        <addMavenDescriptor>false</addMavenDescriptor>
+                    </archive>
+                    <osiApproved>true</osiApproved>
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                    </useMavenDependencies>
                     <deploymentConfigs>
                         <deploymentConfig>${gbeanDeployer}</deploymentConfig>
                         <deploymentConfig>${j2eeDeployer}</deploymentConfig>
@@ -87,13 +98,23 @@
                         <artifactId>tranql-connector-db2-xa</artifactId>
                         <type>rar</type>
                     </module>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
+                    <commonInstance>
+                        <plugin-artifact>
+                            <geronimo-version>${geronimoVersion}</geronimo-version>
+                            <jvm-version>1.5</jvm-version>
+                            <jvm-version>1.6</jvm-version>
+                            <source-repository>~/.m2/repository/</source-repository>
+                            <source-repository>http://repo1.maven.org/maven2/</source-repository>
+                        </plugin-artifact>
+                    </commonInstance>
                     <instance>
                         <plugin-artifact>
                             <artifact-alias key="org.apache.geronimo.daytrader/daytrader-derby-database/${version}/car">org.apache.geronimo.daytrader/daytrader-db2-database/${version}/car</artifact-alias>
+                            <!-- The following doesn't work with c-m-p in 2.1.3
+                            <obsoletes>org.apache.geronimo.daytrader/daytrader//car</obsoletes>
+                            <obsoletes>org.apache.geronimo.daytrader/daytrader-derby-datasource//car</obsoletes>
+                            <obsoletes>org.apache.geronimo.daytrader/daytrader-db2-datasource//car</obsoletes>
+                            -->
                         </plugin-artifact>
                     </instance>
                 </configuration>

Modified: geronimo/daytrader/branches/2.1.3/daytrader-derby-datasource/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/daytrader-derby-datasource/pom.xml?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/daytrader-derby-datasource/pom.xml (original)
+++ geronimo/daytrader/branches/2.1.3/daytrader-derby-datasource/pom.xml Wed Dec  3 10:18:52 2008
@@ -70,7 +70,18 @@
             <plugin>
                 <groupId>org.apache.geronimo.buildsupport</groupId>
                 <artifactId>car-maven-plugin</artifactId>
+                <!-- Install as extention to allow 'car' packaging to be used. -->
+                <extensions>true</extensions>
                 <configuration>
+                    <archive>
+                        <!-- Do not include META-INF/maven to avoid long file problems on windows -->
+                        <addMavenDescriptor>false</addMavenDescriptor>
+                    </archive>
+                    <osiApproved>true</osiApproved>
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                    </useMavenDependencies>
                     <deploymentConfigs>
                         <deploymentConfig>${gbeanDeployer}</deploymentConfig>
                         <deploymentConfig>${j2eeDeployer}</deploymentConfig>
@@ -81,12 +92,22 @@
                         <artifactId>tranql-connector-derby-embed-xa</artifactId>
                         <type>rar</type>
                     </module>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
+                    <commonInstance>
+                        <plugin-artifact>
+                            <geronimo-version>${geronimoVersion}</geronimo-version>
+                            <jvm-version>1.5</jvm-version>
+                            <jvm-version>1.6</jvm-version>
+                            <source-repository>~/.m2/repository/</source-repository>
+                            <source-repository>http://repo1.maven.org/maven2/</source-repository>
+                        </plugin-artifact>
+                    </commonInstance>
                     <instance>
-                        <plugin-artifact></plugin-artifact>
+                        <plugin-artifact>
+                            <!-- The following doesn't work with c-m-p in 2.1.3
+                            <obsoletes>org.apache.geronimo.daytrader/daytrader//car</obsoletes>
+                            <obsoletes>org.apache.geronimo.daytrader/daytrader-derby-datasource//car</obsoletes>
+                            -->
+                        </plugin-artifact>
                     </instance>
                 </configuration>
             </plugin>

Modified: geronimo/daytrader/branches/2.1.3/daytrader-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/daytrader-jetty/pom.xml?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/daytrader-jetty/pom.xml (original)
+++ geronimo/daytrader/branches/2.1.3/daytrader-jetty/pom.xml Wed Dec  3 10:18:52 2008
@@ -149,7 +149,18 @@
             <plugin>
                 <groupId>org.apache.geronimo.buildsupport</groupId>
                 <artifactId>car-maven-plugin</artifactId>
+                <!-- Install as extention to allow 'car' packaging to be used. -->
+                <extensions>true</extensions>
                 <configuration>
+                   <archive>
+                        <!-- Do not include META-INF/maven to avoid long file problems on windows -->
+                        <addMavenDescriptor>false</addMavenDescriptor>
+                    </archive>
+                    <osiApproved>true</osiApproved>
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                    </useMavenDependencies>
                     <deploymentConfigs>
                         <deploymentConfig>${gbeanDeployer}</deploymentConfig>
                         <deploymentConfig>${j2eeDeployer}</deploymentConfig>
@@ -165,12 +176,22 @@
                         <artifactId>daytrader-ear</artifactId>
                         <type>ear</type>
                     </module>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
+                    <commonInstance>
+                        <plugin-artifact>
+                            <geronimo-version>${geronimoVersion}</geronimo-version>
+                            <jvm-version>1.5</jvm-version>
+                            <jvm-version>1.6</jvm-version>
+                            <source-repository>~/.m2/repository/</source-repository>
+                            <source-repository>http://repo1.maven.org/maven2/</source-repository>
+                        </plugin-artifact>
+                    </commonInstance>
                     <instance>
-                        <plugin-artifact></plugin-artifact>
+                       <plugin-artifact>
+                            <!-- The following doesn't work with c-m-p in 2.1.3
+                            <obsoletes>org.apache.geronimo.daytrader/daytrader//car</obsoletes>
+                            <obsoletes>org.apache.geronimo.daytrader/daytrader-jetty//car</obsoletes>
+                            -->
+                       </plugin-artifact>
                     </instance>
                 </configuration>
             </plugin>

Modified: geronimo/daytrader/branches/2.1.3/daytrader-jms/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/daytrader-jms/pom.xml?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/daytrader-jms/pom.xml (original)
+++ geronimo/daytrader/branches/2.1.3/daytrader-jms/pom.xml Wed Dec  3 10:18:52 2008
@@ -69,31 +69,52 @@
             <version>${geronimoVersion}</version>
         </dependency>
     </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.geronimo.buildsupport</groupId>
-        <artifactId>car-maven-plugin</artifactId>
-          <configuration>
-              <deploymentConfigs>
-                  <deploymentConfig>${gbeanDeployer}</deploymentConfig>
-                  <deploymentConfig>${j2eeDeployer}</deploymentConfig>
-                  <deploymentConfig>${connectorDeployer}</deploymentConfig>
-              </deploymentConfigs>
-              <module>
-                  <groupId>org.apache.geronimo.modules</groupId>
-                  <artifactId>geronimo-activemq-ra</artifactId>
-                  <type>rar</type>
-              </module>
-              <useMavenDependencies>
-                  <value>true</value>
-                  <includeVersion>true</includeVersion>
-              </useMavenDependencies>
-              <instance>
-                  <plugin-artifact></plugin-artifact>
-              </instance>
-          </configuration>
-      </plugin>
-    </plugins>
-  </build>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <!-- Install as extention to allow 'car' packaging to be used. -->
+                <extensions>true</extensions>
+                <configuration>
+                    <archive>
+                        <!-- Do not include META-INF/maven to avoid long file problems on windows -->
+                        <addMavenDescriptor>false</addMavenDescriptor>
+                    </archive>
+                    <osiApproved>true</osiApproved>
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                    </useMavenDependencies>
+                    <deploymentConfigs>
+                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>
+                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>
+                        <deploymentConfig>${connectorDeployer}</deploymentConfig>
+                    </deploymentConfigs>
+                    <module>
+                        <groupId>org.apache.geronimo.modules</groupId>
+                        <artifactId>geronimo-activemq-ra</artifactId>
+                        <type>rar</type>
+                    </module>
+                    <commonInstance>
+                        <plugin-artifact>
+                            <geronimo-version>${geronimoVersion}</geronimo-version>
+                            <jvm-version>1.5</jvm-version>
+                            <jvm-version>1.6</jvm-version>
+                            <source-repository>~/.m2/repository/</source-repository>
+                            <source-repository>http://repo1.maven.org/maven2/</source-repository>
+                        </plugin-artifact>
+                    </commonInstance>
+                    <instance>
+                        <plugin-artifact>
+                            <!-- The following doesn't work with c-m-p in 2.1.3
+                            <obsoletes>org.apache.geronimo.daytrader/daytrader//car</obsoletes>
+                            <obsoletes>org.apache.geronimo.daytrader/daytrader-jms//car</obsoletes>
+                            -->
+                        </plugin-artifact>
+                    </instance>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>

Modified: geronimo/daytrader/branches/2.1.3/daytrader-oracle-datasource/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/daytrader-oracle-datasource/pom.xml?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/daytrader-oracle-datasource/pom.xml (original)
+++ geronimo/daytrader/branches/2.1.3/daytrader-oracle-datasource/pom.xml Wed Dec  3 10:18:52 2008
@@ -70,7 +70,18 @@
             <plugin>
                 <groupId>org.apache.geronimo.buildsupport</groupId>
                 <artifactId>car-maven-plugin</artifactId>
+                <!-- Install as extention to allow 'car' packaging to be used. -->
+                <extensions>true</extensions>
                 <configuration>
+                    <archive>
+                        <!-- Do not include META-INF/maven to avoid long file problems on windows -->
+                        <addMavenDescriptor>false</addMavenDescriptor>
+                    </archive>
+                    <osiApproved>true</osiApproved>
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                    </useMavenDependencies>
                     <deploymentConfigs>
                         <deploymentConfig>${gbeanDeployer}</deploymentConfig>
                         <deploymentConfig>${j2eeDeployer}</deploymentConfig>
@@ -81,13 +92,23 @@
                         <artifactId>tranql-connector-oracle-xa</artifactId>
                         <type>rar</type>
                     </module>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
+                    <commonInstance>
+                        <plugin-artifact>
+                            <geronimo-version>${geronimoVersion}</geronimo-version>
+                            <jvm-version>1.5</jvm-version>
+                            <jvm-version>1.6</jvm-version>
+                            <source-repository>~/.m2/repository/</source-repository>
+                            <source-repository>http://repo1.maven.org/maven2/</source-repository>
+                        </plugin-artifact>
+                    </commonInstance>
                     <instance>
                         <plugin-artifact>
                             <artifact-alias key="org.apache.geronimo.daytrader/daytrader-derby-database/${version}/car">org.apache.geronimo.daytrader/daytrader-oracle-database/${version}/car</artifact-alias>
+                            <!-- The following doesn't work with c-m-p in 2.1.3
+                            <obsoletes>org.apache.geronimo.daytrader/daytrader//car</obsoletes>
+                            <obsoletes>org.apache.geronimo.daytrader/daytrader-derby-datasource//car</obsoletes>
+                            <obsoletes>org.apache.geronimo.daytrader/daytrader-oracle-datasource//car</obsoletes>
+                            -->
                         </plugin-artifact>
                     </instance>
                 </configuration>

Modified: geronimo/daytrader/branches/2.1.3/daytrader-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/daytrader-tomcat/pom.xml?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/daytrader-tomcat/pom.xml (original)
+++ geronimo/daytrader/branches/2.1.3/daytrader-tomcat/pom.xml Wed Dec  3 10:18:52 2008
@@ -147,7 +147,18 @@
             <plugin>
                 <groupId>org.apache.geronimo.buildsupport</groupId>
                 <artifactId>car-maven-plugin</artifactId>
+                <!-- Install as extention to allow 'car' packaging to be used. -->
+                <extensions>true</extensions>
                 <configuration>
+                    <archive>
+                        <!-- Do not include META-INF/maven to avoid long file problems on windows -->
+                        <addMavenDescriptor>false</addMavenDescriptor>
+                    </archive>
+                    <osiApproved>true</osiApproved>
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                    </useMavenDependencies>
                     <deploymentConfigs>
                         <deploymentConfig>${gbeanDeployer}</deploymentConfig>
                         <deploymentConfig>${j2eeDeployer}</deploymentConfig>
@@ -163,12 +174,22 @@
                         <artifactId>daytrader-ear</artifactId>
                         <type>ear</type>
                     </module>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
+                    <commonInstance>
+                        <plugin-artifact>
+                            <geronimo-version>${geronimoVersion}</geronimo-version>
+                            <jvm-version>1.5</jvm-version>
+                            <jvm-version>1.6</jvm-version>
+                            <source-repository>~/.m2/repository/</source-repository>
+                            <source-repository>http://repo1.maven.org/maven2/</source-repository>
+                        </plugin-artifact>
+                    </commonInstance>
                     <instance>
-                        <plugin-artifact></plugin-artifact>
+                        <plugin-artifact>
+                            <!-- The following doesn't work with c-m-p in 2.1.3
+                            <obsoletes>org.apache.geronimo.daytrader/daytrader//car</obsoletes>
+                            <obsoletes>org.apache.geronimo.daytrader/daytrader-tomcat//car</obsoletes>
+                            -->
+                        </plugin-artifact>
                     </instance>
                 </configuration>
             </plugin>
@@ -257,8 +278,5 @@
             </build>
         </profile>
     </profiles>
-    
-
-
 
 </project>

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/WEB-INF/geronimo-web.xml.org
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/WEB-INF/geronimo-web.xml.org?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/WEB-INF/geronimo-web.xml.org (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/WEB-INF/geronimo-web.xml.org Wed Dec  3 10:18:52 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
 <web-app configId="atradeWeb/atradeWeb" xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1" xmlns:nam="http://geronimo.apache.org/xml/ns/naming-1.2" xmlns:sec="http://geronimo.apache.org/xml/ns/security-2.0" xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.2">
   <context-root>/atradeWeb</context-root>
   <context-priority-classloader>false</context-priority-classloader>

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/WEB-INF/web.xml?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/WEB-INF/web.xml (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/WEB-INF/web.xml Wed Dec  3 10:18:52 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
 <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
 	<display-name>daytrader-dojo-web</display-name>
 	<welcome-file-list>

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/sandbox/browserTest.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/sandbox/browserTest.html?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/sandbox/browserTest.html (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/sandbox/browserTest.html Wed Dec  3 10:18:52 2008
@@ -1,3 +1,19 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/sandbox/testContext.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/sandbox/testContext.html?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/sandbox/testContext.html (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/sandbox/testContext.html Wed Dec  3 10:18:52 2008
@@ -1,3 +1,19 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/sandbox/testWidget.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/sandbox/testWidget.html?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/sandbox/testWidget.html (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/sandbox/testWidget.html Wed Dec  3 10:18:52 2008
@@ -1,3 +1,19 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/trader.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/trader.html?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/trader.html (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/trader.html Wed Dec  3 10:18:52 2008
@@ -1,3 +1,19 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/trader_debug.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/trader_debug.html?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/trader_debug.html (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/trader_debug.html Wed Dec  3 10:18:52 2008
@@ -1,3 +1,19 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/welcome.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/welcome.html?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/welcome.html (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/welcome.html Wed Dec  3 10:18:52 2008
@@ -1,3 +1,19 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
 
 <div>
 	<h2>DOJO Trader, the DOJO/AJAX user interface to Daytrader 1.1</h2>

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/AccountSummary.js
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/AccountSummary.js?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/AccountSummary.js (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/AccountSummary.js Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 dojo.provide("dojotrader.widget.AccountSummary");
 
 dojo.require("dojo.widget.*");

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/BaseDaytraderPane.js
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/BaseDaytraderPane.js?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/BaseDaytraderPane.js (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/BaseDaytraderPane.js Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 dojo.provide("dojotrader.widget.BaseDaytraderPane");
 
 dojo.require("dojo.widget.*");

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/BuyQuote.js
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/BuyQuote.js?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/BuyQuote.js (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/BuyQuote.js Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 dojo.provide("dojotrader.widget.BuyQuote");
 
 dojo.require("dojo.widget.*");

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/Context.js
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/Context.js?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/Context.js (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/Context.js Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 dojo.provide("dojotrader.widget.Context");
 dojo.require("dojo.collections.*");
 dojo.require("dojo.lang.timing.Timer");

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/DaytraderProgressBar.js
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/DaytraderProgressBar.js?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/DaytraderProgressBar.js (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/DaytraderProgressBar.js Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 dojo.provide("dojotrader.widget.DaytraderProgressBar");
 
 dojo.require("dojo.widget.*");

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/LoginLogout.js
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/LoginLogout.js?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/LoginLogout.js (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/LoginLogout.js Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 dojo.provide("dojotrader.widget.LoginLogout");
 
 dojo.require("dojo.widget.*");

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/MarketSummary.js
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/MarketSummary.js?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/MarketSummary.js (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/MarketSummary.js Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 dojo.provide("dojotrader.widget.MarketSummary");
 
 dojo.require("dojo.widget.*");

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/Messages.js
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/Messages.js?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/Messages.js (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/Messages.js Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 dojo.provide("dojotrader.widget.Messages");
 
 dojo.require("dojo.widget.*");

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/Portfolio.js
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/Portfolio.js?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/Portfolio.js (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/Portfolio.js Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 dojo.provide("dojotrader.widget.Portfolio");
 
 dojo.require("dojo.widget.*");

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/QuickQuote.js
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/QuickQuote.js?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/QuickQuote.js (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/QuickQuote.js Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 dojo.provide("dojotrader.widget.QuickQuote");
 
 dojo.require("dojo.widget.*");

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlAccountSummary.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlAccountSummary.html?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlAccountSummary.html (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlAccountSummary.html Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 <div dojoAttachPoint="accountSummaryNode" class="daytrader-pane">
 	<div dojoAttachPoint="labelNode" class="daytrader-pane-header">
 		<table align="center" width="98%">

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlBase.css
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlBase.css?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlBase.css (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlBase.css Wed Dec  3 10:18:52 2008
@@ -1,4 +1,20 @@
 @CHARSET "ISO-8859-1";
+/*--------------------------------------------------
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--------------------------------------------------*/
 
 /*--------------------------------------------------
 	Generic Daytrader pane rules
@@ -107,4 +123,4 @@
 
 .error {
 	color: red;
-}
\ No newline at end of file
+}

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlBaseTemplate.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlBaseTemplate.html?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlBaseTemplate.html (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlBaseTemplate.html Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 <div dojoAttachPoint="quickQuoteNode" class="daytrader-pane">
 	<div dojoAttachPoint="labelNode" class="daytrader-pane-header">
 		<table align="center" width="98%">

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlBuyQuote.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlBuyQuote.html?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlBuyQuote.html (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlBuyQuote.html Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 <div dojoAttachPoint="buyQuoteNode" class="daytrader-pane">
 	<div dojoAttachPoint="labelNode" class="daytrader-pane-header">
 		<table align="center" width="98%">

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlLoginLogout.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlLoginLogout.html?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlLoginLogout.html (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlLoginLogout.html Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 <div dojoAttachPoint="loginLogoutNode" class="daytrader-pane login-pane">
 	<div dojoAttachPoint="loginNode" align="right">
 		<table>

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlMarketSummary.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlMarketSummary.html?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlMarketSummary.html (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlMarketSummary.html Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 <div dojoAttachPoint="marketSummaryNode" class="daytrader-pane">
 	<div dojoAttachPoint="labelNode" class="daytrader-pane-header">
 		<table align="center" width="98%">
@@ -90,4 +107,4 @@
 		</table>
 		<div style="height: 4px"></div>	
 	</div>
-</div>
\ No newline at end of file
+</div>

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlMessages.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlMessages.html?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlMessages.html (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlMessages.html Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 <div dojoAttachPoint="messagesNode" class="daytrader-pane">
 	<div dojoAttachPoint="labelNode" class="daytrader-pane-header">
 		<table align="center" width="98%">

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlPortfolio.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlPortfolio.html?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlPortfolio.html (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlPortfolio.html Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 <div dojoAttachPoint="portfolioNode" class="daytrader-pane">
 	<div dojoAttachPoint="labelNode" class="daytrader-pane-header">
 		<table align="center" width="98%">

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlProgressBar.css
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlProgressBar.css?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlProgressBar.css (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlProgressBar.css Wed Dec  3 10:18:52 2008
@@ -1,4 +1,21 @@
 @CHARSET "ISO-8859-1";
+/*----------------------------------------------------------------------------
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-----------------------------------------------------------------------------*/
+
 
 .progress-bar { 
 	font-family:verdana,arial,helvetica,sans-serif;
@@ -18,4 +35,4 @@
 	font-size: 0.8em; 
 	text-decoration: blink; 
 	visibility: hidden
-}
\ No newline at end of file
+}

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlProgressBar.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlProgressBar.html?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlProgressBar.html (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlProgressBar.html Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 <div dojoAttachPoint="progressBarNode" class="progress-bar">
 <table>
 	<tr>
@@ -22,4 +39,4 @@
 		</td>
 	</tr>
 </table>
-</div>
\ No newline at end of file
+</div>

Modified: geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlQuickQuote.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlQuickQuote.html?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlQuickQuote.html (original)
+++ geronimo/daytrader/branches/2.1.3/modules/dojo-ui-web/src/main/webapp/widget/templates/HtmlQuickQuote.html Wed Dec  3 10:18:52 2008
@@ -1,3 +1,20 @@
+<%--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+--%>
+
 <div dojoAttachPoint="quickQuoteNode" class="daytrader-pane">
 	<div dojoAttachPoint="labelNode" class="daytrader-pane-header">
 		<table align="center" width="98%">

Modified: geronimo/daytrader/branches/2.1.3/modules/ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/ear/pom.xml?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/ear/pom.xml (original)
+++ geronimo/daytrader/branches/2.1.3/modules/ear/pom.xml Wed Dec  3 10:18:52 2008
@@ -39,24 +39,24 @@
         <dependency>
             <groupId>org.apache.geronimo.daytrader</groupId>
             <artifactId>daytrader-web</artifactId>
-            <version>${pom.version}</version>
+            <version>${version}</version>
             <type>war</type>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.daytrader</groupId>
             <artifactId>daytrader-ejb</artifactId>
-            <version>${pom.version}</version>
+            <version>${version}</version>
             <type>ejb</type>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.daytrader</groupId>
             <artifactId>daytrader-streamer</artifactId>
-            <version>${pom.version}</version>
+            <version>${version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.daytrader</groupId>
             <artifactId>daytrader-wsappclient</artifactId>
-            <version>${pom.version}</version>
+            <version>${version}</version>
         </dependency>
     </dependencies>
     <build>

Modified: geronimo/daytrader/branches/2.1.3/modules/ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/ejb/pom.xml?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/ejb/pom.xml (original)
+++ geronimo/daytrader/branches/2.1.3/modules/ejb/pom.xml Wed Dec  3 10:18:52 2008
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.apache.geronimo.daytrader</groupId>
             <artifactId>daytrader-wsappclient</artifactId>
-            <version>${pom.version}</version>
+            <version>${version}</version>
             <scope>compile</scope>
         </dependency>
         <dependency>

Modified: geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/AccountDataBean.java
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/AccountDataBean.java?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/AccountDataBean.java (original)
+++ geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/AccountDataBean.java Wed Dec  3 10:18:52 2008
@@ -1,4 +1,21 @@
 /**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
  * AccountDataBean.java
  *
  * This file was auto-generated from WSDL

Modified: geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/AccountProfileDataBean.java
URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/AccountProfileDataBean.java?rev=722994&r1=722993&r2=722994&view=diff
==============================================================================
--- geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/AccountProfileDataBean.java (original)
+++ geronimo/daytrader/branches/2.1.3/modules/json-proxy/src/main/java/org/apache/geronimo/samples/daytrader/AccountProfileDataBean.java Wed Dec  3 10:18:52 2008
@@ -1,4 +1,21 @@
 /**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
  * AccountProfileDataBean.java
  *
  * This file was auto-generated from WSDL