Index: lams_tool_sbmt/build.properties
===================================================================
diff -u -reb8df38a09efc89ecb2524cb7cf70ad9f3ec69d8 -rfa360ca009f7f256954f76a691572730c8f4d3ea
--- lams_tool_sbmt/build.properties (.../build.properties) (revision eb8df38a09efc89ecb2524cb7cf70ad9f3ec69d8)
+++ lams_tool_sbmt/build.properties (.../build.properties) (revision fa360ca009f7f256954f76a691572730c8f4d3ea)
@@ -1,13 +1,18 @@
# Abt properties for building the Lams Submit Files Tool
#name of this project
+signature=sbmt
name=lams_tool_sbmt
product=lams-tool-sbmt
# Directory where third party jars reside.
sharedlib=../lams_build/lib
-j2eelibs=C:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.1/data/libraryset/1.4
+j2eelibs=D:/eclipseplugins/myeclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset/1.4
+deploy.tool.dir=../lams_build/deploy-tool
+build.deploy=${build}/deploy
+sql=${basedir}/db/sql
+
#middlegen properties
middlegen = ${conf}/middlegen
gui = true
@@ -57,3 +62,6 @@
jboss.home=D:/jboss-3.2.6/
jboss.deploy=${jboss.home}/server/default/deploy/lams.ear
contentrepository.location = D:/repository
+
+# the URL used to access LAMS
+toolContext=/lams/tool/sbmt
Index: lams_tool_sbmt/build.xml
===================================================================
diff -u -reb8df38a09efc89ecb2524cb7cf70ad9f3ec69d8 -rfa360ca009f7f256954f76a691572730c8f4d3ea
--- lams_tool_sbmt/build.xml (.../build.xml) (revision eb8df38a09efc89ecb2524cb7cf70ad9f3ec69d8)
+++ lams_tool_sbmt/build.xml (.../build.xml) (revision fa360ca009f7f256954f76a691572730c8f4d3ea)
@@ -269,4 +269,89 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Deploying the Question and Answer tool
+
+
+
+
+
+
+
+
\ No newline at end of file