You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2016/02/09 11:14:25 UTC

svn commit: r1729347 - /qpid/java/trunk/broker/src/main/assembly/src.xml

Author: orudyy
Date: Tue Feb  9 10:14:25 2016
New Revision: 1729347

URL: http://svn.apache.org/viewvc?rev=1729347&view=rev
Log:
QPID-6925: Add missing src assembly

Added:
    qpid/java/trunk/broker/src/main/assembly/src.xml

Added: qpid/java/trunk/broker/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/broker/src/main/assembly/src.xml?rev=1729347&view=auto
==============================================================================
--- qpid/java/trunk/broker/src/main/assembly/src.xml (added)
+++ qpid/java/trunk/broker/src/main/assembly/src.xml Tue Feb  9 10:14:25 2016
@@ -0,0 +1,66 @@
+<?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.
+-->
+
+<assembly>
+    <id>src</id>
+    <formats>
+        <format>tar.gz</format>
+    </formats>
+    <baseDirectory>qpid-java-${project.version}</baseDirectory>
+    <fileSets>
+        <fileSet>
+            <directory>${project.basedir}/..</directory>
+            <outputDirectory>/</outputDirectory>
+            <useDefaultExcludes>true</useDefaultExcludes>
+            <includes>
+                <include>**/pom.xml</include>
+                <include>**/README.txt</include>
+                <include>**/LICENSE</include>
+                <include>**/NOTICE</include>
+                <include>**/src/**</include>
+                <include>**/bin/*</include>
+                <include>**/etc/**</include>
+                <include>**/*.iml</include>
+                <include>/specs/*</include>
+                <include>/test-profiles/**</include>
+                <include>/common/*.tpl</include>
+                <include>/common/*.py</include>
+                <include>/common/*.xml</include>
+                <include>/common/*.txt</include>
+                <include>/common/templates/**</include>
+                <include>/common/mllib/**</include>
+                <include>/common/codegen</include>
+                <include>/common/build-generate-sources.xml</include>
+                <include>/broker-core/build-generate-sources.xml</include>
+                <include>/broker/python-test.xml</include>
+                <include>/broker/scripts/*</include>
+                <include>/jca/example/*.xml</include>
+                <include>/jca/example/*.txt</include>
+                <include>/jca/example/conf/*</include>
+                <include>/jca/*.txt</include>
+            </includes>
+            <excludes>
+                <exclude>**/*.log</exclude>
+                <exclude>**/${project.build.directory}/**</exclude>
+            </excludes>
+        </fileSet>
+    </fileSets>
+
+</assembly>



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