tfischer 2005/07/17 21:09:52
Modified: src/generator/src/conf build.properties build-torque.xml
default.properties
Added: src/generator/src/templates project.xml
Log:
create extra jar for the generator templates to keep the structure of the
generator jar sane.
Revision Changes Path
1.1 db-torque/src/generator/src/templates/project.xml
Index: project.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<project>
<extend>../../../../project-base.xml</extend>
<pomVersion>3</pomVersion>
<id>torque-gen-templates</id>
<groupId>torque</groupId>
<name>Torque generator templates</name>
<!-- Gump integration -->
<gumpRepositoryId>jakarta</gumpRepositoryId>
<description>Templates for the Generator for Torque.</description>
<shortDescription>Templates for the Generator for Torque</shortDescription>
<url>http://db.apache.org/torque/generator/templates</url>
<siteDirectory>/www/db.apache.org/torque/generator/templates</siteDirectory>
<build>
<nagEmailAddress>[email protected]</nagEmailAddress>
<defaultGoal>jar:jar</defaultGoal>
<resources>
<resource>
<targetPath></targetPath>
<directory></directory>
<includes>
<include>data/**/*</include>
<include>doc/**/*</include>
<include>ojb/**/*</include>
<include>om/**/*</include>
<include>sql/**/*</include>
</includes>
</resource>
</resources>
</build>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]