Author: frankbille
Date: Sun May 18 13:34:30 2008
New Revision: 657632
URL: http://svn.apache.org/viewvc?rev=657632&view=rev
Log:
Copied changed to the assembly from the m1 release to trunk. There were
problems with target in quickstart.
Modified:
wicket/trunk/wicket-assembly-all.xml
Modified: wicket/trunk/wicket-assembly-all.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket-assembly-all.xml?rev=657632&r1=657631&r2=657632&view=diff
==============================================================================
--- wicket/trunk/wicket-assembly-all.xml (original)
+++ wicket/trunk/wicket-assembly-all.xml Sun May 18 13:34:30 2008
@@ -28,7 +28,7 @@
<outputDirectory>src/archetypes</outputDirectory>
<useDefaultExcludes>true</useDefaultExcludes>
<excludes>
- <exclude>target/**</exclude>
+ <exclude>**/quickstart/target/**</exclude>
<exclude>**/.classpath/**</exclude>
<exclude>**/.project/**</exclude>
<exclude>**/.settings/**</exclude>