Author: tv
Date: Wed Oct 31 05:48:32 2007
New Revision: 590653
URL: http://svn.apache.org/viewvc?rev=590653&view=rev
Log:
Initial import according to vote in
<[EMAIL PROTECTED]>
Added:
db/torque/village/trunk/maven.xml
db/torque/village/trunk/project.properties
db/torque/village/trunk/project.xml
Added: db/torque/village/trunk/maven.xml
URL:
http://svn.apache.org/viewvc/db/torque/village/trunk/maven.xml?rev=590653&view=auto
==============================================================================
--- db/torque/village/trunk/maven.xml (added)
+++ db/torque/village/trunk/maven.xml Wed Oct 31 05:48:32 2007
@@ -0,0 +1,30 @@
+<?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.
+-->
+
+<!-- ========================================================================
-->
+<!--
-->
+<!-- maven Buildfile
-->
+<!--
-->
+<!-- $Id: maven.xml 561 2005-08-28 14:48:43Z [EMAIL PROTECTED] $ -->
+<!--
-->
+<!-- ========================================================================
-->
+
+<project
+ default="jar:jar" />
Added: db/torque/village/trunk/project.properties
URL:
http://svn.apache.org/viewvc/db/torque/village/trunk/project.properties?rev=590653&view=auto
==============================================================================
--- db/torque/village/trunk/project.properties (added)
+++ db/torque/village/trunk/project.properties Wed Oct 31 05:48:32 2007
@@ -0,0 +1,51 @@
+# 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.
+
+# P R O J E C T P R O P E R T I E S
+#
+# $Id: project.properties 571 2005-08-28 18:57:40Z [EMAIL PROTECTED] $
+#
+# Do not change this file. Please use build.properties in this directory
+# 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
+maven.test.skip=true
+maven.junit.fork=true
+
+
+# display the date on the site
+maven.xdoc.date = left
+maven.xdoc.locale.default = en
+# Display the version the web site is documenting
+maven.xdoc.version = ${pom.currentVersion}
Added: db/torque/village/trunk/project.xml
URL:
http://svn.apache.org/viewvc/db/torque/village/trunk/project.xml?rev=590653&view=auto
==============================================================================
--- db/torque/village/trunk/project.xml (added)
+++ db/torque/village/trunk/project.xml Wed Oct 31 05:48:32 2007
@@ -0,0 +1,215 @@
+<?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>
+ <pomVersion>3</pomVersion>
+ <name>village</name>
+ <id>village</id>
+ <currentVersion>2.1-dev</currentVersion>
+ <package>com.workingdogs.village</package>
+
+ <shortDescription>JDBC abstraction layer</shortDescription>
+ <description>
+ Village is a 100% Pure Java API that sits on top of the JDBC API. The
purpose
+ of this API is to make it easier to interact with a JDBC compliant
relational
+ database. By using Village, it is possible to execute and manage
+ select/insert/update/delete SQL statements without having to actually write
+ 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>
+
+ <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>
+ </repository>
+
+ <mailingLists>
+ <mailingList>
+ <name>Torque User List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/db-torque-user/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Torque Developer List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</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>[EMAIL PROTECTED]</email>
+ <organization>CollabNet, Inc.</organization>
+ </developer>
+ <developer>
+ <name>Daniel Rall</name>
+ <id>dlr</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>CollabNet, Inc.</organization>
+ </developer>
+ <developer>
+ <name>Henning P. Schmiedehausen</name>
+ <id>henning</id>
+ <email>[EMAIL PROTECTED]</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>[EMAIL PROTECTED]</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/>
+ </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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]