Author: niallp
Date: Wed Apr 14 05:49:35 2010
New Revision: 933860

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

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

Modified: commons/proper/vfs/branches/VFS-2.0/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/branches/VFS-2.0/pom.xml?rev=933860&r1=933859&r2=933860&view=diff
==============================================================================
--- commons/proper/vfs/branches/VFS-2.0/pom.xml (original)
+++ commons/proper/vfs/branches/VFS-2.0/pom.xml Wed Apr 14 05:49:35 2010
@@ -192,7 +192,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/branches/VFS-2.0/src/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/branches/VFS-2.0/src/assembly/src.xml?rev=933860&r1=933859&r2=933860&view=diff
==============================================================================
--- commons/proper/vfs/branches/VFS-2.0/src/assembly/src.xml (original)
+++ commons/proper/vfs/branches/VFS-2.0/src/assembly/src.xml Wed Apr 14 
05:49:35 2010
@@ -27,11 +27,8 @@
                 <include>build.xml</include>
                 <include>checkstyle.properties</include>
                 <include>LICENSE.txt</include>
-                <include>maven.xml</include>
                 <include>NOTICE.txt</include>
                 <include>pom.xml</include>
-                <include>project.properties</include>
-                <include>project.xml</include>
                 <include>RELEASE_NOTES.txt</include>
             </includes>
         </fileSet>
@@ -59,8 +56,5 @@
         <fileSet>
             <directory>src</directory>
         </fileSet>
-        <fileSet>
-            <directory>xdocs</directory>
-        </fileSet>
     </fileSets>
 </assembly>


Reply via email to