Author: niallp
Date: Tue Apr 13 16:07:55 2010
New Revision: 933696

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

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

Modified: commons/proper/vfs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=933696&r1=933695&r2=933696&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Tue Apr 13 16:07:55 2010
@@ -191,7 +191,7 @@
         <artifactId>maven-changes-plugin</artifactId>
         <version>2.0</version>
         <configuration>
-          <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
+          <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
           <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
         </configuration>
         <reportSets>

Modified: commons/proper/vfs/trunk/src/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/assembly/src.xml?rev=933696&r1=933695&r2=933696&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/assembly/src.xml (original)
+++ commons/proper/vfs/trunk/src/assembly/src.xml Tue Apr 13 16:07:55 2010
@@ -59,8 +59,5 @@
         <fileSet>
             <directory>src</directory>
         </fileSet>
-        <fileSet>
-            <directory>xdocs</directory>
-        </fileSet>
     </fileSets>
 </assembly>


Reply via email to