JBossWS SVN: r4469 - stack/native/branches/dlofthouse.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2007-08-22 08:27:09 -0400 (Wed, 22 Aug 2007)
New Revision: 4469
Added:
stack/native/branches/dlofthouse/JBWS-1792/
Log:
Working area for Jira issue.
Copied: stack/native/branches/dlofthouse/JBWS-1792 (from rev 4468, stack/native/branches/native-2.0)
17 years, 4 months
JBossWS SVN: r4468 - stack/native/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-22 08:00:44 -0400 (Wed, 22 Aug 2007)
New Revision: 4468
Modified:
stack/native/trunk/ant-import/macros-deploy-native.xml
Log:
Remove deployment of jboss50 integration
Modified: stack/native/trunk/ant-import/macros-deploy-native.xml
===================================================================
--- stack/native/trunk/ant-import/macros-deploy-native.xml 2007-08-22 12:00:39 UTC (rev 4467)
+++ stack/native/trunk/ant-import/macros-deploy-native.xml 2007-08-22 12:00:44 UTC (rev 4468)
@@ -94,7 +94,6 @@
<include name="jboss-jaxws.jar"/>
<include name="jboss-saaj.jar"/>
<include name="jbossws-client.jar"/>
- <include name="jbossws-jboss50.jar"/>
<include name="policy.jar"/>
<include name="stax-ex.jar"/>
<include name="streambuffer.jar"/>
17 years, 4 months
JBossWS SVN: r4467 - stack/cxf/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-22 08:00:39 -0400 (Wed, 22 Aug 2007)
New Revision: 4467
Modified:
stack/cxf/trunk/ant-import/macros-deploy-xfire.xml
Log:
Remove deployment of jboss50 integration
Modified: stack/cxf/trunk/ant-import/macros-deploy-xfire.xml
===================================================================
--- stack/cxf/trunk/ant-import/macros-deploy-xfire.xml 2007-08-22 12:00:32 UTC (rev 4466)
+++ stack/cxf/trunk/ant-import/macros-deploy-xfire.xml 2007-08-22 12:00:39 UTC (rev 4467)
@@ -27,7 +27,6 @@
<!-- CLIENT JARS -->
<copy todir="${jboss50.home}/client" overwrite="true">
<fileset dir="@{thirdpartylibs}">
- <include name="jbossws-jboss50.jar"/>
<include name="jaxb-api.jar"/>
<include name="jaxb-impl.jar"/>
<include name="jaxb-xjc.jar"/>
@@ -52,7 +51,6 @@
<mkdir dir="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws-xfire.sar"/>
<unjar dest="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws-xfire.sar" src="@{stacklibs}/jbossws-xfire50.sar"/>
- <!-- Deploy juddi-service.sar -->
<mkdir dir="${jboss50.home}/server/${jboss.server.instance}/deploy/juddi-service.sar"/>
<unzip dest="${jboss50.home}/server/${jboss.server.instance}/deploy/juddi-service.sar" src="@{thirdpartylibs}/juddi-service.sar"/>
</sequential>
@@ -67,7 +65,6 @@
<fileset dir="${jboss50.home}/client">
<include name="jbossws-framework.jar"/>
<include name="jbossws-spi.jar"/>
- <include name="jbossws-jboss50.jar"/>
</fileset>
<!-- BOOTSTRAP JARS -->
@@ -78,14 +75,12 @@
<!--SERVER JARS -->
<fileset dir="${jboss50.home}/server/${jboss.server.instance}/lib">
- <include name="jbossws-jboss50.jar"/>
<include name="jaxws-api-${cxf.jaxws.api}.jar"/>
<include name="saaj-api-${cxf.saaj}.jar"/>
</fileset>
</delete>
<delete dir="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws-xfire.sar"/>
- <!-- Undeploy juddi-service.sar -->
<delete dir="${jboss50.home}/server/${jboss.server.instance}/deploy/juddi-service.sar"/>
</sequential>
</macrodef>
@@ -123,7 +118,6 @@
<mkdir dir="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws-xfire.sar"/>
<unjar dest="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws-xfire.sar" src="@{stacklibs}/jbossws-xfire42.sar"/>
- <!-- Deploy juddi-service.sar -->
<mkdir dir="${jboss42.home}/server/${jboss.server.instance}/deploy/juddi-service.sar"/>
<unzip dest="${jboss42.home}/server/${jboss.server.instance}/deploy/juddi-service.sar" src="@{thirdpartylibs}/juddi-service.sar"/>
</sequential>
@@ -147,7 +141,6 @@
</delete>
<delete dir="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws-xfire.sar"/>
- <!-- Undeploy juddi-service.sar -->
<delete dir="${jboss42.home}/server/${jboss.server.instance}/deploy/juddi-service.sar"/>
</sequential>
</macrodef>
17 years, 4 months
JBossWS SVN: r4466 - stack/metro/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-22 08:00:32 -0400 (Wed, 22 Aug 2007)
New Revision: 4466
Modified:
stack/metro/trunk/ant-import/macros-deploy-sunri.xml
Log:
Remove deployment of jboss50 integration
Modified: stack/metro/trunk/ant-import/macros-deploy-sunri.xml
===================================================================
--- stack/metro/trunk/ant-import/macros-deploy-sunri.xml 2007-08-22 11:56:35 UTC (rev 4465)
+++ stack/metro/trunk/ant-import/macros-deploy-sunri.xml 2007-08-22 12:00:32 UTC (rev 4466)
@@ -29,7 +29,6 @@
<include name="jbossws-sunri-client.jar"/>
</fileset>
<fileset dir="@{thirdpartylibs}">
- <include name="jbossws-jboss50.jar"/>
<include name="jaxb-api.jar"/>
<include name="jaxb-impl.jar"/>
<include name="jaxb-xjc.jar"/>
@@ -55,18 +54,14 @@
<!--SERVER JARS -->
<copy todir="${jboss50.home}/server/${jboss.server.instance}/lib" overwrite="true">
<fileset dir="@{thirdpartylibs}">
- <include name="jbossws-jboss50.jar"/>
<include name="jaxws-api.jar"/>
<include name="jsr181-api.jar"/>
<include name="saaj-api.jar"/>
</fileset>
</copy>
- <mkdir dir="${jboss50.home}/server/${jboss.server.instance}/deployers/jbossws.deployer"/>
- <unzip dest="${jboss50.home}/server/${jboss.server.instance}/deployers/jbossws.deployer" src="@{thirdpartylibs}/jbossws-jboss50-deployer.zip"/>
<mkdir dir="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws-sunri.sar"/>
<unjar dest="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws-sunri.sar" src="@{stacklibs}/jbossws-sunri50.sar"/>
- <!-- Deploy juddi-service.sar -->
<mkdir dir="${jboss50.home}/server/${jboss.server.instance}/deploy/juddi-service.sar"/>
<unzip dest="${jboss50.home}/server/${jboss.server.instance}/deploy/juddi-service.sar" src="@{thirdpartylibs}/juddi-service.sar"/>
</sequential>
@@ -90,14 +85,11 @@
<include name="jsr181-api.jar"/>
<include name="saaj-api.jar"/>
<include name="saaj-impl.jar"/>
-
- <include name="jbossws-jboss50.jar"/>
<include name="jbossws-sunri-client.jar"/>
</fileset>
<!-- SERVER JARS -->
<fileset dir="${jboss50.home}/server/${jboss.server.instance}/lib">
- <include name="jbossws-jboss50.jar"/>
<include name="jaxws-api.jar"/>
<include name="jsr181-api.jar"/>
<include name="saaj-api.jar"/>
@@ -105,7 +97,6 @@
</delete>
<delete dir="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws-sunri.sar"/>
- <!-- Undeploy juddi-service.sar -->
<delete dir="${jboss50.home}/server/${jboss.server.instance}/deploy/juddi-service.sar"/>
</sequential>
</macrodef>
@@ -147,7 +138,6 @@
</copy>
<mkdir dir="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws-sunri.sar"/>
<unjar dest="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws-sunri.sar" src="@{stacklibs}/jbossws-sunri42.sar"/>
- <!-- Deploy juddi-service.sar -->
<mkdir dir="${jboss42.home}/server/${jboss.server.instance}/deploy/juddi-service.sar"/>
<unzip dest="${jboss42.home}/server/${jboss.server.instance}/deploy/juddi-service.sar" src="@{thirdpartylibs}/juddi-service.sar"/>
</sequential>
@@ -178,7 +168,6 @@
</fileset>
</delete>
<delete dir="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws-sunri.sar"/>
- <!-- Undeploy juddi-service.sar -->
<delete dir="${jboss42.home}/server/${jboss.server.instance}/deploy/juddi-service.sar"/>
</sequential>
</macrodef>
17 years, 4 months
JBossWS SVN: r4465 - stack/cxf/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-22 07:56:35 -0400 (Wed, 22 Aug 2007)
New Revision: 4465
Modified:
stack/cxf/trunk/ant-import/macros-deploy-xfire.xml
Log:
Remove deployment of jboss50 integration
Modified: stack/cxf/trunk/ant-import/macros-deploy-xfire.xml
===================================================================
--- stack/cxf/trunk/ant-import/macros-deploy-xfire.xml 2007-08-22 11:55:56 UTC (rev 4464)
+++ stack/cxf/trunk/ant-import/macros-deploy-xfire.xml 2007-08-22 11:56:35 UTC (rev 4465)
@@ -45,14 +45,11 @@
<!--SERVER JARS -->
<copy todir="${jboss50.home}/server/${jboss.server.instance}/lib" overwrite="true">
<fileset dir="@{thirdpartylibs}">
- <include name="jbossws-jboss50.jar"/>
<include name="jaxws-api-${cxf.jaxws.api}.jar"/>
<include name="saaj-api-${cxf.saaj}.jar"/>
</fileset>
</copy>
- <mkdir dir="${jboss50.home}/server/${jboss.server.instance}/deployers/jbossws.deployer"/>
- <unzip dest="${jboss50.home}/server/${jboss.server.instance}/deployers/jbossws.deployer" src="@{thirdpartylibs}/jbossws-jboss50-deployer.zip"/>
<mkdir dir="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws-xfire.sar"/>
<unjar dest="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws-xfire.sar" src="@{stacklibs}/jbossws-xfire50.sar"/>
<!-- Deploy juddi-service.sar -->
17 years, 4 months
JBossWS SVN: r4464 - stack/native/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-22 07:55:56 -0400 (Wed, 22 Aug 2007)
New Revision: 4464
Modified:
stack/native/trunk/ant-import/macros-deploy-native.xml
Log:
Remove deployment of jboss50 integration
Modified: stack/native/trunk/ant-import/macros-deploy-native.xml
===================================================================
--- stack/native/trunk/ant-import/macros-deploy-native.xml 2007-08-22 11:20:49 UTC (rev 4463)
+++ stack/native/trunk/ant-import/macros-deploy-native.xml 2007-08-22 11:55:56 UTC (rev 4464)
@@ -42,7 +42,6 @@
<include name="jaxb-xjc.jar"/>
<include name="jaxws-tools.jar"/>
<include name="jaxws-rt.jar"/>
- <include name="jbossws-jboss50.jar"/>
<include name="stax-ex.jar"/>
<include name="streambuffer.jar"/>
<include name="wsdl4j.jar"/>
@@ -64,8 +63,6 @@
</fileset>
</copy>
- <mkdir dir="${jboss50.home}/server/${jboss.server.instance}/deployers/jbossws.deployer"/>
- <unzip dest="${jboss50.home}/server/${jboss.server.instance}/deployers/jbossws.deployer" src="@{thirdpartylibs}/jbossws-jboss50-deployer.zip"/>
<mkdir dir="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws.sar"/>
<unjar dest="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws.sar" src="@{stacklibs}/jbossws-native50.sar"/>
<mkdir dir="${jboss50.home}/server/${jboss.server.instance}/deploy/juddi-service.sar"/>
17 years, 4 months
JBossWS SVN: r4463 - framework/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-22 07:20:49 -0400 (Wed, 22 Aug 2007)
New Revision: 4463
Modified:
framework/trunk/version.properties
Log:
Update versions
Modified: framework/trunk/version.properties
===================================================================
--- framework/trunk/version.properties 2007-08-22 11:17:49 UTC (rev 4462)
+++ framework/trunk/version.properties 2007-08-22 11:20:49 UTC (rev 4463)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=1.0.0.CR1
-repository.id=1.0.0.CR1
+version.id=2.1.0.DEV
+repository.id=snapshot
implementation.title=JBoss Web Services - Framework
implementation.url=http://www.jboss.org/products/jbossws
@@ -14,8 +14,8 @@
implementation.vendor.id=http://www.jboss.org
# Thirdparty library versions
-jbossws-common=1.0.0.CR1
-jbossws-spi=1.0.0.CR1
+jbossws-common=1.0.0.GA
+jbossws-spi=1.0.0.GA
dom4j=1.6.1
jboss-common-core=2.0.2.GA
17 years, 4 months
JBossWS SVN: r4462 - framework/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-22 07:17:49 -0400 (Wed, 22 Aug 2007)
New Revision: 4462
Modified:
framework/trunk/ant.properties.example
Log:
Add jboss.server.instance
Modified: framework/trunk/ant.properties.example
===================================================================
--- framework/trunk/ant.properties.example 2007-08-22 11:08:19 UTC (rev 4461)
+++ framework/trunk/ant.properties.example 2007-08-22 11:17:49 UTC (rev 4462)
@@ -3,16 +3,17 @@
#
# $Id: ant.properties.example 3995 2007-07-26 08:52:45Z thomas.diesler(a)jboss.com $
-# JDK settings
-#java.home.jdk16=/usr/java/jdk1.6
-
# The JBoss settings
+jboss.server.instance=default
jboss.bind.address=localhost
# JBoss Repository
#jboss.repository=file:/home/tdiesler/svn/jboss.local.repository
jboss.repository=http://repository.jboss.org
+# JDK settings
+#java.home.jdk16=/usr/java/jdk1.6
+
# Hudson QA Environment
hudson.username=changeme
hudson.password=changeme
17 years, 4 months
JBossWS SVN: r4461 - container/jboss50/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-22 07:08:19 -0400 (Wed, 22 Aug 2007)
New Revision: 4461
Added:
container/jboss50/trunk/readme.txt
Log:
Make jbossws container integration an integral part of the AS build
Added: container/jboss50/trunk/readme.txt
===================================================================
--- container/jboss50/trunk/readme.txt (rev 0)
+++ container/jboss50/trunk/readme.txt 2007-08-22 11:08:19 UTC (rev 4461)
@@ -0,0 +1,4 @@
+The jbossws-jboss50 container integration is now an
+integral part of the AS code base at
+
+https://svn.jboss.org/repos/jbossas/trunk/webservices
17 years, 4 months
JBossWS SVN: r4460 - container/jboss50/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-22 07:05:43 -0400 (Wed, 22 Aug 2007)
New Revision: 4460
Removed:
container/jboss50/trunk/.classpath
container/jboss50/trunk/.project
container/jboss50/trunk/ant-import/
container/jboss50/trunk/ant.properties.example
container/jboss50/trunk/build.xml
container/jboss50/trunk/src/
container/jboss50/trunk/version.properties
Log:
Make jbossws container integration an integral part of the AS build
Deleted: container/jboss50/trunk/.classpath
===================================================================
--- container/jboss50/trunk/.classpath 2007-08-22 09:12:20 UTC (rev 4459)
+++ container/jboss50/trunk/.classpath 2007-08-22 11:05:43 UTC (rev 4460)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jboss-5.0.x"/>
- <classpathentry combineaccessrules="false" kind="src" path="/spi"/>
- <classpathentry combineaccessrules="false" kind="src" path="/common"/>
- <classpathentry kind="lib" path="thirdparty/jaxrpc-api.jar"/>
- <classpathentry kind="lib" path="thirdparty/jaxws-api.jar"/>
- <classpathentry kind="lib" path="thirdparty/jbossws-common.jar"/>
- <classpathentry kind="lib" path="thirdparty/jbossws-spi.jar"/>
- <classpathentry kind="lib" path="thirdparty/jsr181-api.jar"/>
- <classpathentry kind="lib" path="thirdparty/saaj-api.jar"/>
- <classpathentry kind="lib" path="thirdparty/dom4j.jar"/>
- <classpathentry kind="output" path="output/eclipse"/>
-</classpath>
Deleted: container/jboss50/trunk/.project
===================================================================
--- container/jboss50/trunk/.project 2007-08-22 09:12:20 UTC (rev 4459)
+++ container/jboss50/trunk/.project 2007-08-22 11:05:43 UTC (rev 4460)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>container-jboss50</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
Deleted: container/jboss50/trunk/ant.properties.example
===================================================================
--- container/jboss50/trunk/ant.properties.example 2007-08-22 09:12:20 UTC (rev 4459)
+++ container/jboss50/trunk/ant.properties.example 2007-08-22 11:05:43 UTC (rev 4460)
@@ -1,26 +0,0 @@
-#
-# A sample ant properties file
-#
-# $Id: ant.properties.example 3995 2007-07-26 08:52:45Z thomas.diesler(a)jboss.com $
-
-# JBoss Home
-#jboss50.home=/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta3
-
-# The JBoss settings
-jboss.server.instance=default
-
-# JBoss Repository
-#jboss.repository=file:/home/tdiesler/svn/jboss.local.repository
-jboss.repository=http://repository.jboss.org
-
-# JBossWS Release
-jboss.local.repository=/home/tdiesler/svn/jboss.local.repository
-
-# Force thirdparty HTTP get
-#force.thirdparty.get=true
-
-# Java Compiler options
-javac.debug=yes
-javac.deprecation=no
-javac.fail.onerror=yes
-javac.verbose=no
Deleted: container/jboss50/trunk/build.xml
===================================================================
--- container/jboss50/trunk/build.xml 2007-08-22 09:12:20 UTC (rev 4459)
+++ container/jboss50/trunk/build.xml 2007-08-22 11:05:43 UTC (rev 4460)
@@ -1,161 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ====================================================================== -->
-<!-- -->
-<!-- JBoss, the OpenSource J2EE webOS -->
-<!-- -->
-<!-- Distributable under LGPL license. -->
-<!-- See terms of license at http://www.gnu.org. -->
-<!-- -->
-<!-- ====================================================================== -->
-
-<!-- $Id$ -->
-
-<project default="main" basedir="." name="JBossWS-JBoss50">
-
- <import file="${basedir}/ant-import/build-setup.xml"/>
- <import file="${basedir}/ant-import/build-release.xml"/>
- <import file="${basedir}/ant-import/build-thirdparty.xml"/>
-
- <!-- ================================================================== -->
- <!-- Setup -->
- <!-- ================================================================== -->
-
- <property name="jbws50.src.dir" value="${jbws50.dir}/src/main"/>
- <property name="jbws50.etc.dir" value="${jbws50.src.dir}/etc"/>
- <property name="jbws50.java.dir" value="${jbws50.src.dir}/java"/>
- <property name="jbws50.resources.dir" value="${jbws50.src.dir}/resources"/>
- <property name="jbws50.output.dir" value="${jbws50.dir}/output"/>
- <property name="jbws50.output.apidocs.dir" value="${jbws50.output.dir}/apidocs"/>
- <property name="jbws50.output.classes.dir" value="${jbws50.output.dir}/classes"/>
- <property name="jbws50.output.etc.dir" value="${jbws50.output.dir}/etc"/>
- <property name="jbws50.output.lib.dir" value="${jbws50.output.dir}/lib"/>
-
- <!-- ================================================================== -->
- <!-- Initialization -->
- <!-- ================================================================== -->
-
- <target name="init" depends="prepare,thirdparty-get">
- <fail message="Not available: ${jboss50.available.file}" unless="jboss50.available"/>
- </target>
-
- <!-- ================================================================== -->
- <!-- Compile -->
- <!-- ================================================================== -->
-
- <!--
- | Compile everything.
- |
- | This target should depend on other compile-* targets for each
- | different type of compile that needs to be performed, short of
- | documentation compiles.
- -->
-
- <target name="compile" depends="init,compile-classes,compile-etc" description="Compile all source files."/>
-
- <!-- Compile java sources -->
- <target name="compile-classes" depends="init">
- <mkdir dir="${jbws50.output.classes.dir}"/>
- <javac srcdir="${jbws50.java.dir}" sourcepath="" destdir="${jbws50.output.classes.dir}" encoding="utf-8" debug="${javac.debug}" verbose="${javac.verbose}"
- deprecation="${javac.deprecation}" failonerror="${javac.fail.onerror}">
- <include name="org/jboss/wsf/container/jboss50/**"/>
- <classpath refid="jbws50.integration.classpath"/>
- </javac>
- </target>
-
- <!-- Compile etc files (manifests and such) -->
- <target name="compile-etc" depends="init">
- <mkdir dir="${jbws50.output.etc.dir}"/>
- <copy todir="${jbws50.output.etc.dir}" filtering="yes" overwrite="true">
- <fileset dir="${jbws50.etc.dir}">
- <include name="default.mf"/>
- </fileset>
- <filterset>
- <filter token="java.vm.version" value="${java.vm.version}"/>
- <filter token="java.vm.vendor" value="${java.vm.vendor}"/>
- <filter token="build.id" value="${build.id}"/>
- <filter token="implementation.version" value="jbossws-${version.id}"/>
- <filtersfile file="${jbws50.dir}/version.properties"/>
- </filterset>
- </copy>
- </target>
-
- <!-- ================================================================== -->
- <!-- Archives -->
- <!-- ================================================================== -->
-
- <!--
- | Build all jar files.
- -->
- <target name="jars" depends="compile,module-jars" description="Builds all jar files.">
- </target>
-
- <!--
- | Build all jar files.
- -->
- <target name="module-jars" depends="init">
-
- <!-- Build jbossws-jboss50.jar -->
- <mkdir dir="${jbws50.output.lib.dir}"/>
- <jar jarfile="${jbws50.output.lib.dir}/jbossws-jboss50.jar" manifest="${jbws50.output.etc.dir}/default.mf">
- <fileset dir="${jbws50.output.classes.dir}">
- <include name="org/jboss/wsf/container/jboss50/**"/>
- </fileset>
- <metainf dir="${jbws50.resources.dir}/jbossws-jboss50.jar/META-INF"/>
- </jar>
-
- <!-- Build jbossws-native50.deployer -->
- <zip zipfile="${jbws50.output.lib.dir}/jbossws-jboss50-deployer.zip">
- <fileset dir="${jbws50.output.lib.dir}">
- <include name="jbossws-jboss50.jar"/>
- </fileset>
- <fileset dir="${thirdparty.dir}">
- <include name="jbossws-common.jar"/>
- <include name="jbossws-framework.jar"/>
- </fileset>
- <fileset dir="${jbws50.resources.dir}/jbossws-jboss50.deployer">
- <include name="META-INF/jbossws-deployer-beans.xml"/>
- </fileset>
- </zip>
-
- <!-- Build jbossws50-src.zip -->
- <zip zipfile="${jbws50.output.lib.dir}/jbossws-jboss50-src.zip" >
- <fileset dir="${jbws50.java.dir}"/>
- </zip>
-
- </target>
-
- <!-- Generate the JavaDoc -->
- <target name="javadoc" depends="init" description="Generate the Javadoc">
-
- <mkdir dir="${jbws50.output.apidocs.dir}"/>
- <javadoc destdir="${jbws50.output.apidocs.dir}" author="true" version="true" use="true" windowtitle="JBossWS API">
- <classpath refid="jbws50.integration.classpath"/>
- <packageset dir="${jbws50.java.dir}" defaultexcludes="yes">
- <include name="org/jboss/wsf/**"/>
- </packageset>
- <doctitle><![CDATA[<h1>JBoss Web Service Framework - Container integration AS 5.0</h1>]]></doctitle>
- <tag name="todo" scope="all" description="To do:"/>
- </javadoc>
- </target>
-
- <!-- ================================================================== -->
- <!-- Miscellaneous -->
- <!-- ================================================================== -->
-
- <target name="clean" depends="prepare" description="Cleans up most generated files.">
- <delete dir="${jbws50.output.dir}"/>
- </target>
-
- <target name="clobber" depends="clean" description="Cleans up all generated files.">
- <delete dir="${jbws50.dir}/thirdparty"/>
- </target>
-
- <target name="main" description="Executes the default target (most)." depends="most"/>
-
- <target name="most" description="Builds almost everything." depends="jars"/>
-
- <target name="all" description="Create a distribution zip file" depends="most">
- </target>
-
-</project>
Deleted: container/jboss50/trunk/version.properties
===================================================================
--- container/jboss50/trunk/version.properties 2007-08-22 09:12:20 UTC (rev 4459)
+++ container/jboss50/trunk/version.properties 2007-08-22 11:05:43 UTC (rev 4460)
@@ -1,23 +0,0 @@
-
-# $Id: version.properties 3956 2007-07-19 18:03:54Z thomas.diesler(a)jboss.com $
-
-specification.title=JBossWS
-specification.vendor=JBoss (http://www.jboss.org)
-specification.version=jbossws-2.0
-
-version.id=2.0.1.GA
-repository.id=2.0.1.GA
-
-implementation.title=JBoss Web Services - Integration JBoss50
-implementation.url=http://www.jboss.org/products/jbossws
-implementation.vendor=JBoss Inc.
-implementation.vendor.id=http://www.jboss.org
-
-# Thirdparty library versions
-jbossws-common=1.0.0.GA
-jbossws-spi=1.0.0.GA
-jbossws-framework=2.0.1.GA
-
-dom4j=1.6.1
-sun-jaxrpc=1.1
-sun-jaxws=2.1.1
17 years, 4 months