Author: niallp
Date: Wed Feb 3 00:55:08 2010
New Revision: 905854
URL: http://svn.apache.org/viewvc?rev=905854&view=rev
Log:
Reorganize site to standard m2 layout (now there is no longer an m1 build)
- move/rename xdocs directory to site/xdoc
- remove xdocs/images and xdocs/style directories
- move xdocs/changes.xml to site/changes/changes.xml
- correct changes.xml location in pom.xml
- remove xdocs directory from assembly/src.xml
- remove redundant conf directory
Added:
commons/proper/lang/trunk/src/site/changes/
commons/proper/lang/trunk/src/site/changes/changes.xml
- copied unchanged from r905732,
commons/proper/lang/trunk/xdocs/changes.xml
commons/proper/lang/trunk/src/site/xdoc/
- copied from r905732, commons/proper/lang/trunk/xdocs/
Removed:
commons/proper/lang/trunk/src/conf/
commons/proper/lang/trunk/src/site/xdoc/changes.xml
commons/proper/lang/trunk/src/site/xdoc/images/
commons/proper/lang/trunk/src/site/xdoc/style/
commons/proper/lang/trunk/xdocs/
Modified:
commons/proper/lang/trunk/pom.xml
commons/proper/lang/trunk/src/assembly/src.xml
Modified: commons/proper/lang/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=905854&r1=905853&r2=905854&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Wed Feb 3 00:55:08 2010
@@ -472,7 +472,7 @@
<artifactId>maven-changes-plugin</artifactId>
<version>2.0</version>
<configuration>
- <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
+ <xmlPath>${basedir}/src/site/changes/changes.xml</xmlPath>
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
</configuration>
<reportSets>
Modified: commons/proper/lang/trunk/src/assembly/src.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/assembly/src.xml?rev=905854&r1=905853&r2=905854&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/assembly/src.xml (original)
+++ commons/proper/lang/trunk/src/assembly/src.xml Wed Feb 3 00:55:08 2010
@@ -35,8 +35,5 @@
<fileSet>
<directory>src</directory>
</fileSet>
- <fileSet>
- <directory>xdocs</directory>
- </fileSet>
</fileSets>
</assembly>