Author: richard.opalka(a)jboss.com
Date: 2010-01-12 05:51:58 -0500 (Tue, 12 Jan 2010)
New Revision: 11389
Modified:
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/pom.xml
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/scripts/antrun-wstools.xml
stack/native/branches/jbossws-native-3.1.2/pom.xml
stack/native/branches/jbossws-native-3.1.2/profiles.xml.example
stack/native/branches/jbossws-native-3.1.2/src/main/distro/ant.properties.example
Log:
[JBPAPP-3388] making JBossWS EAP compilable with any Java5 and above compiler
Modified:
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/pom.xml
===================================================================
---
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/pom.xml 2010-01-12
10:23:27 UTC (rev 11388)
+++
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/pom.xml 2010-01-12
10:51:58 UTC (rev 11389)
@@ -112,7 +112,6 @@
<property name="tests.resources.dir"
value="${test.resources.directory}" />
<property name="tests.output.dir"
value="${project.build.directory}" />
<property name="jboss.bind.address"
value="${jboss.bind.address}" />
- <property name="java.jdk15.home"
value="${java.jdk15.home}" />
<ant antfile="scripts/antrun-wstools.xml"
target="wstools" />
</tasks>
</configuration>
Modified:
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/scripts/antrun-wstools.xml
===================================================================
---
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/scripts/antrun-wstools.xml 2010-01-12
10:23:27 UTC (rev 11388)
+++
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/scripts/antrun-wstools.xml 2010-01-12
10:51:58 UTC (rev 11389)
@@ -65,7 +65,7 @@
http://jira.codehaus.org/browse/MANTRUN-91
-->
<javac destdir="${tests.output.dir}/test-classes" debug="true"
encoding="utf-8" deprecation="true" fork="true"
- executable="${java.jdk15.home}/bin/javac"
compiler="javac1.5">
+ source="1.5" target="1.5">
<src path="${tests.output.dir}/wstools/java"/>
<classpath>
<pathelement path="${maven.test.classpath}"/>
Modified: stack/native/branches/jbossws-native-3.1.2/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2/pom.xml 2010-01-12 10:23:27 UTC (rev
11388)
+++ stack/native/branches/jbossws-native-3.1.2/pom.xml 2010-01-12 10:51:58 UTC (rev
11389)
@@ -433,8 +433,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <compilerVersion>1.5</compilerVersion>
- <executable>${java.jdk15.home}/bin/javac</executable>
+ <source>1.5</source>
+ <target>1.5</target>
<fork>true</fork>
</configuration>
</plugin>
Modified: stack/native/branches/jbossws-native-3.1.2/profiles.xml.example
===================================================================
--- stack/native/branches/jbossws-native-3.1.2/profiles.xml.example 2010-01-12 10:23:27
UTC (rev 11388)
+++ stack/native/branches/jbossws-native-3.1.2/profiles.xml.example 2010-01-12 10:51:58
UTC (rev 11389)
@@ -11,7 +11,6 @@
</property>
</activation>
<properties>
- <java.jdk15.home>/usr/java/jdk1.5</java.jdk15.home>
<jboss510.home>/home/opalka/svn/jbossas/branches/Branch_5_x/build/output/jboss-5.1.0.GA</jboss510.home>
</properties>
</profile>
Modified:
stack/native/branches/jbossws-native-3.1.2/src/main/distro/ant.properties.example
===================================================================
---
stack/native/branches/jbossws-native-3.1.2/src/main/distro/ant.properties.example 2010-01-12
10:23:27 UTC (rev 11388)
+++
stack/native/branches/jbossws-native-3.1.2/src/main/distro/ant.properties.example 2010-01-12
10:51:58 UTC (rev 11389)
@@ -12,10 +12,6 @@
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
-
# JBoss JMX invoker authentication
#jmx.authentication.username=admin
#jmx.authentication.password=admin