Author: niallp
Date: Tue Apr 13 14:51:38 2010
New Revision: 933653

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

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

Modified: commons/proper/primitives/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/primitives/trunk/pom.xml?rev=933653&r1=933652&r2=933653&view=diff
==============================================================================
--- commons/proper/primitives/trunk/pom.xml (original)
+++ commons/proper/primitives/trunk/pom.xml Tue Apr 13 14:51:38 2010
@@ -137,7 +137,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/primitives/trunk/src/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/primitives/trunk/src/assembly/src.xml?rev=933653&r1=933652&r2=933653&view=diff
==============================================================================
--- commons/proper/primitives/trunk/src/assembly/src.xml (original)
+++ commons/proper/primitives/trunk/src/assembly/src.xml Tue Apr 13 14:51:38 
2010
@@ -40,8 +40,5 @@
         <fileSet>
             <directory>src</directory>
         </fileSet>
-        <fileSet>
-            <directory>xdocs</directory>
-        </fileSet>
     </fileSets>
 </assembly>


Reply via email to