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 2007/10/31 14:14:32 UTC

svn commit: r590659 - in /db/torque/village/trunk: ./ pom.xml project.properties project.xml

Author: tv
Date: Wed Oct 31 06:14:31 2007
New Revision: 590659

URL: http://svn.apache.org/viewvc?rev=590659&view=rev
Log:
Integration into the Torque build environment, step 1

Added:
    db/torque/village/trunk/pom.xml
Modified:
    db/torque/village/trunk/   (props changed)
    db/torque/village/trunk/project.properties
    db/torque/village/trunk/project.xml

Propchange: db/torque/village/trunk/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Wed Oct 31 06:14:31 2007
@@ -0,0 +1 @@
+common https://svn.apache.org/repos/asf/db/torque/common/trunk

Propchange: db/torque/village/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Oct 31 06:14:31 2007
@@ -0,0 +1,5 @@
+target
+.classpath
+.project
+docs
+etc

Added: db/torque/village/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/village/trunk/pom.xml?rev=590659&view=auto
==============================================================================
--- db/torque/village/trunk/pom.xml (added)
+++ db/torque/village/trunk/pom.xml Wed Oct 31 06:14:31 2007
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you 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
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.torque</groupId>
+    <artifactId>torque</artifactId>
+    <version>3.3-RC3</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>village</artifactId>
+  <packaging>jar</packaging>
+  <name>Village</name>
+
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+  </build>
+</project>

Modified: db/torque/village/trunk/project.properties
URL: http://svn.apache.org/viewvc/db/torque/village/trunk/project.properties?rev=590659&r1=590658&r2=590659&view=diff
==============================================================================
--- db/torque/village/trunk/project.properties (original)
+++ db/torque/village/trunk/project.properties Wed Oct 31 06:14:31 2007
@@ -23,20 +23,6 @@
 # to do site or installation specific changes to the project build.
 # -------------------------------------------------------------------
 
-maven.checkstyle.format = turbine
-maven.checkstyle.header.file = LICENSE.txt
-maven.checkstyle.properties = etc/turbine-checkstyle.xml
-
-maven.repo.list=softwareforge
-
-#
-# Compilation options
-maven.compile.source = 1.2
-maven.compile.target = 1.2
-maven.compile.debug = on
-maven.compile.optimize = off
-maven.compile.deprecation = off
-
 #
 # testing options
 maven.test.ignore.failures=false

Modified: db/torque/village/trunk/project.xml
URL: http://svn.apache.org/viewvc/db/torque/village/trunk/project.xml?rev=590659&r1=590658&r2=590659&view=diff
==============================================================================
--- db/torque/village/trunk/project.xml (original)
+++ db/torque/village/trunk/project.xml Wed Oct 31 06:14:31 2007
@@ -19,10 +19,12 @@
 -->
 
 <project>
+  <extend>common/project.xml</extend>
   <pomVersion>3</pomVersion>
-  <name>village</name>
+  <artifactId>village</artifactId>
+  <groupId>torque</groupId>
+  <name>Village</name>
   <id>village</id>
-  <currentVersion>2.1-dev</currentVersion>
   <package>com.workingdogs.village</package>
 
   <shortDescription>JDBC abstraction layer</shortDescription>
@@ -34,182 +36,18 @@
     a single line of SQL. Village can use any valid JDBC Connection object, so it
     is possible to use Village with a JDBC Connection pool.
   </description>
-  <url>http://share.whichever.com/index.php?SCREEN=village</url>
-  <issueTrackingUrl>https://svn.softwareforge.de/trac/newticket?component=Village</issueTrackingUrl>
-  <siteAddress>www.softwareforge.de</siteAddress>
-  <siteDirectory>/webserver/www.softwareforge.de/html/projects/village</siteDirectory>
-  <distributionSite>www.softwareforge.de</distributionSite>
-  <distributionDirectory>/releases</distributionDirectory>
-
+  <url>http://db.apache.org/torque/releases/torque-3.3/village/</url>
+  <siteDirectory>/www/db.apache.org/torque/releases/torque-3.3/village/</siteDirectory>
   <repository>
-    <connection>scm:svn:http://svn.softwareforge.de/svn/opensource/village/trunk</connection>
-    <developerConnection>scm:svn:https://svn.softwareforge.de/svn/opensource/village/trunk</developerConnection>
-    <url>https://svn.softwareforge.de/trac/browser/village/trunk/</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/db/torque/village/trunk</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/torque/village/trunk</developerConnection>
+      <url>http://svn.apache.org/viewvc</url>
   </repository>
 
-  <mailingLists>
-    <mailingList>
-      <name>Torque User List</name>
-      <subscribe>torque-user-subscribe@db.apache.org</subscribe>
-      <unsubscribe>torque-user-unsubscribe@db.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/db-torque-user/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Torque Developer List</name>
-      <subscribe>torque-dev-subscribe@db.apache.org</subscribe>
-      <unsubscribe>torque-dev-unsubscribe@db.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/db-torque-dev/</archive>
-    </mailingList>
-  </mailingLists>
-
-  <licenses>
-    <license>
-      <name>The Working-Dogs.com License, Version 1.1</name>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-
-  <developers>
-    <developer>
-      <name>John McNally</name>
-      <id>jmcnally</id>
-      <email>jmcnally@collab.net</email>
-      <organization>CollabNet, Inc.</organization>
-    </developer>
-    <developer>
-      <name>Daniel Rall</name>
-      <id>dlr</id>
-      <email>dlr@finemaltcoding.com</email>
-      <organization>CollabNet, Inc.</organization>
-    </developer>
-    <developer>
-      <name>Henning P. Schmiedehausen</name>
-      <id>henning</id>
-      <email>hps@intermeta.de</email>
-      <organization>INTERMETA - Gesellschaft fuer Mehrwertdienste mbH</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <timezone>2</timezone>
-    </developer>
-    <developer>
-      <name>Jon Scott Stevens</name>
-      <id>jon</id>
-      <email>jon@latchkey.com</email>
-      <organization>CollabNet, Inc.</organization>
-    </developer>
-  </developers>
-
-  <dependencies>
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-ant-plugin</artifactId>
-      <version>1.9</version>
-      <type>plugin</type>
-    </dependency>
-
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-artifact-plugin</artifactId>
-      <version>1.5.2</version>
-      <type>plugin</type>
-    </dependency>
-
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-changelog-plugin</artifactId>
-      <version>1.8.2</version>
-      <type>plugin</type>
-    </dependency>
-
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-developer-activity-plugin</artifactId>
-      <version>1.5.2</version>
-      <type>plugin</type>
-    </dependency>
-
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-file-activity-plugin</artifactId>
-      <version>1.5.2</version>
-      <type>plugin</type>
-    </dependency>
-
-    <dependency>
-      <groupId>maven-plugins</groupId>
-      <artifactId>maven-findbugs-plugin</artifactId>
-      <version>0.9.1</version>
-      <url>http://maven-plugins.sourceforge.net/maven-findbugs-plugin/</url>
-      <type>plugin</type>
-    </dependency>
-
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-jar-plugin</artifactId>
-      <version>1.7</version>
-      <type>plugin</type>
-    </dependency>
-
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-plugin-plugin</artifactId>
-      <version>1.6</version>
-      <type>plugin</type>
-    </dependency>
-
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-scm-plugin</artifactId>
-      <version>1.5</version>
-      <type>plugin</type>
-    </dependency>
-
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-site-plugin</artifactId>
-      <version>1.6.1</version>
-      <type>plugin</type>
-    </dependency>
-
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-tasklist-plugin</artifactId>
-      <version>2.4</version>
-      <type>plugin</type>
-    </dependency>
-
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-xdoc-plugin</artifactId>
-      <version>1.9.2</version>
-      <type>plugin</type>
-    </dependency>
-  </dependencies>
-
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
     <unitTest/>
-    <integrationUnitTestSourceDirectory/>
-    <integrationUnitTest/>
-    <aspectSourceDirectory/>
+    <defaultGoal>jar:jar</defaultGoal>
   </build>
-
-  <reports>
-    <report>maven-jdepend-plugin</report>
-    <report>maven-checkstyle-plugin</report>
-    <report>maven-changes-plugin</report>
-    <report>maven-changelog-plugin</report>
-    <report>maven-developer-activity-plugin</report>
-    <report>maven-file-activity-plugin</report>
-    <report>maven-javadoc-plugin</report>
-    <report>maven-jxr-plugin</report>
-    <report>maven-junit-report-plugin</report>
-    <report>maven-license-plugin</report>
-    <report>maven-tasklist-plugin</report>
-    <report>maven-pmd-plugin</report>
-    <report>maven-simian-plugin</report>
-    <report>maven-findbugs-plugin</report>
-  </reports>
 </project>



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