You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by ap...@apache.org on 2010/07/08 15:16:11 UTC

svn commit: r961758 - in /velocity/sandbox/maven-reorg/tools/trunk: ./ velocity-tools-generic/ velocity-tools-generic/src/ velocity-tools-generic/src/main/ velocity-tools-generic/src/main/java/ velocity-tools-generic/src/main/resources/ velocity-tools-...

Author: apetrelli
Date: Thu Jul  8 13:16:11 2010
New Revision: 961758

URL: http://svn.apache.org/viewvc?rev=961758&view=rev
Log:
VELOCITYSB-5
Created module for generic tools.

Added:
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/   (with props)
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/pom.xml   (with props)
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/src/
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/src/main/
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/src/main/java/
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/src/main/resources/
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/src/test/
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/src/test/java/
    velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/src/test/resources/
Modified:
    velocity/sandbox/maven-reorg/tools/trunk/   (props changed)
    velocity/sandbox/maven-reorg/tools/trunk/pom.xml

Propchange: velocity/sandbox/maven-reorg/tools/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Jul  8 13:16:11 2010
@@ -4,4 +4,4 @@ classes
 dist
 lib
 docs
-
+.*

Modified: velocity/sandbox/maven-reorg/tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/tools/trunk/pom.xml?rev=961758&r1=961757&r2=961758&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/tools/trunk/pom.xml (original)
+++ velocity/sandbox/maven-reorg/tools/trunk/pom.xml Thu Jul  8 13:16:11 2010
@@ -22,18 +22,19 @@
 <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">
-    <modelVersion>4.0.0</modelVersion>
+	<parent>
+		<artifactId>velocity-master</artifactId>
+		<groupId>org.apache.velocity</groupId>
+		<version>1-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.velocity</groupId>
-    <artifactId>velocity-tools</artifactId>
+    <artifactId>velocity-tools-parent</artifactId>
     <name>VelocityTools</name>
     <version>2.1-SNAPSHOT</version>
-    <packaging>jar</packaging>
+    <packaging>pom</packaging>
 
-    <organization>
-        <name>Apache Software Foundation</name>
-        <url>http://velocity.apache.org/</url>
-    </organization>
     <url>http://velocity.apache.org/tools/devel/</url>
     <description>
         VelocityTools is an integrated collection of Velocity subprojects
@@ -42,19 +43,9 @@
         engine.
     </description>
     <inceptionYear>2002</inceptionYear>
-    <licenses>
-        <license>
-            <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
 
     <build>
       <defaultGoal>install</defaultGoal>
-      <outputDirectory>build/classes</outputDirectory>
-      <directory>dist</directory>
       <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
@@ -85,14 +76,6 @@
           </configuration>
         </plugin>
       </plugins>
-      <resources>
-        <resource>
-          <directory>src/main/java</directory>
-          <excludes>
-            <exclude>**/*.java</exclude>
-          </excludes>
-        </resource>
-      </resources>
     </build>
 
     <distributionManagement>
@@ -100,139 +83,8 @@
         <id>velocity.apache.org</id>
         <url>scpexe://people.apache.org/www/velocity.apache.org/tools/releases/velocity-tools-2.0/</url>
       </site>
-      <!--
-      <repository>
-        <id>default</id>
-        <name>Apache Release Mirroring Distribution Repository</name>
-        <url>scp://people.apache.org/www/www.apache.org/dist/velocity/tools/</url>
-      </repository>
-      -->
-      <repository>
-        <id>apache.releases</id>
-        <name>Apache Release Distribution Repository</name>
-        <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-      </repository>
-      <snapshotRepository>
-        <id>apache.snapshots</id>
-        <name>Apache Development Snapshot Repository</name>
-        <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-      </snapshotRepository>
     </distributionManagement>
 
-    <developers>
-        <developer>
-            <id>nbubna</id>
-            <name>Nathan Bubna</name>
-            <email>nbubna@apache.org</email>
-            <organization>ESHA Research</organization>
-            <timezone>-8</timezone>
-            <roles>
-              <role>Java Developer</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>henning</id>
-            <name>Henning Schmiedehausen</name>
-            <email>henning@apache.org</email>
-            <roles>
-              <role>Java Developer</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>wglass</id>
-            <name>Will Glass-Husain</name>
-            <email>wglass@apache.org</email>
-            <roles>
-              <role>Java Developer</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>geirm</id>
-            <name>Geir Magnusson Jr.</name>
-            <email>geirm@apache.org</email>
-            <roles>
-              <role>Java Developer</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>dlr</id>
-            <name>Daniel Rall</name>
-            <email>dlr@apache.org</email>
-            <roles>
-              <role>Java Developer</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>marino</id>
-            <name>Marinó A. Jónsson</name>
-            <email>marino@apache.org</email>
-            <roles>
-              <role>Java Developer</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>cbrisson</id>
-            <name>Claude Brisson</name>
-            <email>cbrisson@apache.org</email>
-            <roles>
-              <role>Java Developer</role>
-            </roles>
-        </developer>
-    </developers>
-    <contributors>
-        <contributor>
-            <name>Craig R. McClanahan</name>
-        </contributor>
-        <contributor>
-            <name>Christopher Schultz</name>
-        </contributor>
-        <contributor>
-            <name>Chris Townsen</name>
-        </contributor>
-        <contributor>
-            <name>Dave Bryson</name>
-        </contributor>
-        <contributor>
-            <name>David Graham</name>
-        </contributor>
-        <contributor>
-            <name>David Winterfeldt</name>
-        </contributor>
-        <contributor>
-            <name>Denis Bredelet</name>
-        </contributor>
-        <contributor>
-            <name>Dmitri Colebatch</name>
-        </contributor>
-        <contributor>
-            <name>Gabriel Sidler</name>
-        </contributor>
-        <contributor>
-            <name>Jon S. Stevens</name>
-        </contributor>
-        <contributor>
-            <name>Kent Johnson</name>
-        </contributor>
-        <contributor>
-            <name>Leon Messerschmidt</name>
-        </contributor>
-        <contributor>
-            <name>Mike Kienenberger</name>
-        </contributor>
-        <contributor>
-            <name>S. Brett Sutton</name>
-        </contributor>
-        <contributor>
-            <name>Shinobu Kawai</name>
-        </contributor>
-        <contributor>
-            <name>Ted Husted</name>
-        </contributor>
-        <contributor>
-            <name>Tim Colson</name>
-        </contributor>
-    </contributors>
-
     <reporting>
       <plugins>
         <plugin>
@@ -301,36 +153,6 @@
       </plugins>
     </reporting>
 
-    <mailingLists>
-        <mailingList>
-            <name>Velocity User List</name>
-            <subscribe>user-subscribe@velocity.apache.org</subscribe>
-            <unsubscribe>user-unsubscribe@velocity.apache.org</unsubscribe>
-            <archive>http://mail-archives.apache.org/mod_mbox/velocity-user/</archive>
-            <otherArchives>
-                <otherArchive>http://marc.theaimsgroup.com/?l=velocity-user&amp;r=1&amp;w=2</otherArchive>
-                <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.velocity.user</otherArchive>
-                <otherArchive>http://www.nabble.com/Velocity---User-f347.html</otherArchive>
-                <otherArchive>http://www.mail-archive.com/user%40velocity.apache.org/</otherArchive>
-                <otherArchive>http://www.mail-archive.com/velocity-user%40jakarta.apache.org/</otherArchive>
-            </otherArchives>
-        </mailingList>
-        <mailingList>
-            <name>Velocity Developer List</name>
-            <subscribe>dev-subscribe@velocity.apache.org</subscribe>
-            <unsubscribe>dev-unsubscribe@velocity.apache.org</unsubscribe>
-            <archive>http://mail-archives.apache.org/mod_mbox/velocity-dev/</archive>
-            <otherArchives>
-                <otherArchive>http://marc.theaimsgroup.com/?l=velocity-dev&amp;r=1&amp;w=2/</otherArchive>
-                <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.velocity.devel</otherArchive>
-                <otherArchive>http://www.nabble.com/Velocity---Dev-f346.html</otherArchive>
-                <otherArchive>http://www.mail-archive.com/dev%40velocity.apache.org/</otherArchive>
-                <otherArchive>http://www.mail-archive.com/velocity-dev%40jakarta.apache.org/</otherArchive>
-            </otherArchives>
-        </mailingList>
-    </mailingLists>
-
-
     <issueManagement>
         <system>JIRA</system>
         <url>http://issues.apache.org/jira/browse/VELTOOLS</url>
@@ -470,12 +292,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty-embedded</artifactId>
-            <version>6.0.1</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>nekohtml</groupId>
             <artifactId>nekohtml</artifactId>
             <version>0.9.5</version>
@@ -507,5 +323,8 @@
         </dependency>
 
     </dependencies>
+    <modules>
+    	<module>velocity-tools-generic</module>
+    </modules>
 
 </project>

Propchange: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jul  8 13:16:11 2010
@@ -0,0 +1,2 @@
+.*
+target

Added: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/pom.xml
URL: http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/pom.xml?rev=961758&view=auto
==============================================================================
--- velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/pom.xml (added)
+++ velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/pom.xml Thu Jul  8 13:16:11 2010
@@ -0,0 +1,13 @@
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>velocity-tools-parent</artifactId>
+    <groupId>org.apache.velocity</groupId>
+    <version>2.1-SNAPSHOT</version>
+  </parent>
+  <groupId>org.apache.velocity</groupId>
+  <artifactId>velocity-tools-generic</artifactId>
+  <version>2.1-SNAPSHOT</version>
+  <name>Apache Velocity Tools - Generic tools</name>
+  <description>Generic tools that can be used in any context.</description>
+</project>
\ No newline at end of file

Propchange: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/sandbox/maven-reorg/tools/trunk/velocity-tools-generic/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL