[jbossws-commits] JBossWS SVN: r4198 - in stack/native/trunk: src/main/etc and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Aug 4 03:57:59 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-04 03:57:59 -0400 (Sat, 04 Aug 2007)
New Revision: 4198

Modified:
   stack/native/trunk/ant.properties.example
   stack/native/trunk/src/main/etc/default.mf
   stack/native/trunk/version.properties
Log:
Add common & framework jar to manifest classpath

Modified: stack/native/trunk/ant.properties.example
===================================================================
--- stack/native/trunk/ant.properties.example	2007-08-03 19:55:20 UTC (rev 4197)
+++ stack/native/trunk/ant.properties.example	2007-08-04 07:57:59 UTC (rev 4198)
@@ -5,8 +5,8 @@
 
 # Optional JBoss Home
 #jboss50.home=/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta3
-#jboss42.home=/home/tdiesler/svn/jbossas/branches/Branch_4_2/build/output/jboss-4.2.0.GA
-#jboss40.home=/home/tdiesler/svn/jbossas/branches/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3
+#jboss42.home=/home/tdiesler/svn/jbossas/tags/JBoss_4_2_1_GA/build/output/jboss-4.2.1.GA
+#jboss40.home=/home/tdiesler/svn/jbossas/tags/JBoss_4_0_5_GA/build/output/jboss-4.0.5.GA-ejb3
 
 # The JBoss server under test. This can be [jboss50|jboss42|jboss40|tomcat]
 jbossws.integration.target=jboss50

Modified: stack/native/trunk/src/main/etc/default.mf
===================================================================
--- stack/native/trunk/src/main/etc/default.mf	2007-08-03 19:55:20 UTC (rev 4197)
+++ stack/native/trunk/src/main/etc/default.mf	2007-08-04 07:57:59 UTC (rev 4198)
@@ -8,6 +8,6 @@
 Implementation-Version: @implementation.version@ (build=@build.id@)
 Implementation-Vendor: @implementation.vendor@
 Implementation-Vendor-Id: @implementation.vendor.id@
-Class-Path: jbossws-spi.jar jboss-jaxrpc.jar jboss-jaxws.jar jboss-saaj.jar 
+Class-Path: jbossws-spi.jar jbossws-common.jar jbossws-framework.jar jboss-jaxrpc.jar jboss-jaxws.jar jboss-saaj.jar 
   activation.jar commons-logging.jar concurrent.jar javassist.jar jaxb-api.jar jaxb-impl.jar 
   mail.jar jboss-remoting.jar jboss-xml-binding.jar policy.jar stax-api.jar wsdl4j.jar

Modified: stack/native/trunk/version.properties
===================================================================
--- stack/native/trunk/version.properties	2007-08-03 19:55:20 UTC (rev 4197)
+++ stack/native/trunk/version.properties	2007-08-04 07:57:59 UTC (rev 4198)
@@ -1,6 +1,18 @@
 
 # $Id$
 
+specification.title=JBossWS
+specification.vendor=JBoss (http://www.jboss.org)
+specification.version=jbossws-2.0
+
+version.id=2.1.0.DEV
+repository.id=2.1.0.DEV
+
+implementation.title=JBoss Web Services - Native
+implementation.url=http://www.jboss.org/products/jbossws
+implementation.vendor=JBoss Inc.
+implementation.vendor.id=http://www.jboss.org
+
 # Thirdparty library versions that are referenced in component-info.xml
 apache-xmlsec=1.3.0
 ibm-wsdl4j=1.6.2




More information about the jbossws-commits mailing list