You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/06/30 09:25:59 UTC

svn commit: r552113 - /incubator/tuscany/java/das/distribution/source/src/main/assembly/src.xml

Author: lresende
Date: Sat Jun 30 00:25:58 2007
New Revision: 552113

URL: http://svn.apache.org/viewvc?view=rev&rev=552113
Log:
Small fix to DAS source distribution - remove derby.log and mdl files

Modified:
    incubator/tuscany/java/das/distribution/source/src/main/assembly/src.xml

Modified: incubator/tuscany/java/das/distribution/source/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/das/distribution/source/src/main/assembly/src.xml?view=diff&rev=552113&r1=552112&r2=552113
==============================================================================
--- incubator/tuscany/java/das/distribution/source/src/main/assembly/src.xml (original)
+++ incubator/tuscany/java/das/distribution/source/src/main/assembly/src.xml Sat Jun 30 00:25:58 2007
@@ -48,6 +48,8 @@
       </includes>
       <excludes>
          <exclude>**/target/**</exclude>
+         <exclude>**/**.mdl</exclude>
+         <exclude>**/derby.log</exclude>
       </excludes>
       <fileMode>644</fileMode>
     </fileSet>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org