You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ch...@apache.org on 2007/06/12 19:52:08 UTC

svn commit: r546574 - in /activemq/camel/trunk: camel-core/src/test/resources/META-INF/ components/camel-spring/src/test/resources/META-INF/ examples/camel-example-jms-file/

Author: chirino
Date: Tue Jun 12 10:52:07 2007
New Revision: 546574

URL: http://svn.apache.org/viewvc?view=rev&rev=546574
Log:
- Notice and Licence files were missing from the final -test.jar artifacts.
- no need to generate a test-jar in camel-example-jms-file module.


Added:
    activemq/camel/trunk/camel-core/src/test/resources/META-INF/
    activemq/camel/trunk/camel-core/src/test/resources/META-INF/LICENSE.txt
      - copied unchanged from r546543, activemq/camel/trunk/LICENSE.txt
    activemq/camel/trunk/camel-core/src/test/resources/META-INF/NOTICE.txt
      - copied unchanged from r546543, activemq/camel/trunk/NOTICE.txt
    activemq/camel/trunk/components/camel-spring/src/test/resources/META-INF/
    activemq/camel/trunk/components/camel-spring/src/test/resources/META-INF/LICENSE.txt
      - copied unchanged from r546543, activemq/camel/trunk/LICENSE.txt
    activemq/camel/trunk/components/camel-spring/src/test/resources/META-INF/NOTICE.txt
      - copied unchanged from r546543, activemq/camel/trunk/NOTICE.txt
Modified:
    activemq/camel/trunk/examples/camel-example-jms-file/pom.xml

Modified: activemq/camel/trunk/examples/camel-example-jms-file/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-jms-file/pom.xml?view=diff&rev=546574&r1=546573&r2=546574
==============================================================================
--- activemq/camel/trunk/examples/camel-example-jms-file/pom.xml (original)
+++ activemq/camel/trunk/examples/camel-example-jms-file/pom.xml Tue Jun 12 10:52:07 2007
@@ -56,22 +56,4 @@
     </dependency>
   </dependencies>
 
-
-  <build>
-    <plugins>
-      <!-- generate the attached tests jar -->
-      <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-
-    </plugins>
-  </build>
-
 </project>