You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/08/20 00:36:59 UTC

svn commit: r432888 - /incubator/servicemix/trunk/apache-servicemix/src/main/assembly/src.xml

Author: gnodet
Date: Sat Aug 19 15:36:54 2006
New Revision: 432888

URL: http://svn.apache.org/viewvc?rev=432888&view=rev
Log:
Remove some unwanted files from the source distribution

Modified:
    incubator/servicemix/trunk/apache-servicemix/src/main/assembly/src.xml

Modified: incubator/servicemix/trunk/apache-servicemix/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/src/main/assembly/src.xml?rev=432888&r1=432887&r2=432888&view=diff
==============================================================================
--- incubator/servicemix/trunk/apache-servicemix/src/main/assembly/src.xml (original)
+++ incubator/servicemix/trunk/apache-servicemix/src/main/assembly/src.xml Sat Aug 19 15:36:54 2006
@@ -1,25 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-  
-  http://www.apache.org/licenses/LICENSE-2.0
-  
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
 -->
 <assembly>
   <id>src</id>
   <formats>
-    <format>tar.gz</format>
     <format>zip</format>
+    <format>tar.gz</format>
   </formats>
   <fileSets>
     <fileSet>
@@ -34,11 +36,25 @@
         <exclude>**/build</exclude>
         <exclude>**/build/**/*</exclude>
         <exclude>**/.settings</exclude>
+        <exclude>**/.settings/**/*</exclude>
         <exclude>**/.classpath</exclude>
         <exclude>**/.project</exclude>
         <exclude>**/.wtpmodules</exclude>
         <exclude>**/surefire*</exclude>
         <exclude>**/cobertura.ser</exclude>
+        <exclude>**/velocity.log</exclude>
+        <exclude>**/derby.log</exclude>
+
+        <exclude>**/activemq-data</exclude>
+        <exclude>**/activemq-data/**/*</exclude>
+        <exclude>**/rootDir</exclude>
+        <exclude>**/rootDir/**/*</exclude>
+        <exclude>**/testWDIR</exclude>
+        <exclude>**/testWDIR/**/*</exclude>
+        <exclude>**/testWDR</exclude>
+        <exclude>**/testWDR/**/*</exclude>
+        <exclude>**/sandbox</exclude>
+        <exclude>**/sandbox/**/*</exclude>
       </excludes>
     </fileSet>
   </fileSets>