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


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@905854 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Niall Pemberton 2010-02-03 00:55:08 +00:00
parent 9dbe765600
commit 23f3b90843
22 changed files with 1 additions and 17 deletions

View File

@ -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>

View File

@ -35,8 +35,5 @@
<fileSet>
<directory>src</directory>
</fileSet>
<fileSet>
<directory>xdocs</directory>
</fileSet>
</fileSets>
</assembly>

View File

@ -1,12 +0,0 @@
Manifest-Version: 1.0
Package: org.apache.commons.lang
Extension-Name: commons-lang
Specification-Version: @version@
Specification-Vendor: Apache Software Foundation
Specification-Title: Commons Lang
Implementation-Version: @version@
Implementation-Vendor: Apache Software Foundation
Implementation-Title: Commons Lang
Implementation-Vendor-Id: org.apache
X-Compile-Source-JDK: @compile.source@
X-Compile-Target-JDK: @compile.target@

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1 +0,0 @@
@import url("http://commons.apache.org/style/commons-maven.css");