debian/0000755000000000000000000000000011651154672007176 5ustar debian/rules0000755000000000000000000000144111650642532010252 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar DEB_ANT_BUILDFILE := debian/build.xml DEB_JARS := $(JAVA_HOME)/jre/lib/rt servlet-api-2.5 junit dom4j \ gnu-getopt glassfish-ejb-api jboss-xml-binding jboss-microcontainer \ jboss-common ALL_JARS = $(wildcard *.jar) DEST_DIR = $(DEB_DESTDIR)/usr/share/java install/libjboss-web-services-java:: for jar in $(ALL_JARS); do \ BASENAME=`basename $$jar .jar`; \ FULLNAME=$$BASENAME-$(DEB_UPSTREAM_VERSION).jar; \ install -m 644 -D $$jar $(DEST_DIR)/$$FULLNAME; \ ln -s $$FULLNAME $(DEST_DIR)/$$BASENAME.jar; \ done get-orig-source: sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION) debian/control0000644000000000000000000000214611650642532010600 0ustar Source: libjboss-web-services-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: cdbs, debhelper (>= 6) Build-Depends-Indep: ant, default-jdk, junit, libservlet2.5-java, libjboss-common-java, libjboss-xml-binding-java, libdom4j-java, libjboss-microcontainer-java, glassfish-javaee, libgetopt-java Standards-Version: 3.9.2 Homepage: http://labs.jboss.com/jbossws/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-web-services-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-web-services-java Package: libjboss-web-services-java Architecture: all Depends: ${misc:Depends} Description: JBoss Web Services (JBossWS) JBossWS is a JAX-WS compliant web service stack developed to be part of JBoss' Java EE5 offering. JAX-WS brings to web services what EJB3 brings to EJB. With its greatly simplified programming model and functional enhancements it is desigend to take the place of previous JAX-RPC web service implementations. debian/build.xml0000644000000000000000000000325411107401123011001 0ustar debian/copyright0000644000000000000000000001465210755365322011141 0ustar This package was debianized by Varun Hiremath on Tue, 24 Apr 2007 17:19:10 +0530. It was downloaded from http://labs.jboss.com/jbossws/ Upstream Author: JBoss Inc. Copyright: (C) 2002 The Werken Company. All Rights Reserved. (C) 2005-2007 JBoss Inc., and individual contributors as indicated (C) 2006, Red Hat Middleware LLC, and individual contributors (c) 1999 The Apache Software Foundation Authors: Alejandro Guizar Alessio Soldano Alexey Loubyansky Andy Clark, IBM Anil Saldhana Bill Burke Bob Mcwhirter Darran Lofthouse Heiko Braun Jason T. Greene Magesh Kumar B Rahul Sharma, Roberto Chinnici (javadoc) Richard Opalka Scott Stark Stefano Maestri Thomas Diesler License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. On Debian systems, full text of the LGPL license can be found at `/usr/share/common-licenses/LGPL'. -------- File: jbossws-native/org/jboss/ws/core/utils/JarUrlConnection.java Copyright: 2002 (C) The Werken Company. All Rights Reserved. License: Redistribution and use of this software and associated documentation ("Software"), with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain copyright statements and notices. Redistributions must also contain a copy of this document. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "classworlds" must not be used to endorse or promote products derived from this Software without prior written permission of The Werken Company. For written permission, please contact bob@werken.com. 4. Products derived from this Software may not be called "classworlds" nor may "classworlds" appear in their names without prior written permission of The Werken Company. "classworlds" is a registered trademark of The Werken Company. 5. Due credit should be given to The Werken Company. (http://classworlds.werken.com/). THIS SOFTWARE IS PROVIDED BY THE WERKEN COMPANY AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE WERKEN COMPANY OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ---------- Files: jbossws-common/org/jboss/wsf/common/DOMWriter.java jbossws-native/org/jboss/ws/soap/SOAPConnectionFactoryImpl.java jbossws-native/org/jboss/ws/core/utils/HolderUtils.java jbossws-native/org/jboss/ws/core/soap/SOAPConnectionFactoryImpl.java Copyright: (c) 1999 The Apache Software Foundation. License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The end-user documentation included with the redistribution, if any, must include the following acknowlegement: "This product includes software developed by the Apache Software Foundation (http://www.apache.org/)." Alternately, this acknowlegement may appear in the software itself, if and wherever such third-party acknowlegements normally appear. 4. The names "The Jakarta Project", "Tomcat", and "Apache Software Foundation" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact apache@apache.org. 5. Products derived from this software may not be called "Apache" nor may "Apache" appear in their names without prior written permission of the Apache Group. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Debian packaging is (C) 2007, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/compat0000644000000000000000000000000210755231723010371 0ustar 6 debian/source/0000755000000000000000000000000011651154672010476 5ustar debian/source/format0000644000000000000000000000001411620316271011673 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000130211107401123011233 0ustar #!/bin/sh set -e TAR=../libjboss-web-services-java_$1.orig.tar.gz DIR=libjboss-web-services-java-$1.orig REVISION=`echo $1 | sed -e 's/.*svn//'` # clean up the upstream tarball mkdir $DIR (cd $DIR;\ svn export -r $REVISION http://anonsvn.jboss.org/repos/jbossws/common/trunk/src/main/java jbossws-common; svn export -r $REVISION http://anonsvn.jboss.org/repos/jbossws/spi/trunk/src/main/java jbossws-spi; svn export -r $REVISION http://anonsvn.jboss.org/repos/jbossws/stack/native/trunk/src/main/java jbossws-native) GZIP=--best tar -c -z -f $TAR $DIR rm -rf $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/ant.properties0000644000000000000000000000040210755231723012067 0ustar project.name=jbossws class.dir=classes source.dir=. jbossws-common.dir=jbossws-common jbossws-spi.dir=jbossws-spi jbossws-native.dir=jbossws-native jbossws-common.jar=jbossws-common.jar jbossws-spi.jar=jbossws-spi.jar jbossws-native.jar=jbossws-native.jar debian/changelog0000644000000000000000000000307611651154655011057 0ustar libjboss-web-services-java (0.0+svn5660+dak2-3) unstable; urgency=low * Team upload. * Switch to default-jdk. (Closes: #643526). * Bump Standards-Version to 3.9.2. No changes were required. -- Miguel Landaeta Sat, 22 Oct 2011 18:02:15 -0430 libjboss-web-services-java (0.0+svn5660+dak2-2) unstable; urgency=low * Change Section: java. * Clean up Depends. * Switch to source format 3.0. -- Torsten Werner Tue, 09 Aug 2011 22:44:05 +0200 libjboss-web-services-java (0.0+svn5660+dak2-1) unstable; urgency=low * Fix the source tarball (Closes: #508938) * Remove quilt dependency since there are no patches -- Varun Hiremath Thu, 25 Dec 2008 14:45:11 -0500 libjboss-web-services-java (0.0+svn5660+dak1-1) unstable; urgency=low * Move package to main. * Switch to libservlet2.5-java. -- Torsten Werner Tue, 18 Nov 2008 21:32:33 +0100 libjboss-web-services-java (0.0+svn5660-3) unstable; urgency=low * Switch to openjdk-6 for building the package. * Bump up Standards-Version: 3.8.0 (no changes). * Do no longer build jboss-native. -- Torsten Werner Fri, 14 Nov 2008 23:56:09 +0100 libjboss-web-services-java (0.0+svn5660-2) unstable; urgency=low * debian/rules: remove jboss-dependency from DEB_JARS -- Varun Hiremath Wed, 23 Apr 2008 15:02:57 +0530 libjboss-web-services-java (0.0+svn5660-1) unstable; urgency=low * Initial release (Closes: #450616) -- Varun Hiremath Sat, 16 Feb 2008 01:27:07 +0530