Author: niallp
Date: Mon Mar 29 18:53:55 2010
New Revision: 928865
URL: http://svn.apache.org/viewvc?rev=928865&view=rev
Log:
Move xdocs dir to src/site/xdoc (standard m2 layout)
Added:
commons/proper/jexl/trunk/src/site/xdoc/
- copied from r928862, commons/proper/jexl/trunk/xdocs/
Removed:
commons/proper/jexl/trunk/src/site/xdoc/images/
commons/proper/jexl/trunk/xdocs/
Modified:
commons/proper/jexl/trunk/src/main/assembly/src.xml
Modified: commons/proper/jexl/trunk/src/main/assembly/src.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/assembly/src.xml?rev=928865&r1=928864&r2=928865&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/jexl/trunk/src/main/assembly/src.xml Mon Mar 29 18:53:55 2010
@@ -24,6 +24,7 @@
<fileSets>
<fileSet>
<includes>
+ <include>BUILDING.txt</include>
<include>LICENSE.txt</include>
<include>NOTICE.txt</include>
<include>pom.xml</include>
@@ -34,7 +35,7 @@
<directory>src</directory>
</fileSet>
<fileSet>
- <directory>xdocs</directory>
+ <directory>jexl2-compat</directory>
</fileSet>
</fileSets>
</assembly>