jvanzyl 01/08/01 08:45:06
Modified: build build.properties build.xml
Log:
- reflect changes in services
Revision Changes Path
1.14 +0 -30 jakarta-turbine/build/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine/build/build.properties,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build.properties 2001/07/18 03:13:47 1.13
+++ build.properties 2001/08/01 15:45:06 1.14
@@ -22,34 +22,4 @@
optimize = off
deprecation = off
jdom.jar = jdom-b6.jar
-omStatusFile = ../bin/src/report.turbine.om.generation
adapterCode = true
-
-# -------------------------------------------------------------------
-#
-# T O R Q U E C O N F I G U R A T I O N
-#
-# used to generate the om/peer classes for the Turbine-db-security
-# system
-# -------------------------------------------------------------------
-
-addSaveMethod=true
-addGetByNameMethod=true
-complexObjectModel=true
-basePrefix=Base
-
-templatePath = ${basedir}/../../jakarta-turbine-torque/src/templates
-schemaDirectory=${basedir}/../conf/master
-
-SQLControlTemplate = sql/base/Control.vm
-OMControlTemplate = om/Control.vm
-IntakeControlTemplate = intake/Control.vm
-ServiceControlTemplate = service/Control.vm
-idTableControlTemplate = sql/id-table/Control.vm
-DataDTDControlTemplate = data/Control.vm
-DataDumpControlTemplate = data/dump/Control.vm
-DataSQLControlTemplate = sql/load/Control.vm
-securityControlTemplate = sql/security/Control.vm
-
-securityPackage=org.apache.turbine.services.security.impl.db.entity
-schedulerPackage=org.apache.turbine.services.schedule
1.25 +2 -26 jakarta-turbine/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine/build/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- build.xml 2001/07/30 20:38:38 1.24
+++ build.xml 2001/08/01 15:45:06 1.25
@@ -87,7 +87,7 @@
<exclude name="**/jsp/**"/>
</fileset>
</copy>
-
+
<!-- We will control this with a property eventually -->
<copy todir="${build.src}/org" filtering="yes">
<fileset dir="${src.adapter.dir}/org">
@@ -121,7 +121,7 @@
<!-- ================================================================== -->
<target name="compile"
- depends="prepare, prepare-jsp, turbine-om"
+ depends="prepare, prepare-jsp"
description="--> compiles the source code">
<javac
@@ -302,28 +302,4 @@
<ant antfile="build-turbine-sql.xml" dir="${basedir}"/>
</target>
-
- <!-- ================================================================== -->
- <!-- Create the Turbine SQL for all the supported DBs. -->
- <!-- ================================================================== -->
-
- <target name="check-om">
-
- <uptodate
- property="omGenerated"
- targetfile="${omStatusFile}">
- <srcfiles dir="${conf.dir}/master" includes="turbine-schema.xml"/>
- </uptodate>
-
- </target>
-
- <target name="turbine-om"
- depends="check-om"
- unless="omGenerated"
- description="--> generates the Turbine OM/Peer classes">
-
- <ant antfile="build-turbine-om.xml" dir="${basedir}"/>
-
- </target>
-
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]