You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2006/01/22 08:14:13 UTC

svn commit: r371223 - /directory/trunks/apacheds/standalone/simple/main/src/main/assembly/apacheds-main.xml

Author: akarasulu
Date: Sat Jan 21 23:14:11 2006
New Revision: 371223

URL: http://svn.apache.org/viewcvs?rev=371223&view=rev
Log:
removed some unneeded jars from the assembly

Modified:
    directory/trunks/apacheds/standalone/simple/main/src/main/assembly/apacheds-main.xml

Modified: directory/trunks/apacheds/standalone/simple/main/src/main/assembly/apacheds-main.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/standalone/simple/main/src/main/assembly/apacheds-main.xml?rev=371223&r1=371222&r2=371223&view=diff
==============================================================================
--- directory/trunks/apacheds/standalone/simple/main/src/main/assembly/apacheds-main.xml (original)
+++ directory/trunks/apacheds/standalone/simple/main/src/main/assembly/apacheds-main.xml Sat Jan 21 23:14:11 2006
@@ -28,10 +28,13 @@
         <exclude>xml-apis:xml-apis</exclude>
         <exclude>aspectwerkz:aspectwerkz-core</exclude>
         <exclude>velocity:velocity</exclude>
+        <exclude>velocity:velocity-dep</exclude>
         <exclude>org.springframework:spring-aop</exclude>
         <exclude>qdox:qdox</exclude>
         <exclude>commons-attributes:commons-attributes-compiler</exclude>
+        <exclude>commons-attributes:commons-attributes-api</exclude>
         <exclude>cglib:cglib</exclude>
+        <exclude>ant:ant</exclude>
       </excludes>
     </dependencySet>
   </dependencySets>