]> source.dussan.org Git - vaadin-framework.git/commitdiff
changed server side build to make java 1.5 classes from java 1.5 sources
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 2 Sep 2008 13:10:57 +0000 (13:10 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 2 Sep 2008 13:10:57 +0000 (13:10 +0000)
svn changeset:5332/svn branch:trunk

build/build.xml

index bfe919e1870a849fdf1f7590833f6aaa19d691f5..6ae700de8d4c5ca88c5a8ea683f9bdfc69d68133 100644 (file)
                <echo>Compiling src (server-side)</echo>
                <!-- Compile -->
                <mkdir dir="${result-path}/classes" />
-               <javac source="1.4" target="1.4" classpathref="compile.classpath" srcdir="${result-path}/src" destdir="${result-path}/classes" includes="${toolkit-package}/**" debug="true">
+               <javac source="1.5" target="1.5" classpathref="compile.classpath" srcdir="${result-path}/src" destdir="${result-path}/classes" includes="${toolkit-package}/**" debug="true">
                </javac>
        </target>