Index: lams_tool_sbmt/build.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/build.properties,v
diff -u -r1.1 -r1.2
--- lams_tool_sbmt/build.properties 6 Jun 2005 00:17:43 -0000 1.1
+++ lams_tool_sbmt/build.properties 6 Jul 2005 07:36:30 -0000 1.2
@@ -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
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/build.xml,v
diff -u -r1.1 -r1.2
--- lams_tool_sbmt/build.xml 6 Jun 2005 00:17:43 -0000 1.1
+++ lams_tool_sbmt/build.xml 6 Jul 2005 07:36:30 -0000 1.2
@@ -269,4 +269,89 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Deploying the Question and Answer tool
+
+
+
+
+
+
+
+
\ No newline at end of file