[jbossws-commits] JBossWS SVN: r7404 - common/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Jun 6 08:58:29 EDT 2008


Author: thomas.diesler at 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 at 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 -->




More information about the jbossws-commits mailing list