Author: bendewey
Date: Mon Apr 26 21:19:43 2010
New Revision: 938245
URL: http://svn.apache.org/viewvc?rev=938245&view=rev
Log:
removed metro trader_client from M2 release
Removed:
incubator/stonehenge/trunk/stocktrader/metro/etc/web.non-sts.xml
incubator/stonehenge/trunk/stocktrader/metro/etc/web.sts.xml
incubator/stonehenge/trunk/stocktrader/metro/trader_client/
Modified:
incubator/stonehenge/trunk/stocktrader/metro/README.txt
incubator/stonehenge/trunk/stocktrader/metro/build.xml
Modified: incubator/stonehenge/trunk/stocktrader/metro/README.txt
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/metro/README.txt?rev=938245&r1=938244&r2=938245&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/metro/README.txt (original)
+++ incubator/stonehenge/trunk/stocktrader/metro/README.txt Mon Apr 26 21:19:43
2010
@@ -1,6 +1,6 @@
NOTICE
---------
-Before deploying Metro version of BS, OPS and trader client, you should create
a lib folder, download jar files as below, and put in the specified folders.
+Before deploying Metro version of BS, and OPS, you should create a lib folder,
download jar files as below, and put in the specified folders.
Structure of Stocktrader Directories
-------------------------------------
@@ -11,20 +11,16 @@ STOCKTRADER_HOME
|__config_servcie_common_dal
|__config_service
|__order_processor
-|__trader_client
|__resources
|__etc
|__lib
|__metro
- |__facelets
|__javaee
- |__jsf
|__mysql
|__mssql
|__commons
|__log4j
|__ant
- |__agent
@@ -41,24 +37,10 @@ metro :
Get from Metro
Metro 2.0 nightly build on July 6
From:
https://metro.dev.java.net/servlets/ProjectDocumentList?expandFolder=7638&folderID=10314
-
-facelets :
- jsf-facelets.jar
- From:
https://facelets.dev.java.net/files/documents/3448/31241/facelets-1.0.14.zip
- richfaces jar files
- http://www.jboss.org/richfaces/download/stable.html(3.3.1GA)
javaee :
javaee.jar
Get from glassfish/lib
-
-jsf :
- jsf-api.jar
- jsf-impl.jar
- From:
https://javaserverfaces.dev.java.net/files/documents/1866/44998/jsf-1_2_03.zip
-
- jstl.jar
- From:
http://apache.freelamp.com/jakarta/taglibs/standard/binaries/jakarta-taglibs-standard-1.1.2.zip
mssql :
jtds-1.2.2.jar
@@ -84,7 +66,3 @@ log4j :
mysql :
mysql-connector-java-5.1.7-bin.jar
From: http://dev.mysql.com/downloads/connector/j/5.1.html
-
-agent :
- openssoclientsdk.jar
- From:
http://download.java.net/general/opensso/nightly/20090801.1/j2eeagents/
\ No newline at end of file
Modified: incubator/stonehenge/trunk/stocktrader/metro/build.xml
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/metro/build.xml?rev=938245&r1=938244&r2=938245&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/metro/build.xml (original)
+++ incubator/stonehenge/trunk/stocktrader/metro/build.xml Mon Apr 26 21:19:43
2010
@@ -21,20 +21,10 @@
<project basedir="." default="redeploy" name="">
<import file="etc/as.xml"/>
- <property name="web.dir" value="${basedir}/trader_client/web/WEB-INF"/>
- <target name="NONSTS">
- <echo message="copy non-sts web file"/>
- <copy file="${basedir}/etc/web.non-sts.xml"
tofile="${web.dir}/web.xml" overwrite="true"/>
- </target>
-
- <target name="STS">
- <echo message="copy sts web file"/>
- <copy file="${basedir}/etc/web.sts.xml" tofile="${web.dir}/web.xml"
overwrite="true"/>
- </target>
+
<target name="deploy">
<ant dir="business_service" target="deploy" inheritAll="false"
inheritRefs="false"/>
<ant dir="order_processor" target="deploy" inheritAll="false"
inheritRefs="false"/>
- <ant dir="trader_client" target="deploy" inheritAll="false"
inheritRefs="false"/>
<ant dir="config_service" target="deploy" inheritAll="false"
inheritRefs="false"/>
<ant dir="active_sts" target="deploy" inheritAll="false"
inheritRefs="false"/>
</target>
@@ -42,7 +32,6 @@
<target name="undeploy">
<ant dir="business_service" target="undeploy" inheritAll="false"
inheritRefs="false"/>
<ant dir="order_processor" target="undeploy" inheritAll="false"
inheritRefs="false"/>
- <ant dir="trader_client" target="undeploy" inheritAll="false"
inheritRefs="false"/>
<ant dir="config_service" target="undeploy" inheritAll="false"
inheritRefs="false"/>
<ant dir="active_sts" target="undeploy" inheritAll="false"
inheritRefs="false"/>
</target>
@@ -50,7 +39,6 @@
<target name="redeploy">
<ant dir="business_service" target="redeploy" inheritAll="false"
inheritRefs="false"/>
<ant dir="order_processor" target="redeploy" inheritAll="false"
inheritRefs="false"/>
- <ant dir="trader_client" target="redeploy" inheritAll="false"
inheritRefs="false"/>
<ant dir="config_service" target="redeploy" inheritAll="false"
inheritRefs="false"/>
<ant dir="active_sts" target="redeploy" inheritAll="false"
inheritRefs="false"/>
</target>