taylor 2004/04/08 10:27:01
Modified: tutorial project.xml project.properties
Log:
Adding Torque plugin support
PR:
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.2 +28 -0 jakarta-jetspeed/tutorial/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/tutorial/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 8 Apr 2004 17:03:54 -0000 1.1
+++ project.xml 8 Apr 2004 17:27:01 -0000 1.2
@@ -105,6 +105,34 @@
<war.bundle.jar>false</war.bundle.jar>
</properties>
</dependency>
+ <dependency>
+ <id>village</id>
+ <version>2.0-dev-20030625</version>
+ <properties>
+ <war.bundle.jar>false</war.bundle.jar>
+ </properties>
+ </dependency>
+ <dependency>
+ <id>commons-lang</id>
+ <version>1.0</version>
+ <properties>
+ <war.bundle.jar>false</war.bundle.jar>
+ </properties>
+ </dependency>
+ <dependency>
+ <id>servletapi</id>
+ <version>2.2</version>
+ <properties>
+ <war.bundle.jar>false</war.bundle.jar>
+ </properties>
+ </dependency>
+ <dependency>
+ <id>commons-logging</id>
+ <version>1.0.2</version>
+ <properties>
+ <war.bundle.jar>false</war.bundle.jar>
+ </properties>
+ </dependency>
</dependencies>
<build>
<sourceDirectory>src/java</sourceDirectory>
1.2 +24 -0 jakarta-jetspeed/tutorial/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/tutorial/project.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.properties 8 Apr 2004 17:03:54 -0000 1.1
+++ project.properties 8 Apr 2004 17:27:01 -0000 1.2
@@ -6,3 +6,27 @@
maven.xdoc.poweredby.url=
maven.xdoc.date = left
+# -------------------------------------------------------------------
+#
+# Torque Preferences
+#
+# -------------------------------------------------------------------
+
+schemaDirectory = ${maven.src.dir}/schema
+torque.useClasspath = true
+torque.basePrefix = Base
+torque.addSaveMethod = true
+torque.addGetByNameMethod = true
+torque.complexObjectModel = true
+torque.addTimeStamp = true
+torque.addIntakeRetrievable = false
+torque.saveException = Exception
+
+project = tutorial
+database = hypersonic
+#targetPackage = org.apache.jetspeed.om.torque
+torque.retrievableInterface = org.apache.fulcrum.intake.Retrievable
+torque.database.url = jdbc:hsqldb:hsql://localhost
+torque.database.driver = org.hsqldb.jdbcDriver
+torque.database.user = sa
+torque.database.password =
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]