You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2007/01/04 10:39:38 UTC

svn commit: r492476 - in /velocity/site/tools: velocity-site-news-extension/ velocity-site-news-plugin/ velocity-site-news/ velocity-site-news/extension/ velocity-site-news/extension/config/ velocity-site-news/extension/src/ velocity-site-news/plugin/ ...

Author: henning
Date: Thu Jan  4 01:39:36 2007
New Revision: 492476

URL: http://svn.apache.org/viewvc?view=rev&rev=492476
Log:
Move velocity-news related code to its own project.


Added:
    velocity/site/tools/velocity-site-news/
    velocity/site/tools/velocity-site-news/extension/
      - copied from r492457, velocity/site/tools/velocity-site-news-extension/
    velocity/site/tools/velocity-site-news/extension/config/
      - copied from r492475, velocity/site/tools/velocity-site-news-extension/config/
    velocity/site/tools/velocity-site-news/extension/pom.xml
      - copied, changed from r492475, velocity/site/tools/velocity-site-news-extension/pom.xml
    velocity/site/tools/velocity-site-news/extension/src/
      - copied from r492475, velocity/site/tools/velocity-site-news-extension/src/
    velocity/site/tools/velocity-site-news/plugin/
      - copied from r492457, velocity/site/tools/velocity-site-news-plugin/
    velocity/site/tools/velocity-site-news/plugin/config/
      - copied from r492475, velocity/site/tools/velocity-site-news-plugin/config/
    velocity/site/tools/velocity-site-news/plugin/pom.xml
      - copied, changed from r492475, velocity/site/tools/velocity-site-news-plugin/pom.xml
    velocity/site/tools/velocity-site-news/plugin/src/
      - copied from r492475, velocity/site/tools/velocity-site-news-plugin/src/
    velocity/site/tools/velocity-site-news/pom.xml   (with props)
Removed:
    velocity/site/tools/velocity-site-news-extension/
    velocity/site/tools/velocity-site-news-plugin/

Copied: velocity/site/tools/velocity-site-news/extension/pom.xml (from r492475, velocity/site/tools/velocity-site-news-extension/pom.xml)
URL: http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-news/extension/pom.xml?view=diff&rev=492476&p1=velocity/site/tools/velocity-site-news-extension/pom.xml&r1=492475&p2=velocity/site/tools/velocity-site-news/extension/pom.xml&r2=492476
==============================================================================
--- velocity/site/tools/velocity-site-news-extension/pom.xml (original)
+++ velocity/site/tools/velocity-site-news/extension/pom.xml Thu Jan  4 01:39:36 2007
@@ -48,18 +48,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
-        <version>1.2</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>descriptor</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
         <executions>
@@ -98,27 +86,22 @@
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.1</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.1</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-8</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>1.0-alpha-8</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-core</artifactId>
-      <version>1.0-alpha-8</version>
     </dependency>
   </dependencies>
 

Copied: velocity/site/tools/velocity-site-news/plugin/pom.xml (from r492475, velocity/site/tools/velocity-site-news-plugin/pom.xml)
URL: http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-news/plugin/pom.xml?view=diff&rev=492476&p1=velocity/site/tools/velocity-site-news-plugin/pom.xml&r1=492475&p2=velocity/site/tools/velocity-site-news/plugin/pom.xml&r2=492476
==============================================================================
--- velocity/site/tools/velocity-site-news-plugin/pom.xml (original)
+++ velocity/site/tools/velocity-site-news/plugin/pom.xml Thu Jan  4 01:39:36 2007
@@ -43,63 +43,38 @@
   <inceptionYear>2006</inceptionYear>
   <packaging>maven-plugin</packaging>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
-        <version>1.2</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>descriptor</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
   <dependencies>
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.1</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-project</artifactId>
-      <version>2.0.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>2.0.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.0.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.velocity</groupId>
       <artifactId>velocity-site-news-extension</artifactId>
-      <version>1.1.0</version>
     </dependency>
     <dependency>
       <groupId>rome</groupId>
       <artifactId>rome</artifactId>
-      <version>0.8</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.2</version>
     </dependency>
   </dependencies>
 

Added: velocity/site/tools/velocity-site-news/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-news/pom.xml?view=auto&rev=492476
==============================================================================
--- velocity/site/tools/velocity-site-news/pom.xml (added)
+++ velocity/site/tools/velocity-site-news/pom.xml Thu Jan  4 01:39:36 2007
@@ -0,0 +1,118 @@
+<?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">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.velocity</groupId>
+    <artifactId>velocity-site-tools</artifactId>
+    <version>1.1.0</version>
+  </parent>
+
+  <groupId>org.apache.velocity</groupId>
+  <artifactId>velocity-site-news</artifactId>
+  <version>1.1.0</version>
+
+  <name>Velocity Site News</name>
+  <inceptionYear>2006</inceptionYear>
+  <packaging>pom</packaging>
+
+  <modules>
+    <module>extension</module>
+    <module>plugin</module>
+  </modules>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-maven-plugin</artifactId>
+        <version>1.2</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>descriptor</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencyManagement>
+  <dependencies>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+      <version>1.0-alpha-8</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.doxia</groupId>
+      <artifactId>doxia-sink-api</artifactId>
+      <version>1.0-alpha-8</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.doxia</groupId>
+      <artifactId>doxia-core</artifactId>
+      <version>1.0-alpha-8</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-impl</artifactId>
+      <version>2.0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity-site-news-extension</artifactId>
+      <version>1.1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>rome</groupId>
+      <artifactId>rome</artifactId>
+      <version>0.8</version>
+    </dependency>
+  </dependencies>
+  </dependencyManagement>
+</project>

Propchange: velocity/site/tools/velocity-site-news/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/tools/velocity-site-news/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision