Author: niallp
Date: Sat Apr 10 23:34:59 2010
New Revision: 932805

URL: http://svn.apache.org/viewvc?rev=932805&view=rev
Log:
Move/rename "xdocs" directory to standard m2 "src/site/xdoc"

Added:
    commons/proper/dbutils/trunk/src/changes/
    commons/proper/dbutils/trunk/src/changes/changes.xml
      - copied unchanged from r932800, 
commons/proper/dbutils/trunk/xdocs/changes.xml
    commons/proper/dbutils/trunk/src/site/xdoc/
      - copied from r932800, commons/proper/dbutils/trunk/xdocs/
Removed:
    commons/proper/dbutils/trunk/src/site/xdoc/changes.xml
    commons/proper/dbutils/trunk/src/site/xdoc/images/
    commons/proper/dbutils/trunk/src/site/xdoc/style/
    commons/proper/dbutils/trunk/xdocs/
Modified:
    commons/proper/dbutils/trunk/pom.xml
    commons/proper/dbutils/trunk/src/assembly/src.xml

Modified: commons/proper/dbutils/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=932805&r1=932804&r2=932805&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
+++ commons/proper/dbutils/trunk/pom.xml [utf-8] Sat Apr 10 23:34:59 2010
@@ -229,7 +229,7 @@
         <artifactId>maven-changes-plugin</artifactId>
         <version>2.0</version>
         <configuration>
-          <xmlPath>xdocs/changes.xml</xmlPath>
+          <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
           <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
         </configuration>
         <reportSets>

Modified: commons/proper/dbutils/trunk/src/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/assembly/src.xml?rev=932805&r1=932804&r2=932805&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/src/assembly/src.xml (original)
+++ commons/proper/dbutils/trunk/src/assembly/src.xml Sat Apr 10 23:34:59 2010
@@ -42,8 +42,5 @@
         <fileSet>
             <directory>src</directory>
         </fileSet>
-        <fileSet>
-            <directory>xdocs</directory>
-        </fileSet>
     </fileSets>
 </assembly>


Reply via email to