remove defunct config
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/05e4db55 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/05e4db55 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/05e4db55 Branch: refs/heads/master Commit: 05e4db5587f0d8a57756739e934e8f4d3edfcbda Parents: 77bfaa2 Author: Robert Gemmell <[email protected]> Authored: Thu Feb 5 13:06:09 2015 +0000 Committer: Robert Gemmell <[email protected]> Committed: Thu Feb 5 13:06:09 2015 +0000 ---------------------------------------------------------------------- qpid-jms-examples/pom.xml | 20 -------- .../src/main/assembly/qpid-jms-examples-src.xml | 48 -------------------- 2 files changed, 68 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/05e4db55/qpid-jms-examples/pom.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml index d517567..7aa322a 100644 --- a/qpid-jms-examples/pom.xml +++ b/qpid-jms-examples/pom.xml @@ -50,26 +50,6 @@ <skip>true</skip> </configuration> </plugin> -<!-- - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptors> - <descriptor>src/main/assembly/qpid-jms-examples-src.xml</descriptor> - </descriptors> - </configuration> - <executions> - <execution> - <id>make-assembly</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - </execution> - </executions> - </plugin> ---> </plugins> </build> http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/05e4db55/qpid-jms-examples/src/main/assembly/qpid-jms-examples-src.xml ---------------------------------------------------------------------- diff --git a/qpid-jms-examples/src/main/assembly/qpid-jms-examples-src.xml b/qpid-jms-examples/src/main/assembly/qpid-jms-examples-src.xml deleted file mode 100644 index eabed50..0000000 --- a/qpid-jms-examples/src/main/assembly/qpid-jms-examples-src.xml +++ /dev/null @@ -1,48 +0,0 @@ -<?xml version='1.0'?> -<!-- - - 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 xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> - <id>src</id> - <formats> - <format>tar.gz</format> - </formats> - <baseDirectory>qpid-jms-examples-${project.version}</baseDirectory> - <fileSets> - <fileSet> - <directory>src</directory> - <outputDirectory>src</outputDirectory> - <fileMode>0644</fileMode> - <directoryMode>0755</directoryMode> - </fileSet> - <fileSet> - <outputDirectory>/</outputDirectory> - <includes> - <include>pom.xml</include> - <include>README.txt</include> - </includes> - <fileMode>0644</fileMode> - <directoryMode>0755</directoryMode> - </fileSet> - </fileSets> -</assembly> - --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
