jvanzyl 01/06/14 08:17:03 Modified: conf/master id-table-schema.xml meta.properties Log: - adding some idbroker goodies. Revision Changes Path 1.5 +4 -4 jakarta-turbine/conf/master/id-table-schema.xml Index: id-table-schema.xml =================================================================== RCS file: /home/cvs/jakarta-turbine/conf/master/id-table-schema.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- id-table-schema.xml 2001/04/05 18:40:01 1.4 +++ id-table-schema.xml 2001/06/14 15:16:59 1.5 @@ -11,12 +11,12 @@ <!-- ID_TABLE table used by the id broker mechanism in Turbine. --> <!-- ==================================================================== --> <!-- @author: <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a> --> -<!-- @version $Id: id-table-schema.xml,v 1.4 2001/04/05 18:40:01 jon Exp $ --> +<!-- @version $Id: id-table-schema.xml,v 1.5 2001/06/14 15:16:59 jvanzyl Exp $ --> <!-- ==================================================================== --> -<database> - <table name="ID_TABLE"> - <column name="ID_TABLE_ID" autoIncrement="true" required="true" primaryKey="true" type="INTEGER"/> +<database> + <table name="ID_TABLE" idMethod="idBroker"> + <column name="ID_TABLE_ID" required="true" primaryKey="true" type="INTEGER"/> <column name="TABLE_NAME" required="true" size="255" type="VARCHAR"/> <column name="NEXT_ID" type="INTEGER"/> <column name="QUANTITY" type="INTEGER"/> 1.14 +2 -0 jakarta-turbine/conf/master/meta.properties Index: meta.properties =================================================================== RCS file: /home/cvs/jakarta-turbine/conf/master/meta.properties,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- meta.properties 2001/06/08 18:40:10 1.13 +++ meta.properties 2001/06/14 15:17:00 1.14 @@ -25,3 +25,5 @@ locale.default.bundle=MyBundle locale.default.language=en locale.default.country=US + +intake.descriptor = WEB-INF/conf/intake.xml --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
