You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/04/04 22:58:42 UTC

svn commit: r391412 - /myfaces/tomahawk/trunk/assembly/src/main/assembly/dep.xml

Author: bommel
Date: Tue Apr  4 13:58:42 2006
New Revision: 391412

URL: http://svn.apache.org/viewcvs?rev=391412&view=rev
Log:
undo

Modified:
    myfaces/tomahawk/trunk/assembly/src/main/assembly/dep.xml

Modified: myfaces/tomahawk/trunk/assembly/src/main/assembly/dep.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/assembly/src/main/assembly/dep.xml?rev=391412&r1=391411&r2=391412&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/assembly/src/main/assembly/dep.xml (original)
+++ myfaces/tomahawk/trunk/assembly/src/main/assembly/dep.xml Tue Apr  4 13:58:42 2006
@@ -4,12 +4,12 @@
     <format>tar.gz</format>
     <format>zip</format>
   </formats>
-  <dependencySets>
+  <!--dependencySets>
     <dependencySet>
       <outputDirectory>lib</outputDirectory>
       <scope>runtime</scope>
     </dependencySet>
-  </dependencySets>
+  </dependencySets-->
   <fileSets>
     <fileSet>
     	<directory>src/main/resources</directory>
@@ -23,6 +23,13 @@
     <fileSet>
       <directory>target/javadoc</directory>
       <outputDirectory>javadoc</outputDirectory>
+      <includes>
+        <include>*.jar</include>
+      </includes>
+    </fileSet>
+    <fileSet>
+      <directory>target/assembly-lib</directory>
+      <outputDirectory>lib</outputDirectory>
       <includes>
         <include>*.jar</include>
       </includes>