packages (DEVEL): tomcat/tomcat.spec - webservices can be built against any...

pawelz pawelz at pld-linux.org
Tue Aug 18 17:10:13 CEST 2009


Author: pawelz                       Date: Tue Aug 18 15:10:13 2009 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- webservices can be built against any jsr109 implementation, but ant excepts
  jsr109 library filename to be wsdl4j.jar

---- Files affected:
packages/tomcat:
   tomcat.spec (1.124.2.14 -> 1.124.2.15) 

---- Diffs:

================================================================
Index: packages/tomcat/tomcat.spec
diff -u packages/tomcat/tomcat.spec:1.124.2.14 packages/tomcat/tomcat.spec:1.124.2.15
--- packages/tomcat/tomcat.spec:1.124.2.14	Tue Aug 18 14:45:27 2009
+++ packages/tomcat/tomcat.spec	Tue Aug 18 17:10:08 2009
@@ -220,7 +220,7 @@
 mkdir -p output/extras/webservices
 
 ln -s %{_javadir}/geronimo-spec-jaxrpc.jar output/extras/webservices/jaxrpc.jar
-ln -s %{_javadir}/jsr109.jar output/extras/webservices/jsr109.jar
+ln -s %{_javadir}/jsr109.jar output/extras/webservices/wsdl4j.jar
 
 %ant -f extras.xml webservices
 %endif
@@ -415,6 +415,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.124.2.15  2009/08/18 15:10:08  pawelz
+- webservices can be built against any jsr109 implementation, but ant excepts
+  jsr109 library filename to be wsdl4j.jar
+
 Revision 1.124.2.14  2009/08/18 12:45:27  pawelz
 - webservices subpackage requires any JSR-109 implementation.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tomcat/tomcat.spec?r1=1.124.2.14&r2=1.124.2.15&f=u



More information about the pld-cvs-commit mailing list