Author: niallp
Date: Tue Apr 13 15:05:15 2010
New Revision: 933664
URL: http://svn.apache.org/viewvc?rev=933664&view=rev
Log:
Move/rename "xdocs" directory to standard m2 "src/site/xdoc"
Added:
commons/proper/scxml/trunk/src/changes/
commons/proper/scxml/trunk/src/changes/changes.xml
- copied unchanged from r933437,
commons/proper/scxml/trunk/xdocs/changes.xml
commons/proper/scxml/trunk/src/site/fml/
commons/proper/scxml/trunk/src/site/fml/faq.fml
- copied unchanged from r933437, commons/proper/scxml/trunk/xdocs/faq.fml
commons/proper/scxml/trunk/src/site/xdoc/
- copied from r933437, commons/proper/scxml/trunk/xdocs/
Removed:
commons/proper/scxml/trunk/src/site/xdoc/changes.xml
commons/proper/scxml/trunk/src/site/xdoc/faq.fml
commons/proper/scxml/trunk/src/site/xdoc/images/
commons/proper/scxml/trunk/src/site/xdoc/style/
commons/proper/scxml/trunk/xdocs/
Modified:
commons/proper/scxml/trunk/pom.xml
commons/proper/scxml/trunk/src/assembly/src.xml
Modified: commons/proper/scxml/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=933664&r1=933663&r2=933664&view=diff
==============================================================================
--- commons/proper/scxml/trunk/pom.xml (original)
+++ commons/proper/scxml/trunk/pom.xml Tue Apr 13 15:05:15 2010
@@ -270,9 +270,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
- <version>2.1</version>
+ <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/scxml/trunk/src/assembly/src.xml
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/assembly/src.xml?rev=933664&r1=933663&r2=933664&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/assembly/src.xml (original)
+++ commons/proper/scxml/trunk/src/assembly/src.xml Tue Apr 13 15:05:15 2010
@@ -40,8 +40,5 @@
<fileSet>
<directory>src</directory>
</fileSet>
- <fileSet>
- <directory>xdocs</directory>
- </fileSet>
</fileSets>
</assembly>