OSDN Git Service

Improve generated javadoc and zipfile
authorbitiotic <github@bitiotic.com>
Thu, 7 Feb 2013 00:57:14 +0000 (16:57 -0800)
committerbitiotic <github@bitiotic.com>
Wed, 13 Feb 2013 19:12:57 +0000 (11:12 -0800)
Add a better copyright notice to the footer of javadoc (include the
magical &copy; symbol, and the current year 2013).

Add the user-visible bits of the iOS and GWT backends to the javadoc
construction.

Change the version number to "0.9.9-SNAPSHOT", as I believe this is
where libGDX is.

build.xml

index 6d2dd6a..5d0dde8 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -6,7 +6,7 @@
        <property name="env.NDK_HOME" value="/home/mzechner/android-ndk-r5"/>\r
        \r
        <!-- library version -->\r
-       <property name="version" value="0.9.8"/>\r
+       <property name="version" value="0.9.9-SNAPSHOT"/>\r
        \r
        <!-- define distribution/output directory -->\r
        <property name="distDir" value="${basedir}/dist"/>\r
                        ]]></header>\r
                        <bottom><![CDATA[\r
                                <div style="font-size:9pt"><i>\r
-                               Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)\r
+                               Copyright &copy; 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)\r
                                </i></div>\r
                        ]]></bottom>\r
                        <fileset dir="gdx/src" defaultexcludes="yes">\r
                        <fileset dir="backends" includes="gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/LwjglApplet.java"/>\r
                        <fileset dir="backends" includes="gdx-backend-android/src/com/badlogic/gdx/backends/android/AndroidApplication.java"/>\r
                        <fileset dir="backends" includes="gdx-backend-android/src/com/badlogic/gdx/backends/android/AndroidApplicationConfiguration.java"/>\r
+                       <fileset dir="backends" includes="gdx-backend-iosmonotouch/src/com/badlogic/gdx/backends/ios/IOSApplication.java"/>\r
+                       <fileset dir="backends" includes="gdx-backend-iosmonotouch/src/com/badlogic/gdx/backends/ios/IOSApplicationConfiguration.java"/>\r
+                       <fileset dir="backends" includes="gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtApplication.java"/>\r
+                       <fileset dir="backends" includes="gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtApplicationConfiguration.java"/>\r
                </javadoc>\r
        </target>\r
        \r