Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Commit

Permalink
Removed dependency to msv/xsdlib. (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Grigoriadi <roman.grigoriadi@oracle.com>
  • Loading branch information
bravehorsie authored and yaminikb committed Apr 26, 2018
1 parent 11bda07 commit 5968fce
Show file tree
Hide file tree
Showing 44 changed files with 797 additions and 115 deletions.
4 changes: 1 addition & 3 deletions jaxrpc-ri/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
Copyright 1997-2018 Sun Microsystems, Inc. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -145,7 +145,6 @@
<property name="saaj-api.jar" value="${lib.home}/saaj-api.jar"/>
<property name="saaj-impl.jar" value="${lib.home}/saaj-impl.jar"/>
<property name="relaxngDatatype.jar" value="${lib.home}/relaxngDatatype.jar"/>
<property name="xsdlib.jar" value="${lib.home}/xsdlib.jar"/>
<property name="jax-qname.jar" value="${lib.home}/jax-qname.jar"/>
<property name="ant.jar" value="${lib.home}/ant.jar"/>
<property name="jcert.jar" value="${lib.home}/jcert.jar"/>
Expand Down Expand Up @@ -187,7 +186,6 @@
<pathelement location="${saaj-impl.jar}"/>
<pathelement location="${jaxrpc-api.jar}"/>
<pathelement location="${relaxngDatatype.jar}"/>
<pathelement location="${xsdlib.jar}"/>
<pathelement location="${jax-qname.jar}"/>
<pathelement location="${ant.jar}"/>
<pathelement location="${jcert.jar}"/>
Expand Down
2 changes: 1 addition & 1 deletion jaxrpc-ri/etc/bin/wscompile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ goto setArgs

setlocal

set CLASSPATH=.;%JAXRPC_HOME%\lib\jaxrpc-impl.jar;%JAXRPC_HOME%\lib\jaxrpc-api.jar;%JAXRPC_HOME%\lib\jaxrpc-spi.jar;%JAXRPC_HOME%\lib\activation.jar;%JAXRPC_HOME%\lib\saaj-api.jar;%JAXRPC_HOME%\lib\saaj-impl.jar;%JAXRPC_HOME%\lib\mail.jar;%JAXRPC_HOME%\lib\jaxp-api.jar;%JAXRPC_HOME%\lib\dom.jar;%JAXRPC_HOME%\lib\sax.jar;%JAXRPC_HOME%\lib\xalan.jar;%JAXRPC_HOME%\lib\xercesImpl.jar;%JAXRPC_HOME%\lib\jax-qname.jar;%JAXRPC_HOME%\lib\relaxngDatatype.jar;%JAXRPC_HOME%\lib\xsdlib.jar;%JAXRPC_HOME%\lib\jcert.jar;%JAXRPC_HOME%\lib\jnet.jar;%JAXRPC_HOME%\lib\jsse.jar;%JAVA_HOME%\lib\tools.jar
set CLASSPATH=.;%JAXRPC_HOME%\lib\jaxrpc-impl.jar;%JAXRPC_HOME%\lib\jaxrpc-api.jar;%JAXRPC_HOME%\lib\jaxrpc-spi.jar;%JAXRPC_HOME%\lib\activation.jar;%JAXRPC_HOME%\lib\saaj-api.jar;%JAXRPC_HOME%\lib\saaj-impl.jar;%JAXRPC_HOME%\lib\mail.jar;%JAXRPC_HOME%\lib\jaxp-api.jar;%JAXRPC_HOME%\lib\dom.jar;%JAXRPC_HOME%\lib\sax.jar;%JAXRPC_HOME%\lib\xalan.jar;%JAXRPC_HOME%\lib\xercesImpl.jar;%JAXRPC_HOME%\lib\jax-qname.jar;%JAXRPC_HOME%\lib\relaxngDatatype.jar;%JAXRPC_HOME%\lib\jcert.jar;%JAXRPC_HOME%\lib\jnet.jar;%JAXRPC_HOME%\lib\jsse.jar;%JAVA_HOME%\lib\tools.jar

%JAVA_HOME%\bin\java -cp "%CLASSPATH%" com.sun.xml.rpc.tools.wscompile.Main %CMD_LINE_ARGS%

Expand Down
4 changes: 2 additions & 2 deletions jaxrpc-ri/etc/bin/wscompile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
# Copyright 1997-2018 Sun Microsystems, Inc. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -47,7 +47,7 @@ if [ -z "$JAXRPC_HOME" ]; then
fi


CLASSPATH=.:$JAXRPC_HOME/lib/jaxrpc-impl.jar:$JAXRPC_HOME/lib/jaxrpc-api.jar:$JAXRPC_HOME/lib/jaxrpc-spi.jar:$JAXRPC_HOME/lib/activation.jar:$JAXRPC_HOME/lib/saaj-api.jar:$JAXRPC_HOME/lib/saaj-impl.jar:$JAXRPC_HOME/lib/mail.jar:$JAXRPC_HOME/lib/jaxp-api.jar:$JAXRPC_HOME/lib/dom.jar:$JAXRPC_HOME/lib/sax.jar:$JAXRPC_HOME/lib/xalan.jar:$JAXRPC_HOME/lib/xercesImpl.jar:$JAXRPC_HOME/lib/jcert.jar:$JAXRPC_HOME/lib/jnet.jar:$JAXRPC_HOME/lib/jsse.jar:$JAVA_HOME/lib/tools.jar:$JAXRPC_HOME/lib/jax-qname.jar:$JAXRPC_HOME/lib/relaxngDatatype.jar:$JAXRPC_HOME/lib/xsdlib.jar
CLASSPATH=.:$JAXRPC_HOME/lib/jaxrpc-impl.jar:$JAXRPC_HOME/lib/jaxrpc-api.jar:$JAXRPC_HOME/lib/jaxrpc-spi.jar:$JAXRPC_HOME/lib/activation.jar:$JAXRPC_HOME/lib/saaj-api.jar:$JAXRPC_HOME/lib/saaj-impl.jar:$JAXRPC_HOME/lib/mail.jar:$JAXRPC_HOME/lib/jaxp-api.jar:$JAXRPC_HOME/lib/dom.jar:$JAXRPC_HOME/lib/sax.jar:$JAXRPC_HOME/lib/xalan.jar:$JAXRPC_HOME/lib/xercesImpl.jar:$JAXRPC_HOME/lib/jcert.jar:$JAXRPC_HOME/lib/jnet.jar:$JAXRPC_HOME/lib/jsse.jar:$JAVA_HOME/lib/tools.jar:$JAXRPC_HOME/lib/jax-qname.jar:$JAXRPC_HOME/lib/relaxngDatatype.jar

$JAVA_HOME/bin/java -cp "$CLASSPATH" com.sun.xml.rpc.tools.wscompile.Main "$@"

Expand Down
2 changes: 1 addition & 1 deletion jaxrpc-ri/etc/bin/wsdeploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ goto setArgs

setlocal

set CLASSPATH=.;%JAXRPC_HOME%\lib\jaxrpc-impl.jar;%JAXRPC_HOME%\lib\jaxrpc-api.jar;%JAXRPC_HOME%\lib\jaxrpc-spi.jar;%JAXRPC_HOME%\lib\activation.jar;%JAXRPC_HOME%\lib\saaj-api.jar;%JAXRPC_HOME%\lib\saaj-impl.jar;%JAXRPC_HOME%\lib\mail.jar;%JAXRPC_HOME%\lib\jaxp-api.jar;%JAXRPC_HOME%\lib\dom.jar;%JAXRPC_HOME%\lib\sax.jar;%JAXRPC_HOME%\lib\xalan.jar;%JAXRPC_HOME%\lib\xercesImpl.jar;%JAXRPC_HOME%\lib\jcert.jar;%JAXRPC_HOME%\lib\jnet.jar;%JAXRPC_HOME%\lib\jsse.jar;%JAXRPC_HOME%\lib\jax-qname.jar;%JAXRPC_HOME%\lib\relaxngDatatype.jar;%JAXRPC_HOME%\lib\xsdlib.jar;%JAVA_HOME%\lib\tools.jar
set CLASSPATH=.;%JAXRPC_HOME%\lib\jaxrpc-impl.jar;%JAXRPC_HOME%\lib\jaxrpc-api.jar;%JAXRPC_HOME%\lib\jaxrpc-spi.jar;%JAXRPC_HOME%\lib\activation.jar;%JAXRPC_HOME%\lib\saaj-api.jar;%JAXRPC_HOME%\lib\saaj-impl.jar;%JAXRPC_HOME%\lib\mail.jar;%JAXRPC_HOME%\lib\jaxp-api.jar;%JAXRPC_HOME%\lib\dom.jar;%JAXRPC_HOME%\lib\sax.jar;%JAXRPC_HOME%\lib\xalan.jar;%JAXRPC_HOME%\lib\xercesImpl.jar;%JAXRPC_HOME%\lib\jcert.jar;%JAXRPC_HOME%\lib\jnet.jar;%JAXRPC_HOME%\lib\jsse.jar;%JAXRPC_HOME%\lib\jax-qname.jar;%JAXRPC_HOME%\lib\relaxngDatatype.jar;%JAVA_HOME%\lib\tools.jar

%JAVA_HOME%\bin\java -cp "%CLASSPATH%" com.sun.xml.rpc.tools.wsdeploy.Main %CMD_LINE_ARGS%

Expand Down
4 changes: 2 additions & 2 deletions jaxrpc-ri/etc/bin/wsdeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
# Copyright 1997-2018 Sun Microsystems, Inc. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -47,7 +47,7 @@ if [ -z "$JAXRPC_HOME" ]; then
fi


CLASSPATH=.:$JAXRPC_HOME/lib/jaxrpc-impl.jar:$JAXRPC_HOME/lib/jaxrpc-api.jar:$JAXRPC_HOME/lib/jaxrpc-spi.jar:$JAXRPC_HOME/lib/activation.jar:$JAXRPC_HOME/lib/saaj-api.jar:$JAXRPC_HOME/lib/saaj-impl.jar:$JAXRPC_HOME/lib/mail.jar:$JAXRPC_HOME/lib/jaxp-api.jar:$JAXRPC_HOME/lib/dom.jar:$JAXRPC_HOME/lib/sax.jar:$JAXRPC_HOME/lib/xalan.jar:$JAXRPC_HOME/lib/xercesImpl.jar:$JAXRPC_HOME/lib/jcert.jar:$JAXRPC_HOME/lib/jnet.jar:$JAXRPC_HOME/lib/jsse.jar:$JAXRPC_HOME/lib/jax-qname.jar:$JAXRPC_HOME/lib/relaxngDatatype.jar:$JAXRPC_HOME/lib/xsdlib.jar:$JAVA_HOME/lib/tools.jar
CLASSPATH=.:$JAXRPC_HOME/lib/jaxrpc-impl.jar:$JAXRPC_HOME/lib/jaxrpc-api.jar:$JAXRPC_HOME/lib/jaxrpc-spi.jar:$JAXRPC_HOME/lib/activation.jar:$JAXRPC_HOME/lib/saaj-api.jar:$JAXRPC_HOME/lib/saaj-impl.jar:$JAXRPC_HOME/lib/mail.jar:$JAXRPC_HOME/lib/jaxp-api.jar:$JAXRPC_HOME/lib/dom.jar:$JAXRPC_HOME/lib/sax.jar:$JAXRPC_HOME/lib/xalan.jar:$JAXRPC_HOME/lib/xercesImpl.jar:$JAXRPC_HOME/lib/jcert.jar:$JAXRPC_HOME/lib/jnet.jar:$JAXRPC_HOME/lib/jsse.jar:$JAXRPC_HOME/lib/jax-qname.jar:$JAXRPC_HOME/lib/relaxngDatatype.jar:$JAVA_HOME/lib/tools.jar

$JAVA_HOME/bin/java -cp "$CLASSPATH" com.sun.xml.rpc.tools.wsdeploy.Main "$@"

Expand Down
2 changes: 1 addition & 1 deletion jaxrpc-ri/etc/impl-manifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Implementation-Version: 1.1.3_01
Implementation-Vendor: Sun Microsystems Inc
Implementation-Vendor-Id: com.sun
Extension-Name: com.sun.xml.rpc
Class-Path: jaxrpc-spi.jar ../../private/share/lib/jaxrpc-spi.jar saaj-api.jar saaj-impl.jar jax-qname.jar namespace.jar relaxngDatatype.jar ../../private/share/lib/relaxngDatatype.jar xsdlib.jar ../../private/share/lib/xsdlib.jar FastInfoset.jar ../../../opt/SUNWjax/share/lib/FastInfoset.jar jsr173_api.jar
Class-Path: jaxrpc-spi.jar ../../private/share/lib/jaxrpc-spi.jar saaj-api.jar saaj-impl.jar jax-qname.jar namespace.jar relaxngDatatype.jar ../../private/share/lib/relaxngDatatype.jar FastInfoset.jar ../../../opt/SUNWjax/share/lib/FastInfoset.jar jsr173_api.jar

4 changes: 2 additions & 2 deletions jaxrpc-ri/hpux/wscompile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
# Copyright 1997-2018 Sun Microsystems, Inc. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -48,6 +48,6 @@ WEBSERVICES_LIB=`cd $bin_dir/../share/lib; pwd`
WEBSERVICES_PRIVATE_LIB=`cd $bin_dir/../private/share/lib; pwd`

# Set CLASSPATH
CLASSPATH=$WEBSERVICES_LIB/jaxrpc-impl.jar:$WEBSERVICES_LIB/jaxrpc-api.jar:$WEBSERVICES_PRIVATE_LIB/jaxrpc-spi.jar:$WEBSERVICES_LIB/activation.jar:$WEBSERVICES_LIB/saaj-api.jar:$WEBSERVICES_LIB/saaj-impl.jar:$WEBSERVICES_LIB/mail.jar:$WEBSERVICES_LIB/endorsed/dom.jar:$WEBSERVICES_LIB/endorsed/xalan.jar:$WEBSERVICES_LIB/endorsed/xercesImpl.jar:$WEBSERVICES_LIB/endorsed/lib/jaxp-api.jar:$WEBSERVICES_LIB/endorsed/sax.jar:$JAVA_HOME/lib/tools.jar:$WEBSERVICES_PRIVATE_LIB/relaxngDatatype.jar:$WEBSERVICES_PRIVATE_LIB/xsdlib.jar
CLASSPATH=$WEBSERVICES_LIB/jaxrpc-impl.jar:$WEBSERVICES_LIB/jaxrpc-api.jar:$WEBSERVICES_PRIVATE_LIB/jaxrpc-spi.jar:$WEBSERVICES_LIB/activation.jar:$WEBSERVICES_LIB/saaj-api.jar:$WEBSERVICES_LIB/saaj-impl.jar:$WEBSERVICES_LIB/mail.jar:$WEBSERVICES_LIB/endorsed/dom.jar:$WEBSERVICES_LIB/endorsed/xalan.jar:$WEBSERVICES_LIB/endorsed/xercesImpl.jar:$WEBSERVICES_LIB/endorsed/lib/jaxp-api.jar:$WEBSERVICES_LIB/endorsed/sax.jar:$JAVA_HOME/lib/tools.jar:$WEBSERVICES_PRIVATE_LIB/relaxngDatatype.jar

$JAVA_HOME/bin/java $WSCOMPILE_OPTS -classpath "$CLASSPATH" com.sun.xml.rpc.tools.wscompile.Main "$@"
4 changes: 2 additions & 2 deletions jaxrpc-ri/hpux/wsdeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
# Copyright 1997-2018 Sun Microsystems, Inc. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -48,6 +48,6 @@ WEBSERVICES_LIB=`cd $bin_dir/../share/lib; pwd`
WEBSERVICES_PRIVATE_LIB=`cd $bin_dir/../private/share/lib; pwd`

# Set CLASSPATH
CLASSPATH=.:$WEBSERVICES_LIB/jaxrpc-impl.jar:$WEBSERVICES_LIB/jaxrpc-api.jar:$WEBSERVICES_PRIVATE_LIB/jaxrpc-spi.jar:$WEBSERVICES_LIB/activation.jar:$WEBSERVICES_LIB/saaj-api.jar:$WEBSERVICES_LIB/saaj-impl.jar:$WEBSERVICES_LIB/mail.jar:$WEBSERVICES_LIB/endorsed/dom.jar:$WEBSERVICES_LIB/endorsed/xalan.jar:$WEBSERVICES_LIB/endorsed/xercesImpl.jar:$WEBSERVICES_LIB/endorsed/lib/jaxp-api.jar:$WEBSERVICES_LIB/endorsed/sax.jar:$WEBSERVICES_PRIVATE_LIB/relaxngDatatype.jar:$WEBSERVICES_PRIVATE_LIB/xsdlib.jar:$JAVA_HOME/lib/tools.jar
CLASSPATH=.:$WEBSERVICES_LIB/jaxrpc-impl.jar:$WEBSERVICES_LIB/jaxrpc-api.jar:$WEBSERVICES_PRIVATE_LIB/jaxrpc-spi.jar:$WEBSERVICES_LIB/activation.jar:$WEBSERVICES_LIB/saaj-api.jar:$WEBSERVICES_LIB/saaj-impl.jar:$WEBSERVICES_LIB/mail.jar:$WEBSERVICES_LIB/endorsed/dom.jar:$WEBSERVICES_LIB/endorsed/xalan.jar:$WEBSERVICES_LIB/endorsed/xercesImpl.jar:$WEBSERVICES_LIB/endorsed/lib/jaxp-api.jar:$WEBSERVICES_LIB/endorsed/sax.jar:$WEBSERVICES_PRIVATE_LIB/relaxngDatatype.jar:$JAVA_HOME/lib/tools.jar

$JAVA_HOME/bin/java $WSDEPLOY_OPTS -classpath "$CLASSPATH" com.sun.xml.rpc.tools.wsdeploy.Main "$@"
Binary file removed jaxrpc-ri/lib/xsdlib.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions jaxrpc-ri/maven/jaxrpc-impl.pom
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.xml.rpc</groupId>
<artifactId>jaxrpc-impl</artifactId>
<version>1.1.3_01</version>
<version>1.1.4_01</version>
<dependencies>

<dependency>
Expand All @@ -24,9 +24,9 @@
</dependency>

<dependency>
<groupId>org.jvnet.fastinfoset</groupId>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfoset</artifactId>
<version>1.0.2</version>
<version>1.2.13</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jaxrpc-ri/maven/jaxrpc-spi.pom
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.xml.rpc</groupId>
<artifactId>jaxrpc-spi</artifactId>
<version>1.1.3_01</version>
<version>1.1.4_01</version>
<dependencies>
<dependency>
<groupId>javax.xml</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jaxrpc-ri/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
Copyright 1997-2018 Sun Microsystems, Inc. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -109,7 +109,7 @@
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
<compilation-unit>
<package-root>src</package-root>
<classpath mode="compile">lib/activation.jar;lib/ant.jar;lib/dom.jar;lib/FastInfoset.jar;lib/jax-qname.jar;lib/jaxp-api.jar;lib/jaxrpc-api.jar;lib/jsr173_api.jar;lib/junit.jar;lib/mail.jar;lib/optional.jar;lib/relaxngDatatype.jar;lib/saaj-api.jar;lib/saaj-impl.jar;lib/sax.jar;lib/servlet.jar;lib/stax-utils.jar;lib/xalan.jar;lib/xercesImpl.jar;lib/xsdlib.jar</classpath>
<classpath mode="compile">lib/activation.jar;lib/ant.jar;lib/dom.jar;lib/FastInfoset.jar;lib/jax-qname.jar;lib/jaxp-api.jar;lib/jaxrpc-api.jar;lib/jsr173_api.jar;lib/junit.jar;lib/mail.jar;lib/optional.jar;lib/relaxngDatatype.jar;lib/saaj-api.jar;lib/saaj-impl.jar;lib/sax.jar;lib/servlet.jar;lib/stax-utils.jar;lib/xalan.jar;lib/xercesImpl.jar</classpath>
<source-level>1.5</source-level>
</compilation-unit>
<compilation-unit>
Expand Down
2 changes: 1 addition & 1 deletion jaxrpc-ri/pkg/SUNWxrpcrt/wscompile.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ bin_dir=`dirname $0`
WEBSERVICES_LIB=`cd $bin_dir/../share/lib; pwd`

# Set CLASSPATH
CLASSPATH=$WEBSERVICES_LIB/jaxrpc-impl.jar:$WEBSERVICES_LIB/jaxrpc-api.jar:$WEBSERVICES_LIB/jaxrpc-spi.jar:$WEBSERVICES_LIB/activation.jar:$WEBSERVICES_LIB/saaj-api.jar:$WEBSERVICES_LIB/saaj-impl.jar:$WEBSERVICES_LIB/mail.jar:$WEBSERVICES_LIB/endorsed/dom.jar:$WEBSERVICES_LIB/endorsed/xalan.jar:$WEBSERVICES_LIB/endorsed/xercesImpl.jar:$WEBSERVICES_LIB/endorsed/jaxp-api.jar:$WEBSERVICES_LIB/endorsed/sax.jar:$JAVA_HOME/lib/tools.jar:$WEBSERVICES_LIB/relaxngDatatype.jar:$WEBSERVICES_LIB/xsdlib.jar
CLASSPATH=$WEBSERVICES_LIB/jaxrpc-impl.jar:$WEBSERVICES_LIB/jaxrpc-api.jar:$WEBSERVICES_LIB/jaxrpc-spi.jar:$WEBSERVICES_LIB/activation.jar:$WEBSERVICES_LIB/saaj-api.jar:$WEBSERVICES_LIB/saaj-impl.jar:$WEBSERVICES_LIB/mail.jar:$WEBSERVICES_LIB/endorsed/dom.jar:$WEBSERVICES_LIB/endorsed/xalan.jar:$WEBSERVICES_LIB/endorsed/xercesImpl.jar:$WEBSERVICES_LIB/endorsed/jaxp-api.jar:$WEBSERVICES_LIB/endorsed/sax.jar:$JAVA_HOME/lib/tools.jar:$WEBSERVICES_LIB/relaxngDatatype.jar

$JAVA_HOME/bin/java $WSCOMPILE_OPTS -classpath "$CLASSPATH" com.sun.xml.rpc.tools.wscompile.Main "$@"
2 changes: 1 addition & 1 deletion jaxrpc-ri/pkg/SUNWxrpcrt/wsdeploy.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ bin_dir=`dirname $0`
WEBSERVICES_LIB=`cd $bin_dir/../share/lib; pwd`

# Set CLASSPATH
CLASSPATH=.:$WEBSERVICES_LIB/jaxrpc-impl.jar:$WEBSERVICES_LIB/jaxrpc-api.jar:$WEBSERVICES_LIB/jaxrpc-spi.jar:$WEBSERVICES_LIB/activation.jar:$WEBSERVICES_LIB/saaj-api.jar:$WEBSERVICES_LIB/saaj-impl.jar:$WEBSERVICES_LIB/mail.jar:$WEBSERVICES_LIB/endorsed/dom.jar:$WEBSERVICES_LIB/endorsed/xalan.jar:$WEBSERVICES_LIB/endorsed/xercesImpl.jar:$WEBSERVICES_LIB/endorsed/lib/jaxp-api.jar:$WEBSERVICES_LIB/endorsed/sax.jar:$WEBSERVICES_LIB/relaxngDatatype.jar:$WEBSERVICES_LIB/xsdlib.jar:$JAVA_HOME/lib/tools.jar
CLASSPATH=.:$WEBSERVICES_LIB/jaxrpc-impl.jar:$WEBSERVICES_LIB/jaxrpc-api.jar:$WEBSERVICES_LIB/jaxrpc-spi.jar:$WEBSERVICES_LIB/activation.jar:$WEBSERVICES_LIB/saaj-api.jar:$WEBSERVICES_LIB/saaj-impl.jar:$WEBSERVICES_LIB/mail.jar:$WEBSERVICES_LIB/endorsed/dom.jar:$WEBSERVICES_LIB/endorsed/xalan.jar:$WEBSERVICES_LIB/endorsed/xercesImpl.jar:$WEBSERVICES_LIB/endorsed/lib/jaxp-api.jar:$WEBSERVICES_LIB/endorsed/sax.jar:$WEBSERVICES_LIB/relaxngDatatype.jar:$JAVA_HOME/lib/tools.jar

$JAVA_HOME/bin/java $WSDEPLOY_OPTS -classpath "$CLASSPATH" com.sun.xml.rpc.tools.wsdeploy.Main "$@"
2 changes: 1 addition & 1 deletion jaxrpc-ri/rpm/wscompile.template
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ WEBSERVICES_LIB=%WEBSERVICES_LIB%
WEBSERVICES_PRIVATE_LIB=%WEBSERVICES_PRIVATE_LIB%

# Set CLASSPATH
CLASSPATH=$WEBSERVICES_LIB/jaxrpc-impl.jar:$WEBSERVICES_LIB/jaxrpc-api.jar:$WEBSERVICES_PRIVATE_LIB/jaxrpc-spi.jar:$WEBSERVICES_LIB/activation.jar:$WEBSERVICES_LIB/saaj-api.jar:$WEBSERVICES_LIB/saaj-impl.jar:$WEBSERVICES_LIB/mail.jar:$WEBSERVICES_LIB/endorsed/dom.jar:$WEBSERVICES_LIB/endorsed/xalan.jar:$WEBSERVICES_LIB/endorsed/xercesImpl.jar:$WEBSERVICES_LIB/endorsed/lib/jaxp-api.jar:$WEBSERVICES_LIB/endorsed/sax.jar:$JAVA_HOME/lib/tools.jar:$WEBSERVICES_PRIVATE_LIB/relaxngDatatype.jar:$WEBSERVICES_PRIVATE_LIB/xsdlib.jar
CLASSPATH=$WEBSERVICES_LIB/jaxrpc-impl.jar:$WEBSERVICES_LIB/jaxrpc-api.jar:$WEBSERVICES_PRIVATE_LIB/jaxrpc-spi.jar:$WEBSERVICES_LIB/activation.jar:$WEBSERVICES_LIB/saaj-api.jar:$WEBSERVICES_LIB/saaj-impl.jar:$WEBSERVICES_LIB/mail.jar:$WEBSERVICES_LIB/endorsed/dom.jar:$WEBSERVICES_LIB/endorsed/xalan.jar:$WEBSERVICES_LIB/endorsed/xercesImpl.jar:$WEBSERVICES_LIB/endorsed/lib/jaxp-api.jar:$WEBSERVICES_LIB/endorsed/sax.jar:$JAVA_HOME/lib/tools.jar:$WEBSERVICES_PRIVATE_LIB/relaxngDatatype.jar

$JAVA_HOME/bin/java $WSCOMPILE_OPTS -classpath "$CLASSPATH" com.sun.xml.rpc.tools.wscompile.Main "$@"
2 changes: 1 addition & 1 deletion jaxrpc-ri/rpm/wsdeploy.template
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ WEBSERVICES_LIB=%WEBSERVICES_LIB%
WEBSERVICES_PRIVATE_LIB=%WEBSERVICES_PRIVATE_LIB%

# Set CLASSPATH
CLASSPATH=.:$WEBSERVICES_LIB/jaxrpc-impl.jar:$WEBSERVICES_LIB/jaxrpc-api.jar:$WEBSERVICES_PRIVATE_LIB/jaxrpc-spi.jar:$WEBSERVICES_LIB/activation.jar:$WEBSERVICES_LIB/saaj-api.jar:$WEBSERVICES_LIB/saaj-impl.jar:$WEBSERVICES_LIB/mail.jar:$WEBSERVICES_LIB/endorsed/dom.jar:$WEBSERVICES_LIB/endorsed/xalan.jar:$WEBSERVICES_LIB/endorsed/xercesImpl.jar:$WEBSERVICES_LIB/endorsed/lib/jaxp-api.jar:$WEBSERVICES_LIB/endorsed/sax.jar:$WEBSERVICES_PRIVATE_LIB/relaxngDatatype.jar:$WEBSERVICES_PRIVATE_LIB/xsdlib.jar:$JAVA_HOME/lib/tools.jar
CLASSPATH=.:$WEBSERVICES_LIB/jaxrpc-impl.jar:$WEBSERVICES_LIB/jaxrpc-api.jar:$WEBSERVICES_PRIVATE_LIB/jaxrpc-spi.jar:$WEBSERVICES_LIB/activation.jar:$WEBSERVICES_LIB/saaj-api.jar:$WEBSERVICES_LIB/saaj-impl.jar:$WEBSERVICES_LIB/mail.jar:$WEBSERVICES_LIB/endorsed/dom.jar:$WEBSERVICES_LIB/endorsed/xalan.jar:$WEBSERVICES_LIB/endorsed/xercesImpl.jar:$WEBSERVICES_LIB/endorsed/lib/jaxp-api.jar:$WEBSERVICES_LIB/endorsed/sax.jar:$WEBSERVICES_PRIVATE_LIB/relaxngDatatype.jar:$JAVA_HOME/lib/tools.jar

$JAVA_HOME/bin/java $WSDEPLOY_OPTS -classpath "$CLASSPATH" com.sun.xml.rpc.tools.wsdeploy.Main "$@"
1 change: 0 additions & 1 deletion jaxrpc-ri/samples/AttachmentsSample/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ change only the container property and it's root
<property name="saaj-api.jar" value="${saajhome}/lib/saaj-api.jar"/>
<property name="saaj-impl.jar" value="${saajhome}/lib/saaj-impl.jar"/>
<property name="relaxngDatatype.jar" value="${jwsdpshared}/lib/relaxngDatatype.jar"/>
<property name="xsdlib.jar" value="${jwsdpshared}/lib/xsdlib.jar"/>
<property name="jax-qname.jar" value="${jaxrpchome}/lib/jax-qname.jar"/>
<property name="ant.jar" value="${jwsdphome}/apache-ant/lib/ant.jar"/>
<property name="sjsws.instance" value="localhost"/>
Expand Down
1 change: 0 additions & 1 deletion jaxrpc-ri/samples/AttachmentsSample/build.properties.jwsdp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ change only the container property and it's root
<property name="saaj-api.jar" value="${saajhome}/lib/saaj-api.jar"/>
<property name="saaj-impl.jar" value="${saajhome}/lib/saaj-impl.jar"/>
<property name="relaxngDatatype.jar" value="${jwsdpshared}/lib/relaxngDatatype.jar"/>
<property name="xsdlib.jar" value="${jwsdpshared}/lib/xsdlib.jar"/>
<property name="jax-qname.jar" value="${jaxrpchome}/lib/jax-qname.jar"/>
<property name="ant.jar" value="${jwsdphome}/apache-ant/lib/ant.jar"/>
<property name="sjsas.servlet.jar" value="${sjsas.root}/lib/j2ee.jar"/>
Expand Down
3 changes: 1 addition & 2 deletions jaxrpc-ri/samples/AttachmentsSample/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
Copyright 1997-2018 Sun Microsystems, Inc. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -72,7 +72,6 @@
<pathelement location="${saaj-api.jar}"/>
<pathelement location="${saaj-impl.jar}"/>
<pathelement location="${relaxngDatatype.jar}"/>
<pathelement location="${xsdlib.jar}"/>
<pathelement location="${jax-qname.jar}"/>
<pathelement location="${ant.jar}"/>
<pathelement location="${samplesbuild}/${appname}/classes/util"/>
Expand Down
1 change: 0 additions & 1 deletion jaxrpc-ri/samples/HelloWorld/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jaxrpc-spi.jar=${jaxrpchome}/lib/jaxrpc-spi.jar
saaj-api.jar=${saajhome}/lib/saaj-api.jar
saaj-impl.jar=${saajhome}/lib/saaj-impl.jar
relaxngDatatype.jar=${jwsdpshared}/lib/relaxngDatatype.jar
xsdlib.jar=${jwsdpshared}/lib/xsdlib.jar
jax-qname.jar=${jwsdpshared}/lib/jax-qname.jar
junit.jar=${jwsdpshared}/lib/junit.jar
ant.jar=${jwsdphome}/apache-ant/lib/ant.jar
Expand Down
Loading

0 comments on commit 5968fce

Please sign in to comment.