mikeh 01/05/14 14:22:07
Modified: bin README
build README.txt
build/lib README
src/sql README
Removed: build/lib ant-1.2-optional.jar ant-1.2.jar
src/sql alter
Log:
clean up (ant is no longer part of the distribution)
Revision Changes Path
1.2 +2 -2 jakarta-turbine-orgami/bin/README
Index: README
===================================================================
RCS file: /home/cvs/jakarta-turbine-orgami/bin/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README 2001/05/09 19:39:48 1.1
+++ README 2001/05/14 21:21:14 1.2
@@ -1,2 +1,2 @@
-
-nothing here
+If you plan on doing development, use the classes/* in your classpath
+otherwise use the jar file
1.3 +2 -0 jakarta-turbine-orgami/build/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-turbine-orgami/build/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.txt 2001/05/14 01:11:46 1.2
+++ README.txt 2001/05/14 21:21:27 1.3
@@ -1,5 +1,7 @@
To build, first install Ant according to Ant's installation instructions.
+ http://jakarta.apache.org/ant/manual/index.html
+
Then cd into the directory where this file is and type:
ant
1.3 +7 -2 jakarta-turbine-orgami/build/lib/README
Index: README
===================================================================
RCS file: /home/cvs/jakarta-turbine-orgami/build/lib/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README 2001/05/09 20:12:16 1.2
+++ README 2001/05/14 21:21:40 1.3
@@ -1,13 +1,18 @@
-these files need to be imported with the -kb flag
+.jar files need to be imported with the -kb flag
-e.g. cvs add -kb filename
+e.g. cvs add -kb filename.jar
NOTE
----
the postgresql.jar is my modified jdbc driver to handle the
timestamp bug. Do not delete this jar file. It is needed
for those who use postgres.
+
+the turbine*.jar is the latest turbine jar that was tested
+against this distribution. If you plan, on using a later
+turine.*jar file, be sure the TurbineResources.properties is
+updated to reflect the
thanks
1.2 +0 -2 jakarta-turbine-orgami/src/sql/README
Index: README
===================================================================
RCS file: /home/cvs/jakarta-turbine-orgami/src/sql/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README 2001/05/09 19:41:12 1.1
+++ README 2001/05/14 21:22:00 1.2
@@ -36,5 +36,3 @@
driver, user, password
Update the WEB-INF/conf/Orgami.properties to reflect your database
-
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]