Author: heiko.braun(a)jboss.com
Date: 2007-01-19 04:45:46 -0500 (Fri, 19 Jan 2007)
New Revision: 2003
Added:
trunk/build/etc/hudson/
trunk/build/etc/hudson/AS-5.x.properties
Modified:
trunk/jbossws-tests/ant-import/build-jars-jaxws.xml
Log:
default build properties
Added: trunk/build/etc/hudson/AS-5.x.properties
===================================================================
--- trunk/build/etc/hudson/AS-5.x.properties (rev 0)
+++ trunk/build/etc/hudson/AS-5.x.properties 2007-01-19 09:45:46 UTC (rev 2003)
@@ -0,0 +1,37 @@
+#
+# A sample ant properties file
+#
+# $Id: ant.properties.example 1783 2007-01-04 12:46:32Z thomas.diesler(a)jboss.com $
+
+# Required JBoss Home
+jboss50.home=../../../AS-5.x/workspace/trunk/build/output/jboss-5.0.0.Beta2/
+#jboss42.home=/home/hbraun/dev/prj/jbossas/branches/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3/
+#jboss40.home=/home/hbraun/dev/prj/jbossas/branches/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3/
+
+# The JBoss server under test. This can be [jboss50|jboss42|jboss40|tomcat]
+jbossws.integration.target=jboss50
+
+# The JBoss server instance
+jboss.server.instance=default
+
+# Tomcat Home
+tomcat.home=/usr/java/tomcat
+tomcat.manager.username=manager
+tomcat.manager.password=manager
+
+# JBoss Repository
+#jboss.repository=/tmp
+jboss.repository=http://repository.jboss.com
+
+# JBossWS Release
+jbossws.portal.content=/tmp
+jboss.local.repository=/tmp
+
+# Force thirdparty HTTP get
+#force.thirdparty.get=true
+
+# Java Compiler options
+javac.debug=yes
+javac.deprecation=no
+javac.fail.onerror=yes
+javac.verbose=no
Modified: trunk/jbossws-tests/ant-import/build-jars-jaxws.xml
===================================================================
--- trunk/jbossws-tests/ant-import/build-jars-jaxws.xml 2007-01-19 04:25:55 UTC (rev
2002)
+++ trunk/jbossws-tests/ant-import/build-jars-jaxws.xml 2007-01-19 09:45:46 UTC (rev
2003)
@@ -713,8 +713,8 @@
</war>
<!-- Please add alphabetically -->
-
+
<!-- jaxws-wseventing -->
<war warfile="${tests.output.dir}/libs/jaxws-wseventing.war"
webxml="${tests.output.dir}/resources/jaxws/wseventing/WEB-INF/web.xml">
Show replies by date