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 09:28:12 UTC

svn commit: r492444 - in /velocity/site: ./ apache-velocity-site-skin/ doxia-velocity-renderer/ velocity-news-extension/ velocity-news-plugin/ velocity-site-doxia-renderer/ velocity-site-news-extension/ velocity-site-news-plugin/ velocity-site-parent/ ...

Author: henning
Date: Thu Jan  4 00:28:11 2007
New Revision: 492444

URL: http://svn.apache.org/viewvc?view=rev&rev=492444
Log:
Do some reshuffling and renaming to get the site tools in a consistent state.


Added:
    velocity/site/velocity-site-doxia-renderer/
      - copied from r491994, velocity/site/doxia-velocity-renderer/
    velocity/site/velocity-site-news-extension/
      - copied from r491994, velocity/site/velocity-news-extension/
    velocity/site/velocity-site-news-plugin/
      - copied from r491994, velocity/site/velocity-news-plugin/
    velocity/site/velocity-site-parent/
    velocity/site/velocity-site-parent/pom.xml   (with props)
    velocity/site/velocity-site-skin/
      - copied from r491994, velocity/site/apache-velocity-site-skin/
Removed:
    velocity/site/apache-velocity-site-skin/
    velocity/site/doxia-velocity-renderer/
    velocity/site/velocity-news-extension/
    velocity/site/velocity-news-plugin/
Modified:
    velocity/site/pom.xml

Modified: velocity/site/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/pom.xml?view=diff&rev=492444&r1=492443&r2=492444
==============================================================================
--- velocity/site/pom.xml (original)
+++ velocity/site/pom.xml Thu Jan  4 00:28:11 2007
@@ -25,61 +25,34 @@
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.velocity</groupId>
-  <artifactId>apache-velocity-site-parent</artifactId>
-  <version>1.0.0</version>
-  <name>Apache Velocity Site Parent</name>
-  <url>http://velocity.apache.org/</url>
-  <description>Parent of all Velocity Site sub-projects</description>
+  <artifactId>velocity-site-tools</artifactId>
+
+  <parent>
+    <groupId>org.apache.velocity</groupId>
+    <artifactId>apache-velocity-site-parent</artifactId>
+    <relativePath>velocity-site-parent/pom.xml</relativePath>
+    <version>1.1.0</version>
+  </parent>
+
+  <version>1.1.0</version>
+  <name>Apache Velocity Site Tools</name>
+  <url>http://velocity.apache.org/site/tools</url>
+  <description>Various Maven related tools and plugins that are used to build the Apache Velocity web site.</description>
   <inceptionYear>2006</inceptionYear>
   <packaging>pom</packaging>
 
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-
   <modules>
-    <module>apache-velocity-site-skin</module>
-    <module>doxia-velocity-renderer</module>
-    <module>velocity-news-plugin</module>
-    <module>velocity-news-extension</module>
+    <module>velocity-site-skin</module>
+    <module>velocity-site-doxia-renderer</module>
+    <module>velocity-site-news-plugin</module>
+    <module>velocity-site-news-extension</module>
   </modules>
 
-  <build>
-    <defaultGoal>install</defaultGoal>
-  </build>
-
-  <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>
-    </license>
-  </licenses>
-
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
   <distributionManagement>
-    <!-- Site omitted - each project must provide their own -->
-    <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>
+    <site>
+      <id>velocity.apache.org</id>
+      <url>scpexe://people.apache.org/www/velocity.apache.org/site/tools</url>
+    </site>
   </distributionManagement>
 
   <developers>
@@ -96,16 +69,10 @@
     </developer>
   </developers>
 
-  <issueManagement>
-    <system>JIRA</system>
-    <url>https://issues.apache.org/jira/browse/VELOCITY</url>
-  </issueManagement>
-
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/velocity/site/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/site/</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/velocity/site/tools</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/site/tools</developerConnection>
     <tag>HEAD</tag>
-    <url>http://svn.apache.org/viewvc/velocity/site/</url>
+    <url>http://svn.apache.org/viewvc/velocity/site/tools</url>
   </scm>
-
 </project>

Added: velocity/site/velocity-site-parent/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/velocity-site-parent/pom.xml?view=auto&rev=492444
==============================================================================
--- velocity/site/velocity-site-parent/pom.xml (added)
+++ velocity/site/velocity-site-parent/pom.xml Thu Jan  4 00:28:11 2007
@@ -0,0 +1,82 @@
+<?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>
+  <groupId>org.apache.velocity</groupId>
+  <artifactId>velocity-site-parent</artifactId>
+
+  <version>1.1.0</version>
+  <name>Apache Velocity Site Parent</name>
+  <url>http://velocity.apache.org/</url>
+  <description>Parent of all Velocity Site sub-projects</description>
+  <inceptionYear>2006</inceptionYear>
+  <packaging>pom</packaging>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
+  <build>
+    <defaultGoal>install</defaultGoal>
+  </build>
+
+  <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>
+    </license>
+  </licenses>
+
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
+  <distributionManagement>
+    <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>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/VELOCITY</url>
+  </issueManagement>
+</project>

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

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