Author: veithen
Date: Mon Mar  1 23:28:44 2010
New Revision: 917794

URL: http://svn.apache.org/viewvc?rev=917794&view=rev
Log:
This should actually be a simple JAR project, not a WAR.

Modified:
    cxf/sandbox/veithen/cxf-spring-security/samples/jax-ws-jms-sample/pom.xml

Modified: 
cxf/sandbox/veithen/cxf-spring-security/samples/jax-ws-jms-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/sandbox/veithen/cxf-spring-security/samples/jax-ws-jms-sample/pom.xml?rev=917794&r1=917793&r2=917794&view=diff
==============================================================================
--- cxf/sandbox/veithen/cxf-spring-security/samples/jax-ws-jms-sample/pom.xml 
(original)
+++ cxf/sandbox/veithen/cxf-spring-security/samples/jax-ws-jms-sample/pom.xml 
Mon Mar  1 23:28:44 2010
@@ -29,7 +29,7 @@
     </parent>
     <artifactId>jax-ws-jms-sample</artifactId>
     <name>CXF - Spring Security integration :: Samples :: JAX-WS with 
SOAP/JMS</name>
-    <packaging>war</packaging>
+    <packaging>jar</packaging>
     
     <dependencies>
         <dependency>


Reply via email to