You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tv...@apache.org on 2006/03/25 18:46:44 UTC

svn commit: r388788 - /db/torque/generator/trunk/project.xml

Author: tv
Date: Sat Mar 25 09:46:43 2006
New Revision: 388788

URL: http://svn.apache.org/viewcvs?rev=388788&view=rev
Log:
Use the same Avalon logkit as in runtime

Modified:
    db/torque/generator/trunk/project.xml

Modified: db/torque/generator/trunk/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/generator/trunk/project.xml?rev=388788&r1=388787&r2=388788&view=diff
==============================================================================
--- db/torque/generator/trunk/project.xml (original)
+++ db/torque/generator/trunk/project.xml Sat Mar 25 09:46:43 2006
@@ -14,170 +14,165 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-
 <project>
-  <extend>common/project.xml</extend>
-  <pomVersion>3</pomVersion>
-  <id>torque-gen</id>
-  <name>Torque generator</name>
-
-  <description>Generator for Torque.</description>
-  <shortDescription>Generator for Torque</shortDescription>
-  <url>http://db.apache.org/torque/generator/</url>
-  <siteDirectory>/www/db.apache.org/torque/generator/</siteDirectory>
-
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/db/torque/generator/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/torque/generator/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewcvs/db/torque/generator/trunk/</url>
-  </repository>
-
-  <dependencies>
-    <dependency>
-      <artifactId>ant</artifactId>
-      <groupId>ant</groupId>
-      <version>1.6.5</version>
-      <url>http://ant.apache.org/</url>
-      <properties>
-        <dist.bundle>true</dist.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <artifactId>commons-collections</artifactId>
-      <groupId>commons-collections</groupId>
-      <version>3.1</version>
-      <url>http://jakarta.apache.org/commons/collections/</url>
-      <properties>
-        <dist.bundle>true</dist.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <artifactId>commons-lang</artifactId>
-      <groupId>commons-lang</groupId>
-      <version>2.1</version>
-      <url>http://jakarta.apache.org/commons/lang/</url>
-      <properties>
-        <dist.bundle>true</dist.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <artifactId>commons-logging</artifactId>
-      <groupId>commons-logging</groupId>
-      <version>1.0.4</version>
-      <url>http://jakarta.apache.org/commons/logging/</url>
-      <properties>
-        <dist.bundle>true</dist.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <artifactId>logkit</artifactId>
-      <groupId>logkit</groupId>
-      <version>1.0.1</version>
-      <url>http://avalon.apache.org/products/runtime/system/logging/</url>
-      <properties>
-        <dist.bundle>true</dist.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>torque</groupId>
-      <artifactId>torque-gen-templates</artifactId>
-      <version>${pom.currentVersion}</version>
-      <url>http://db.apache.org/torque/</url>
-      <properties>
-        <dist.bundle>true</dist.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <artifactId>velocity</artifactId>
-      <groupId>velocity</groupId>
-      <version>1.3.1</version>
-      <url>http://jakarta.apache.org/velocity/</url>
-      <properties>
-        <dist.bundle>true</dist.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <artifactId>village</artifactId>
-      <groupId>village</groupId>
-      <version>2.0</version>
-      <url>http://www.softwareforge.de/projects/village</url>
-      <properties>
-        <dist.bundle>true</dist.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <artifactId>xercesImpl</artifactId>
-      <groupId>xerces</groupId>
-      <version>2.6.2</version>
-      <url>http://xerces.apache.org/xerces2-j/</url>
-      <properties>
-        <dist.bundle>true</dist.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <artifactId>xml-apis</artifactId>
-      <groupId>xml-apis</groupId>
-      <version>2.0.2</version>
-      <url>http://xml.apache.org/commons/</url>
-      <properties>
-        <dist.bundle>true</dist.bundle>
-      </properties>
-    </dependency>
-
-  </dependencies>
-
-  <build>
-    <defaultGoal>jar:jar</defaultGoal>
-    <nagEmailAddress>torque-dev@db.apache.org</nagEmailAddress>
-    <sourceDirectory>src/java</sourceDirectory>
-    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
-    <aspectSourceDirectory></aspectSourceDirectory>
-
-    <unitTest>
-      <includes>
-        <include>**/*Test*.java</include>
-      </includes>
-      <excludes>
-        <exclude>**/BaseTestCase.java</exclude>
-      </excludes>
-    </unitTest>
-    <defaultGoal>jar:jar</defaultGoal>
-    <resources>
-      <resource>
-        <targetPath>org/apache/torque</targetPath>
-        <filtering>false</filtering>
-        <directory>${basedir}/src/conf</directory>
-        <includes>
-          <include>default.properties</include>
-        </includes>
-      </resource>
-      <resource>
-        <targetPath>org/apache/torque/engine/database/transform</targetPath>
-        <filtering>false</filtering>
-        <directory>${basedir}/src/dtd</directory>
-        <includes>
-          <include>database.dtd</include>
-        </includes>
-      </resource>
-      <resource>
-        <targetPath></targetPath>
-        <filtering>false</filtering>
-        <directory>${basedir}/src/conf</directory>
-        <includes>
-          <include>commons-logging.properties</include>
-          <include>log4j.properties</include>
-          <include>simplelog.properties</include>
-        </includes>
-      </resource>
-    </resources>
-  </build>
+    <extend>common/project.xml</extend>
+    <pomVersion>3</pomVersion>
+    <artifactId>torque-gen</artifactId>
+    <groupId>torque-gen</groupId>
+    <id>torque-gen</id>
+    <name>Torque generator</name>
+    <description>Generator for Torque.</description>
+    <shortDescription>Generator for Torque</shortDescription>
+    <url>http://db.apache.org/torque/generator/</url>
+    <siteDirectory>/www/db.apache.org/torque/generator/</siteDirectory>
+    <repository>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/db/torque/generator/trunk/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/torque/generator/trunk/</developerConnection>
+        <url>http://svn.apache.org/viewcvs/db/torque/generator/trunk/</url>
+    </repository>
+    <dependencies>
+        <dependency>
+            <artifactId>ant</artifactId>
+            <type>jar</type>
+            <groupId>ant</groupId>
+            <version>1.6.5</version>
+            <url>http://ant.apache.org/</url>
+            <properties>
+                <dist.bundle>true</dist.bundle>
+            </properties>
+        </dependency>
+        <dependency>
+            <artifactId>commons-collections</artifactId>
+            <type>jar</type>
+            <groupId>commons-collections</groupId>
+            <version>3.1</version>
+            <url>http://jakarta.apache.org/commons/collections/</url>
+            <properties>
+                <dist.bundle>true</dist.bundle>
+            </properties>
+        </dependency>
+        <dependency>
+            <artifactId>commons-lang</artifactId>
+            <type>jar</type>
+            <groupId>commons-lang</groupId>
+            <version>2.1</version>
+            <url>http://jakarta.apache.org/commons/lang/</url>
+            <properties>
+                <dist.bundle>true</dist.bundle>
+            </properties>
+        </dependency>
+        <dependency>
+            <artifactId>commons-logging</artifactId>
+            <type>jar</type>
+            <groupId>commons-logging</groupId>
+            <version>1.0.4</version>
+            <url>http://jakarta.apache.org/commons/logging/</url>
+            <properties>
+                <dist.bundle>true</dist.bundle>
+            </properties>
+        </dependency>
+        <dependency>
+            <groupId>avalon-logkit</groupId>
+            <artifactId>avalon-logkit</artifactId>
+            <version>2.1</version>
+            <type>jar</type>
+            <url>http://avalon.apache.org/products/runtime/system/logging/</url>
+            <properties>
+                <dist.bundle>true</dist.bundle>
+            </properties>
+        </dependency>
+        <dependency>
+            <groupId>torque</groupId>
+            <artifactId>torque-gen-templates</artifactId>
+            <version>${pom.currentVersion}</version>
+            <type>jar</type>
+            <url>http://db.apache.org/torque/</url>
+            <properties>
+                <dist.bundle>true</dist.bundle>
+            </properties>
+        </dependency>
+        <dependency>
+            <artifactId>velocity</artifactId>
+            <type>jar</type>
+            <groupId>velocity</groupId>
+            <version>1.3.1</version>
+            <url>http://jakarta.apache.org/velocity/</url>
+            <properties>
+                <dist.bundle>true</dist.bundle>
+            </properties>
+        </dependency>
+        <dependency>
+            <artifactId>village</artifactId>
+            <type>jar</type>
+            <groupId>village</groupId>
+            <version>2.0</version>
+            <url>http://www.softwareforge.de/projects/village</url>
+            <properties>
+                <dist.bundle>true</dist.bundle>
+            </properties>
+        </dependency>
+        <dependency>
+            <artifactId>xercesImpl</artifactId>
+            <type>jar</type>
+            <groupId>xerces</groupId>
+            <version>2.6.2</version>
+            <url>http://xerces.apache.org/xerces2-j/</url>
+            <properties>
+                <dist.bundle>true</dist.bundle>
+            </properties>
+        </dependency>
+        <dependency>
+            <artifactId>xml-apis</artifactId>
+            <type>jar</type>
+            <groupId>xml-apis</groupId>
+            <version>2.0.2</version>
+            <url>http://xml.apache.org/commons/</url>
+            <properties>
+                <dist.bundle>true</dist.bundle>
+            </properties>
+        </dependency>
+    </dependencies>
+    <build>
+        <defaultGoal>jar:jar</defaultGoal>
+        <nagEmailAddress>torque-dev@db.apache.org</nagEmailAddress>
+        <sourceDirectory>src/java</sourceDirectory>
+        <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
+        <unitTest>
+            <includes>
+                <include>**/*Test*.java</include>
+            </includes>
+            <excludes>
+                <exclude>**/BaseTestCase.java</exclude>
+            </excludes>
+        </unitTest>
+        <defaultGoal>jar:jar</defaultGoal>
+        <resources>
+            <resource>
+                <targetPath>org/apache/torque</targetPath>
+                <filtering>false</filtering>
+                <directory>${basedir}/src/conf</directory>
+                <includes>
+                    <include>default.properties</include>
+                </includes>
+            </resource>
+            <resource>
+                <targetPath>org/apache/torque/engine/database/transform</targetPath>
+                <filtering>false</filtering>
+                <directory>${basedir}/src/dtd</directory>
+                <includes>
+                    <include>database.dtd</include>
+                </includes>
+            </resource>
+            <resource>
+                <filtering>false</filtering>
+                <directory>${basedir}/src/conf</directory>
+                <includes>
+                    <include>commons-logging.properties</include>
+                    <include>log4j.properties</include>
+                    <include>simplelog.properties</include>
+                </includes>
+            </resource>
+        </resources>
+    </build>
 </project>
+



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org