JBossWS SVN: r7409 - stack/metro/branches.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-06-06 09:16:42 -0400 (Fri, 06 Jun 2008)
New Revision: 7409
Added:
stack/metro/branches/jbossws-metro-3.0.2/
Log:
create qa branch
Copied: stack/metro/branches/jbossws-metro-3.0.2 (from rev 7408, stack/metro/trunk)
16 years, 7 months
JBossWS SVN: r7408 - stack/native/branches.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-06-06 09:15:33 -0400 (Fri, 06 Jun 2008)
New Revision: 7408
Added:
stack/native/branches/jbossws-native-3.0.2/
Log:
create qa branch
Copied: stack/native/branches/jbossws-native-3.0.2 (from rev 7407, stack/native/trunk)
16 years, 7 months
JBossWS SVN: r7407 - framework/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-06-06 09:05:25 -0400 (Fri, 06 Jun 2008)
New Revision: 7407
Modified:
framework/trunk/pom.xml
Log:
update version
Modified: framework/trunk/pom.xml
===================================================================
--- framework/trunk/pom.xml 2008-06-06 13:03:39 UTC (rev 7406)
+++ framework/trunk/pom.xml 2008-06-06 13:05:25 UTC (rev 7407)
@@ -7,13 +7,13 @@
<artifactId>jbossws-framework</artifactId>
<packaging>jar</packaging>
- <version>3.0.2-SNAPSHOT</version>
+ <version>3.0.3-SNAPSHOT</version>
<!-- Parent -->
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.0.GA</version>
+ <version>1.0.1.GA</version>
</parent>
<!-- Source Control Management -->
16 years, 7 months
JBossWS SVN: r7406 - framework/branches.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-06-06 09:03:39 -0400 (Fri, 06 Jun 2008)
New Revision: 7406
Added:
framework/branches/jbossws-framework-3.0.2/
Log:
create qa branch
Copied: framework/branches/jbossws-framework-3.0.2 (from rev 7405, framework/trunk)
16 years, 7 months
JBossWS SVN: r7405 - common/branches/jbossws-common-1.0.5.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-06-06 09:00:32 -0400 (Fri, 06 Jun 2008)
New Revision: 7405
Modified:
common/branches/jbossws-common-1.0.5/pom.xml
Log:
update version
Modified: common/branches/jbossws-common-1.0.5/pom.xml
===================================================================
--- common/branches/jbossws-common-1.0.5/pom.xml 2008-06-06 12:58:29 UTC (rev 7404)
+++ common/branches/jbossws-common-1.0.5/pom.xml 2008-06-06 13:00:32 UTC (rev 7405)
@@ -17,7 +17,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.0.GA</version>
+ <version>1.0.1.GA</version>
</parent>
<!-- Source Control Management -->
16 years, 7 months
JBossWS SVN: r7404 - common/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-06-06 08:58:29 -0400 (Fri, 06 Jun 2008)
New Revision: 7404
Removed:
common/trunk/ant.properties.example
common/trunk/build.xml
Modified:
common/trunk/.classpath
common/trunk/pom.xml
Log:
update version
Modified: common/trunk/.classpath
===================================================================
--- common/trunk/.classpath 2008-06-06 12:55:08 UTC (rev 7403)
+++ common/trunk/.classpath 2008-06-06 12:58:29 UTC (rev 7404)
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="src" output="target/classes" path="src/main/java"/>
+ <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/etc"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="target/eclipse-classes"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
Deleted: common/trunk/ant.properties.example
===================================================================
--- common/trunk/ant.properties.example 2008-06-06 12:55:08 UTC (rev 7403)
+++ common/trunk/ant.properties.example 2008-06-06 12:58:29 UTC (rev 7404)
@@ -1,7 +0,0 @@
-#
-# A sample ant properties file
-#
-# $Id: ant.properties.example 3995 2007-07-26 08:52:45Z thomas.diesler(a)jboss.com $
-
-# JBossWS local repository
-jboss.local.repository=/home/tdiesler/svn/jboss.local.repository
\ No newline at end of file
Deleted: common/trunk/build.xml
===================================================================
--- common/trunk/build.xml 2008-06-06 12:55:08 UTC (rev 7403)
+++ common/trunk/build.xml 2008-06-06 12:58:29 UTC (rev 7404)
@@ -1,77 +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 name="JBossWS-Common" default="main" basedir=".">
-
- <!-- ================================================================== -->
- <!-- Setup -->
- <!-- ================================================================== -->
-
- <property name="common.dir" value="${basedir}"/>
- <property name="common.etc.dir" value="${common.dir}/src/main/etc"/>
- <property name="common.target.dir" value="${common.dir}/target"/>
-
- <!-- ================================================================== -->
- <!-- Initialization -->
- <!-- ================================================================== -->
-
- <target name="init">
-
- <!-- Check if ant.properties is available -->
- <available property="ant.properties.available" file="${basedir}/ant.properties"/>
- <fail message="Cannot find ant.properties. Did you copy/edit ant.properties.example?" unless="ant.properties.available"/>
-
- <property file="${common.dir}/ant.properties"/>
-
- <xmlproperty file="${common.dir}/pom.xml"/>
- <property name="version.id" value="${project.version}"/>
- <property name="repository.id" value="${project.version}"/>
-
- <echo message="version.id=${version.id}"/>
- <echo message="repository.id=${repository.id}"/>
- </target>
-
- <!-- ================================================================== -->
- <!-- Installation -->
- <!-- ================================================================== -->
-
- <!-- Install to jboss.local.repository -->
- <target name="install" depends="init" description="Install to jboss.local.repository">
-
- <!-- Check if the target jar is available -->
- <available property="jbossws.common.jar.available" file="${common.target.dir}/jbossws-common-${version.id}.jar"/>
- <fail message="Cannot find jbossws-common-${version.id}.jar. Did you run 'mvn package'?" unless="jbossws.common.jar.available"/>
-
- <!-- Check if the source jar is available -->
- <available property="jbossws.common.sources.jar.available" file="${common.target.dir}/jbossws-common-${version.id}-sources.jar"/>
- <fail message="Cannot find jbossws-common-${version.id}-sources.jar. Did you run 'mvn source:jar'?" unless="jbossws.common.sources.jar.available"/>
-
- <!-- jboss/jbossws-common -->
- <property name="jboss.repository.dir" value="${jboss.local.repository}/jboss"/>
- <mkdir dir="${jboss.repository.dir}/jbossws-common/${repository.id}/lib"/>
- <copy file="${common.target.dir}/jbossws-common-${version.id}.jar" tofile="${jboss.repository.dir}/jbossws-common/${repository.id}/lib/jbossws-common.jar" overwrite="true"/>
- <copy file="${common.target.dir}/jbossws-common-${version.id}-sources.jar" tofile="${jboss.repository.dir}/jbossws-common/${repository.id}/lib/jbossws-common-src.jar" overwrite="true"/>
- <copy file="${common.target.dir}/etc/component-info.xml" tofile="${jboss.repository.dir}/jbossws-common/${repository.id}/component-info.xml" overwrite="true"/>
- </target>
-
- <!-- ================================================================== -->
- <!-- Miscellaneous -->
- <!-- ================================================================== -->
-
- <target name="clean" depends="init" description="Cleans up most generated files.">
- <delete dir="${common.target.dir}"/>
- </target>
-
- <target name="main" description="Executes the default target (install)." depends="install"/>
-
-</project>
Modified: common/trunk/pom.xml
===================================================================
--- common/trunk/pom.xml 2008-06-06 12:55:08 UTC (rev 7403)
+++ common/trunk/pom.xml 2008-06-06 12:58:29 UTC (rev 7404)
@@ -11,13 +11,13 @@
<artifactId>jbossws-common</artifactId>
<packaging>jar</packaging>
- <version>1.0.5-SNAPSHOT</version>
+ <version>1.0.6-SNAPSHOT</version>
<!-- Parent -->
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.0.GA</version>
+ <version>1.0.1.GA</version>
</parent>
<!-- Source Control Management -->
16 years, 7 months
JBossWS SVN: r7403 - common/branches.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-06-06 08:55:08 -0400 (Fri, 06 Jun 2008)
New Revision: 7403
Added:
common/branches/jbossws-common-1.0.5/
Log:
create qa branch
Copied: common/branches/jbossws-common-1.0.5 (from rev 7402, common/trunk)
16 years, 7 months
JBossWS SVN: r7402 - spi/branches/jbossws-spi-1.0.4.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-06-06 08:34:06 -0400 (Fri, 06 Jun 2008)
New Revision: 7402
Removed:
spi/branches/jbossws-spi-1.0.4/ant.properties.example
spi/branches/jbossws-spi-1.0.4/build.xml
Modified:
spi/branches/jbossws-spi-1.0.4/.classpath
spi/branches/jbossws-spi-1.0.4/pom.xml
spi/branches/jbossws-spi-1.0.4/profiles-example.xml
Log:
update version
Modified: spi/branches/jbossws-spi-1.0.4/.classpath
===================================================================
--- spi/branches/jbossws-spi-1.0.4/.classpath 2008-06-06 12:20:39 UTC (rev 7401)
+++ spi/branches/jbossws-spi-1.0.4/.classpath 2008-06-06 12:34:06 UTC (rev 7402)
@@ -1,14 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
- <classpathentry kind="src" output="target/test-classes" path="src/test/java">
- <attributes>
- <attribute name="maven.type" value="test"/>
- </attributes>
- </classpathentry>
- <classpathentry excluding="**" kind="src" output="src/main/etc" path="src/main/etc"/>
- <classpathentry excluding="**" kind="src" output="src/test/resources" path="src/test/resources"/>
+ <classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/etc"/>
+ <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="target/eclipse-classes"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
Deleted: spi/branches/jbossws-spi-1.0.4/ant.properties.example
===================================================================
--- spi/branches/jbossws-spi-1.0.4/ant.properties.example 2008-06-06 12:20:39 UTC (rev 7401)
+++ spi/branches/jbossws-spi-1.0.4/ant.properties.example 2008-06-06 12:34:06 UTC (rev 7402)
@@ -1,7 +0,0 @@
-#
-# A sample ant properties file
-#
-# $Id: ant.properties.example 3995 2007-07-26 08:52:45Z thomas.diesler(a)jboss.com $
-
-# JBossWS local repository
-jboss.local.repository=/home/tdiesler/svn/jboss.local.repository
\ No newline at end of file
Deleted: spi/branches/jbossws-spi-1.0.4/build.xml
===================================================================
--- spi/branches/jbossws-spi-1.0.4/build.xml 2008-06-06 12:20:39 UTC (rev 7401)
+++ spi/branches/jbossws-spi-1.0.4/build.xml 2008-06-06 12:34:06 UTC (rev 7402)
@@ -1,77 +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 name="JBossWS-SPI" default="main" basedir=".">
-
- <!-- ================================================================== -->
- <!-- Setup -->
- <!-- ================================================================== -->
-
- <property name="spi.dir" value="${basedir}"/>
- <property name="spi.etc.dir" value="${spi.dir}/src/main/etc"/>
- <property name="spi.target.dir" value="${spi.dir}/target"/>
-
- <!-- ================================================================== -->
- <!-- Initialization -->
- <!-- ================================================================== -->
-
- <target name="init">
-
- <!-- Check if ant.properties is available -->
- <available property="ant.properties.available" file="${basedir}/ant.properties"/>
- <fail message="Cannot find ant.properties. Did you copy/edit ant.properties.example?" unless="ant.properties.available"/>
-
- <property file="${spi.dir}/ant.properties"/>
-
- <xmlproperty file="${spi.dir}/pom.xml"/>
- <property name="version.id" value="${project.version}"/>
- <property name="repository.id" value="${project.version}"/>
-
- <echo message="version.id=${version.id}"/>
- <echo message="repository.id=${repository.id}"/>
- </target>
-
- <!-- ================================================================== -->
- <!-- Installation -->
- <!-- ================================================================== -->
-
- <!-- Install to jboss.local.repository -->
- <target name="install" depends="init" description="Install to jboss.local.repository">
-
- <!-- Check if the target jar is available -->
- <available property="jbossws.spi.jar.available" file="${spi.target.dir}/jbossws-spi-${version.id}.jar"/>
- <fail message="Cannot find jbossws-spi-${version.id}.jar. Did you run 'mvn package'?" unless="jbossws.spi.jar.available"/>
-
- <!-- Check if the source jar is available -->
- <available property="jbossws.spi.sources.jar.available" file="${spi.target.dir}/jbossws-spi-${version.id}-sources.jar"/>
- <fail message="Cannot find jbossws-spi-${version.id}-sources.jar. Did you run 'mvn source:jar'?" unless="jbossws.spi.sources.jar.available"/>
-
- <!-- jboss/jbossws-spi -->
- <property name="jboss.repository.dir" value="${jboss.local.repository}/jboss"/>
- <mkdir dir="${jboss.repository.dir}/jbossws-spi/${repository.id}/lib"/>
- <copy file="${spi.target.dir}/jbossws-spi-${version.id}.jar" tofile="${jboss.repository.dir}/jbossws-spi/${repository.id}/lib/jbossws-spi.jar" overwrite="true"/>
- <copy file="${spi.target.dir}/jbossws-spi-${version.id}-sources.jar" tofile="${jboss.repository.dir}/jbossws-spi/${repository.id}/lib/jbossws-spi-src.jar" overwrite="true"/>
- <copy file="${spi.target.dir}/etc/component-info.xml" tofile="${jboss.repository.dir}/jbossws-spi/${repository.id}/component-info.xml" overwrite="true"/>
- </target>
-
- <!-- ================================================================== -->
- <!-- Miscellaneous -->
- <!-- ================================================================== -->
-
- <target name="clean" depends="init" description="Cleans up most generated files.">
- <delete dir="${spi.target.dir}"/>
- </target>
-
- <target name="main" description="Executes the default target (install)." depends="install"/>
-
-</project>
Modified: spi/branches/jbossws-spi-1.0.4/pom.xml
===================================================================
--- spi/branches/jbossws-spi-1.0.4/pom.xml 2008-06-06 12:20:39 UTC (rev 7401)
+++ spi/branches/jbossws-spi-1.0.4/pom.xml 2008-06-06 12:34:06 UTC (rev 7402)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.0.GA</version>
+ <version>1.0.1.GA</version>
</parent>
<!-- Source Control Management -->
Modified: spi/branches/jbossws-spi-1.0.4/profiles-example.xml
===================================================================
--- spi/branches/jbossws-spi-1.0.4/profiles-example.xml 2008-06-06 12:20:39 UTC (rev 7401)
+++ spi/branches/jbossws-spi-1.0.4/profiles-example.xml 2008-06-06 12:34:06 UTC (rev 7402)
@@ -12,7 +12,7 @@
</activation>
<properties>
<!-- The location of the legacy jboss repository -->
- <jboss.local.repository>/home/tdiesler/svn/jboss.local.repository</jboss.local.repository>
+ <jboss.local.repository>/home/tdiesler/svn/repository.jboss.org</jboss.local.repository>
</properties>
</profile>
</profiles>
16 years, 7 months
JBossWS SVN: r7401 - spi/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-06-06 08:20:39 -0400 (Fri, 06 Jun 2008)
New Revision: 7401
Modified:
spi/trunk/pom.xml
Log:
update version
Modified: spi/trunk/pom.xml
===================================================================
--- spi/trunk/pom.xml 2008-06-06 12:16:33 UTC (rev 7400)
+++ spi/trunk/pom.xml 2008-06-06 12:20:39 UTC (rev 7401)
@@ -7,13 +7,13 @@
<artifactId>jbossws-spi</artifactId>
<packaging>jar</packaging>
- <version>1.0.4-SNAPSHOT</version>
+ <version>1.0.5-SNAPSHOT</version>
<!-- Parent -->
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.0.GA</version>
+ <version>1.0.1.GA</version>
</parent>
<!-- Source Control Management -->
16 years, 7 months
JBossWS SVN: r7400 - spi/branches.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-06-06 08:16:33 -0400 (Fri, 06 Jun 2008)
New Revision: 7400
Added:
spi/branches/jbossws-spi-1.0.4/
Log:
create branches/jbossws-spi-1.0.4
Copied: spi/branches/jbossws-spi-1.0.4 (from rev 7399, spi/trunk)
16 years, 7 months