Author: apetrelli
Date: Mon Jul 26 15:24:41 2010
New Revision: 979325
URL: http://svn.apache.org/viewvc?rev=979325&view=rev
Log:
VELOCITYSB-8
Completed assembly and site.
Added:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-ant/src/site/
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-ant/src/site/site.xml
(with props)
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/main/
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/main/assembly/
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/main/assembly/all.xml
(with props)
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/site/site.xml
(with props)
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-core/src/site/
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-core/src/site/site.xml
(with props)
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-uberjar/src/
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-uberjar/src/site/
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-uberjar/src/site/site.xml
(with props)
Modified:
velocity/sandbox/maven-reorg/dvsl/trunk/src/site/site.xml
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/pom.xml
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-core/pom.xml
Modified: velocity/sandbox/maven-reorg/dvsl/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/dvsl/trunk/src/site/site.xml?rev=979325&r1=979324&r2=979325&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/dvsl/trunk/src/site/site.xml (original)
+++ velocity/sandbox/maven-reorg/dvsl/trunk/src/site/site.xml Mon Jul 26
15:24:41 2010
@@ -43,7 +43,7 @@
<skin>
<groupId>org.apache.velocity.site</groupId>
<artifactId>velocity-site-skin</artifactId>
- <version>1.2.0</version>
+ <version>1.2.3</version>
</skin>
<body>
Added:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-ant/src/site/site.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-ant/src/site/site.xml?rev=979325&view=auto
==============================================================================
--- velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-ant/src/site/site.xml
(added)
+++ velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-ant/src/site/site.xml
Mon Jul 26 15:24:41 2010
@@ -0,0 +1,56 @@
+<?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 name="Apache Velocity DVSL">
+ <publishDate position="bottom" format="yyyy-MM-dd HH:mm:ss" />
+ <bannerLeft>
+ <name>Apache Velocity Project</name>
+ <src>/images/velocity_project_wide.png</src>
+ <href>http://velocity.apache.org/</href>
+ </bannerLeft>
+
+ <bannerRight>
+ <name>Apache Velocity</name>
+ <src>/images/velocitytools.png</src>
+ </bannerRight>
+
+ <skin>
+ <groupId>org.apache.velocity.site</groupId>
+ <artifactId>velocity-site-skin</artifactId>
+ <version>1.2.3</version>
+ </skin>
+
+ <body>
+ <breadcrumbs>
+ <item name="Apache" href="http://www.apache.org/" />
+ <item name="Velocity" href="http://velocity.apache.org/" />
+ <item name="Velocity DVSL" />
+ </breadcrumbs>
+
+ <links>
+ <item name="Engine"
href="http://velocity.apache.org/engine/devel/" />
+ <item name="Tools" href="http://velocity.apache.org/tools/devel/"
/>
+ <item name="Anakia"
href="http://velocity.apache.org/anakia/devel/" />
+ <item name="Texen" href="http://velocity.apache.org/texen/devel/"
/>
+ <item name="DocBook" href="http://velocity.apache.org/docbook/" />
+ <item name="DVSL" href="http://velocity.apache.org/dvsl/devel/" />
+ </links>
+
+ <menu name="VelocityDvsl">
+ <item name="Velocity DVSL parent module" href="../index.html"/>
+ </menu>
+
+ <menu ref="modules" />
+ <menu ref="reports" />
+
+ </body>
+</project>
Propchange:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-ant/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-ant/src/site/site.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified: velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/pom.xml?rev=979325&r1=979324&r2=979325&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/pom.xml
(original)
+++ velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/pom.xml Mon
Jul 26 15:24:41 2010
@@ -11,4 +11,127 @@
<packaging>pom</packaging>
<name>Apache Velocity DVSL - Assembly</name>
<description>Assembly building for DVSL distribution.</description>
-</project>
\ No newline at end of file
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-5</version>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/all.xml</descriptor>
+ </descriptors>
+ <finalName>velocity-${version}</finalName>
+ <tarLongFileMode>gnu</tarLongFileMode>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.3.1</version>
+ <configuration>
+ <createChecksum>true</createChecksum>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity-dvsl-ant</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity-dvsl-uberjar</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ <profiles>
+ <profile>
+ <id>apache-release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-5</version>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ <phase>package</phase>
+ </execution>
+ </executions>
+ <configuration>
+ <descriptors>
+
<descriptor>src/main/assembly/all.xml</descriptor>
+ </descriptors>
+ <tarLongFileMode>gnu</tarLongFileMode>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.3</version>
+ <executions>
+ <execution>
+ <phase>deploy</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <mkdir
+
dir="${project.build.directory}/assemblies" />
+ <copy
+
todir="${project.build.directory}/assemblies">
+ <fileset
+
dir="${settings.localRepository}/org/apache/velocity/${project.artifactId}/${project.version}">
+ <include
+
name="${project.artifactId}-${project.version}-all.zip*" />
+ <include
+
name="${project.artifactId}-${project.version}-all.tar.gz*" />
+ </fileset>
+ <mapper type="glob"
+ from="${project.artifactId}-*"
+ to="velocity-dvsl-*" />
+ </copy>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>wagon-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>deploy</phase>
+ <goals>
+ <goal>upload</goal>
+ </goals>
+ <configuration>
+
<fromDir>${project.build.directory}/assemblies</fromDir>
+ <includes>**</includes>
+ <toDir>${pom.version}</toDir>
+ <serverId>apache.build</serverId>
+
<url>scp://people.apache.org/www/people.apache.org/builds/velocity/dvsl</url>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
Added:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/main/assembly/all.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/main/assembly/all.xml?rev=979325&view=auto
==============================================================================
---
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/main/assembly/all.xml
(added)
+++
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/main/assembly/all.xml
Mon Jul 26 15:24:41 2010
@@ -0,0 +1,125 @@
+<?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.
+ -->
+<assembly>
+ <id>all</id>
+ <formats>
+ <format>tar.gz</format>
+ <format>zip</format>
+ </formats>
+ <dependencySets>
+ <dependencySet>
+ <outputDirectory>/lib</outputDirectory>
+ <excludes>
+ <exclude>org.apache.velocity:velocity-dvsl*</exclude>
+ </excludes>
+ </dependencySet>
+ <dependencySet>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>org.apache.velocity:velocity-dvsl*</include>
+ </includes>
+ <excludes>
+ <exclude>org.apache.velocity:velocity-dvsl-uberjar</exclude>
+ </excludes>
+ </dependencySet>
+ <dependencySet>
+ <outputDirectory>/</outputDirectory>
+
<outputFileNameMapping>velocity-dvsl-${artifact.version}.${artifact.extension}</outputFileNameMapping>
+ <includes>
+ <include>org.apache.velocity:velocity-dvsl-uberjar</include>
+ </includes>
+ </dependencySet>
+ </dependencySets>
+
+ <fileSets>
+ <fileSet>
+ <directory>..</directory>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>*LICENSE*</include>
+ <include>NOTICE</include>
+ <include>README.txt</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>../</directory>
+ <outputDirectory>src/</outputDirectory>
+ <includes>
+ <include>pom.xml</include>
+ <include>src/</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>../velocity-dvsl-core</directory>
+ <outputDirectory>src/velocity-dvsl-core</outputDirectory>
+ <includes>
+ <include>pom.xml</include>
+ <include>src/</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>../velocity-dvsl-ant</directory>
+ <outputDirectory>src/velocity-dvsl-ant</outputDirectory>
+ <includes>
+ <include>pom.xml</include>
+ <include>src/</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>../velocity-dvsl-uberjar</directory>
+ <outputDirectory>src/velocity-dvsl-uberjar</outputDirectory>
+ <includes>
+ <include>pom.xml</include>
+ <include>src/</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>../velocity-dvsl-assembly</directory>
+ <outputDirectory>src/velocity-dvsl-assembly
+ </outputDirectory>
+ <includes>
+ <include>pom.xml</include>
+ <include>src/</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>../target/site</directory>
+ <outputDirectory>docs</outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>../velocity-dvsl-core/target/site</directory>
+ <outputDirectory>docs/velocity-dvsl-core</outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>../velocity-dvsl-ant/target/site</directory>
+ <outputDirectory>docs/velocity-dvsl-ant</outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>../velocity-dvsl-uberjar/target/site</directory>
+ <outputDirectory>docs/velocity-dvsl-uberjar</outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>../velocity-dvsl-assembly/target/site</directory>
+ <outputDirectory>docs/velocity-dvsl-assembly</outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>../src/etc/examples</directory>
+ <outputDirectory>examples</outputDirectory>
+ </fileSet>
+ </fileSets>
+</assembly>
\ No newline at end of file
Propchange:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/main/assembly/all.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/main/assembly/all.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Added:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/site/site.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/site/site.xml?rev=979325&view=auto
==============================================================================
---
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/site/site.xml
(added)
+++
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/site/site.xml
Mon Jul 26 15:24:41 2010
@@ -0,0 +1,56 @@
+<?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 name="Apache Velocity DVSL">
+ <publishDate position="bottom" format="yyyy-MM-dd HH:mm:ss" />
+ <bannerLeft>
+ <name>Apache Velocity Project</name>
+ <src>/images/velocity_project_wide.png</src>
+ <href>http://velocity.apache.org/</href>
+ </bannerLeft>
+
+ <bannerRight>
+ <name>Apache Velocity</name>
+ <src>/images/velocitytools.png</src>
+ </bannerRight>
+
+ <skin>
+ <groupId>org.apache.velocity.site</groupId>
+ <artifactId>velocity-site-skin</artifactId>
+ <version>1.2.3</version>
+ </skin>
+
+ <body>
+ <breadcrumbs>
+ <item name="Apache" href="http://www.apache.org/" />
+ <item name="Velocity" href="http://velocity.apache.org/" />
+ <item name="Velocity DVSL" />
+ </breadcrumbs>
+
+ <links>
+ <item name="Engine"
href="http://velocity.apache.org/engine/devel/" />
+ <item name="Tools" href="http://velocity.apache.org/tools/devel/"
/>
+ <item name="Anakia"
href="http://velocity.apache.org/anakia/devel/" />
+ <item name="Texen" href="http://velocity.apache.org/texen/devel/"
/>
+ <item name="DocBook" href="http://velocity.apache.org/docbook/" />
+ <item name="DVSL" href="http://velocity.apache.org/dvsl/devel/" />
+ </links>
+
+ <menu name="VelocityDvsl">
+ <item name="Velocity DVSL parent module" href="../index.html"/>
+ </menu>
+
+ <menu ref="modules" />
+ <menu ref="reports" />
+
+ </body>
+</project>
Propchange:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-assembly/src/site/site.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified: velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-core/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-core/pom.xml?rev=979325&r1=979324&r2=979325&view=diff
==============================================================================
--- velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-core/pom.xml
(original)
+++ velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-core/pom.xml Mon Jul
26 15:24:41 2010
@@ -36,11 +36,19 @@
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.5</version>
+ <exclusions>
+ </exclusions>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -53,6 +61,33 @@
<artifactId>jaxen</artifactId>
<version>1.1.1</version>
<scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>xom</groupId>
+ <artifactId>xom</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.0</version>
+ <type>jar</type>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Added:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-core/src/site/site.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-core/src/site/site.xml?rev=979325&view=auto
==============================================================================
---
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-core/src/site/site.xml
(added)
+++
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-core/src/site/site.xml
Mon Jul 26 15:24:41 2010
@@ -0,0 +1,56 @@
+<?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 name="Apache Velocity DVSL">
+ <publishDate position="bottom" format="yyyy-MM-dd HH:mm:ss" />
+ <bannerLeft>
+ <name>Apache Velocity Project</name>
+ <src>/images/velocity_project_wide.png</src>
+ <href>http://velocity.apache.org/</href>
+ </bannerLeft>
+
+ <bannerRight>
+ <name>Apache Velocity</name>
+ <src>/images/velocitytools.png</src>
+ </bannerRight>
+
+ <skin>
+ <groupId>org.apache.velocity.site</groupId>
+ <artifactId>velocity-site-skin</artifactId>
+ <version>1.2.3</version>
+ </skin>
+
+ <body>
+ <breadcrumbs>
+ <item name="Apache" href="http://www.apache.org/" />
+ <item name="Velocity" href="http://velocity.apache.org/" />
+ <item name="Velocity DVSL" />
+ </breadcrumbs>
+
+ <links>
+ <item name="Engine"
href="http://velocity.apache.org/engine/devel/" />
+ <item name="Tools" href="http://velocity.apache.org/tools/devel/"
/>
+ <item name="Anakia"
href="http://velocity.apache.org/anakia/devel/" />
+ <item name="Texen" href="http://velocity.apache.org/texen/devel/"
/>
+ <item name="DocBook" href="http://velocity.apache.org/docbook/" />
+ <item name="DVSL" href="http://velocity.apache.org/dvsl/devel/" />
+ </links>
+
+ <menu name="VelocityDvsl">
+ <item name="Velocity DVSL parent module" href="../index.html"/>
+ </menu>
+
+ <menu ref="modules" />
+ <menu ref="reports" />
+
+ </body>
+</project>
Propchange:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-core/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-core/src/site/site.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Added:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-uberjar/src/site/site.xml
URL:
http://svn.apache.org/viewvc/velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-uberjar/src/site/site.xml?rev=979325&view=auto
==============================================================================
---
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-uberjar/src/site/site.xml
(added)
+++
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-uberjar/src/site/site.xml
Mon Jul 26 15:24:41 2010
@@ -0,0 +1,56 @@
+<?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 name="Apache Velocity DVSL">
+ <publishDate position="bottom" format="yyyy-MM-dd HH:mm:ss" />
+ <bannerLeft>
+ <name>Apache Velocity Project</name>
+ <src>/images/velocity_project_wide.png</src>
+ <href>http://velocity.apache.org/</href>
+ </bannerLeft>
+
+ <bannerRight>
+ <name>Apache Velocity</name>
+ <src>/images/velocitytools.png</src>
+ </bannerRight>
+
+ <skin>
+ <groupId>org.apache.velocity.site</groupId>
+ <artifactId>velocity-site-skin</artifactId>
+ <version>1.2.3</version>
+ </skin>
+
+ <body>
+ <breadcrumbs>
+ <item name="Apache" href="http://www.apache.org/" />
+ <item name="Velocity" href="http://velocity.apache.org/" />
+ <item name="Velocity DVSL" />
+ </breadcrumbs>
+
+ <links>
+ <item name="Engine"
href="http://velocity.apache.org/engine/devel/" />
+ <item name="Tools" href="http://velocity.apache.org/tools/devel/"
/>
+ <item name="Anakia"
href="http://velocity.apache.org/anakia/devel/" />
+ <item name="Texen" href="http://velocity.apache.org/texen/devel/"
/>
+ <item name="DocBook" href="http://velocity.apache.org/docbook/" />
+ <item name="DVSL" href="http://velocity.apache.org/dvsl/devel/" />
+ </links>
+
+ <menu name="VelocityDvsl">
+ <item name="Velocity DVSL parent module" href="../index.html"/>
+ </menu>
+
+ <menu ref="modules" />
+ <menu ref="reports" />
+
+ </body>
+</project>
Propchange:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-uberjar/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
velocity/sandbox/maven-reorg/dvsl/trunk/velocity-dvsl-uberjar/src/site/site.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL