Author: alessio.soldano(a)jboss.com
Date: 2013-02-10 09:03:24 -0500 (Sun, 10 Feb 2013)
New Revision: 504
Modified:
core/trunk/distribution/main/resouces/samples/ant/build.xml
core/trunk/distribution/main/resouces/samples/helloWorldGroovy/README.txt
core/trunk/distribution/main/resouces/samples/helloWorldRuby/README.txt
Log:
Fixing few warnings in samples
Modified: core/trunk/distribution/main/resouces/samples/ant/build.xml
===================================================================
--- core/trunk/distribution/main/resouces/samples/ant/build.xml 2013-02-10 14:02:39 UTC
(rev 503)
+++ core/trunk/distribution/main/resouces/samples/ant/build.xml 2013-02-10 14:03:24 UTC
(rev 504)
@@ -78,10 +78,10 @@
<mkdir dir="${build.server.dir}" />
</target>
<target name="compile" description="Compile the Java source code"
depends="prepare">
- <javac destdir="${classes.java.client.dir}"
classpathref="build.classpath" debug="true"
deprecation="true" target="1.6">
+ <javac destdir="${classes.java.client.dir}"
classpathref="build.classpath" debug="true"
includeantruntime="false">
<src path="${src.java.client.dir}" />
</javac>
- <javac destdir="${classes.java.server.dir}"
classpathref="build.classpath" debug="true"
deprecation="true" target="1.6">
+ <javac destdir="${classes.java.server.dir}"
classpathref="build.classpath" debug="true"
includeantruntime="false">
<src path="${src.java.server.dir}" />
</javac>
<copy todir="${classes.java.client.dir}">
Modified: core/trunk/distribution/main/resouces/samples/helloWorldGroovy/README.txt
===================================================================
--- core/trunk/distribution/main/resouces/samples/helloWorldGroovy/README.txt 2013-02-10
14:02:39 UTC (rev 503)
+++ core/trunk/distribution/main/resouces/samples/helloWorldGroovy/README.txt 2013-02-10
14:03:24 UTC (rev 504)
@@ -4,4 +4,4 @@
The sample has been tested using Groovy 2.1.0; please refer to [1] for directions on how
to install Groovy.
-[1]
http://groovy.codehaus.org/Installing+Groovy
\ No newline at end of file
+[1]
http://groovy.codehaus.org/Installing+Groovy
Modified: core/trunk/distribution/main/resouces/samples/helloWorldRuby/README.txt
===================================================================
--- core/trunk/distribution/main/resouces/samples/helloWorldRuby/README.txt 2013-02-10
14:02:39 UTC (rev 503)
+++ core/trunk/distribution/main/resouces/samples/helloWorldRuby/README.txt 2013-02-10
14:03:24 UTC (rev 504)
@@ -3,4 +3,4 @@
* runJRuby.sh
* runJRubyClosure.sh
-This sample has been tested using JRuby 1.7.2.
\ No newline at end of file
+This sample has been tested using JRuby 1.7.2.