Author: dashorst
Date: Mon Jun 25 15:08:16 2007
New Revision: 550625

URL: http://svn.apache.org/viewvc?view=rev&rev=550625
Log:
Fixed the target issue (I hope) where jdk-1.?/target resources end up in 
distribution zips

Modified:
    incubator/wicket/releases/wicket-1.3.0-beta2/wicket-assembly-all.xml

Modified: incubator/wicket/releases/wicket-1.3.0-beta2/wicket-assembly-all.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.3.0-beta2/wicket-assembly-all.xml?view=diff&rev=550625&r1=550624&r2=550625
==============================================================================
--- incubator/wicket/releases/wicket-1.3.0-beta2/wicket-assembly-all.xml 
(original)
+++ incubator/wicket/releases/wicket-1.3.0-beta2/wicket-assembly-all.xml Mon 
Jun 25 15:08:16 2007
@@ -36,6 +36,8 @@
                                <exclude>**/*zip</exclude>
                                <exclude>**/archive-tmp</exclude>
                                <exclude>**/sessions</exclude>
+                               <exclude>target</exclude>
+                               <exclude>target/**</exclude>
                                <exclude>${basedir}/target</exclude>
                        </excludes>
                </fileSet>
@@ -53,6 +55,7 @@
                                <exclude>**/archive-tmp</exclude>
                                <exclude>**/sessions</exclude>
                                <exclude>${basedir}/target</exclude>
+                               <exclude>target/**</exclude>
                        </excludes>
                </fileSet>
                <fileSet>


Reply via email to