diff options
-rwxr-xr-x | make/142-packages/package-list | 135 | ||||
-rwxr-xr-x | make/build.xml | 4 | ||||
-rw-r--r-- | src/java/net/java/games/joal/Version.java | 104 | ||||
-rwxr-xr-x | src/java/net/java/games/joal/util/Version.java | 2 |
4 files changed, 138 insertions, 107 deletions
diff --git a/make/142-packages/package-list b/make/142-packages/package-list new file mode 100755 index 0000000..fecd4d4 --- /dev/null +++ b/make/142-packages/package-list @@ -0,0 +1,135 @@ +java.applet +java.awt +java.awt.color +java.awt.datatransfer +java.awt.dnd +java.awt.event +java.awt.font +java.awt.geom +java.awt.im +java.awt.im.spi +java.awt.image +java.awt.image.renderable +java.awt.print +java.beans +java.beans.beancontext +java.io +java.lang +java.lang.ref +java.lang.reflect +java.math +java.net +java.nio +java.nio.channels +java.nio.channels.spi +java.nio.charset +java.nio.charset.spi +java.rmi +java.rmi.activation +java.rmi.dgc +java.rmi.registry +java.rmi.server +java.security +java.security.acl +java.security.cert +java.security.interfaces +java.security.spec +java.sql +java.text +java.util +java.util.jar +java.util.logging +java.util.prefs +java.util.regex +java.util.zip +javax.accessibility +javax.crypto +javax.crypto.interfaces +javax.crypto.spec +javax.imageio +javax.imageio.event +javax.imageio.metadata +javax.imageio.plugins.jpeg +javax.imageio.spi +javax.imageio.stream +javax.naming +javax.naming.directory +javax.naming.event +javax.naming.ldap +javax.naming.spi +javax.net +javax.net.ssl +javax.print +javax.print.attribute +javax.print.attribute.standard +javax.print.event +javax.rmi +javax.rmi.CORBA +javax.security.auth +javax.security.auth.callback +javax.security.auth.kerberos +javax.security.auth.login +javax.security.auth.spi +javax.security.auth.x500 +javax.security.cert +javax.sound.midi +javax.sound.midi.spi +javax.sound.sampled +javax.sound.sampled.spi +javax.sql +javax.swing +javax.swing.border +javax.swing.colorchooser +javax.swing.event +javax.swing.filechooser +javax.swing.plaf +javax.swing.plaf.basic +javax.swing.plaf.metal +javax.swing.plaf.multi +javax.swing.table +javax.swing.text +javax.swing.text.html +javax.swing.text.html.parser +javax.swing.text.rtf +javax.swing.tree +javax.swing.undo +javax.transaction +javax.transaction.xa +javax.xml.parsers +javax.xml.transform +javax.xml.transform.dom +javax.xml.transform.sax +javax.xml.transform.stream +org.ietf.jgss +org.omg.CORBA +org.omg.CORBA.DynAnyPackage +org.omg.CORBA.ORBPackage +org.omg.CORBA.TypeCodePackage +org.omg.CORBA.portable +org.omg.CORBA_2_3 +org.omg.CORBA_2_3.portable +org.omg.CosNaming +org.omg.CosNaming.NamingContextExtPackage +org.omg.CosNaming.NamingContextPackage +org.omg.Dynamic +org.omg.DynamicAny +org.omg.DynamicAny.DynAnyFactoryPackage +org.omg.DynamicAny.DynAnyPackage +org.omg.IOP +org.omg.IOP.CodecFactoryPackage +org.omg.IOP.CodecPackage +org.omg.Messaging +org.omg.PortableInterceptor +org.omg.PortableInterceptor.ORBInitInfoPackage +org.omg.PortableServer +org.omg.PortableServer.CurrentPackage +org.omg.PortableServer.POAManagerPackage +org.omg.PortableServer.POAPackage +org.omg.PortableServer.ServantLocatorPackage +org.omg.PortableServer.portable +org.omg.SendingContext +org.omg.stub.java.rmi +org.w3c.dom +org.xml.sax +org.xml.sax.ext +org.xml.sax.helpers diff --git a/make/build.xml b/make/build.xml index 5b06019..90bd030 100755 --- a/make/build.xml +++ b/make/build.xml @@ -601,7 +601,7 @@ sourcepath="${src.java};${src.generated.java}" destdir="${javadoc}" windowtitle="JOAL API" source="1.4" - link="${javadoc.link}" /> + linkoffline="${javadoc.link} 142-packages" /> </target> <target name="javadoc.dev" depends="init"> @@ -610,7 +610,7 @@ sourcepath="${src.java};${src.generated.java}" destdir="${javadoc.dev}" windowtitle="JOAL API" source="1.4" - link="${javadoc.link}" /> + linkoffline="${javadoc.link} 142-packages" /> </target> <!-- ================================================================== --> diff --git a/src/java/net/java/games/joal/Version.java b/src/java/net/java/games/joal/Version.java deleted file mode 100644 index 58b0f4b..0000000 --- a/src/java/net/java/games/joal/Version.java +++ /dev/null @@ -1,104 +0,0 @@ -/* -* Copyright (c) 2004 Sun Microsystems, Inc. All Rights Reserved. -* -* Redistribution and use in source and binary forms, with or without -* modification, are permitted provided that the following conditions are met: -* -* -Redistribution of source code must retain the above copyright notice, -* this list of conditions and the following disclaimer. -* -* -Redistribution in binary form must reproduce the above copyright notice, -* this list of conditions and the following disclaimer in the documentation -* and/or other materials provided with the distribution. -* -* Neither the name of Sun Microsystems, Inc. or the names of contributors may -* be used to endorse or promote products derived from this software without -* specific prior written permission. -* -* This software is provided "AS IS," without a warranty of any kind. -* ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING -* ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR -* NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS -* LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A -* RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. -* IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT -* OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR -* PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, -* ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS -* BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. -* -* You acknowledge that this software is not designed or intended for use in the -* design, construction, operation or maintenance of any nuclear facility. -*/ - -package net.java.games.joal; - -/** - * The version and build number of this implementation. - * Version numbers for a release are of the form: w.x.y[-a]-z, where: - * <ul> - * <li> - * w - the major version number of the release. This number should - * start at 1. Typically, a bump in the major version number - * signifies that the release breaks backwards compatibility - * with some older release. - * </li> - * <li> - * x - minor version number. This number starts at 0. A bump in - * the minor version number signifies a release that has significant - * new functionality. - * </li> - * <li> - * y - minor-minor version number number. This number starts at 0. A - * bump in the minor-minor version number signifies that new bug - * fixes have been added to the build. - * </li> - * <li> - * a - an optional build designator followed by a digit. Valid build - * designators are: - * <ul> - * <li>alpha</li> - * <li>beta</li> - * </ul> - * </li> - * <li> - * z - build number. This is used to specify the build number of the - * release. This is usually only important to people that use - * the daily build of a project. The format is the lower-case - * letter 'b' followed by a two digit number. - * </li> - * </ul> - * - * For example, the following are all valid version strings: - * <ul> - * <li>1.1.2-b02</li> - * <li>1.3.5-alpha1-b19</li> - * <li>4.7.1-beta3-b20</li> - * </ul> - * - */ -public final class Version { - - /** - * Private constructor - no need for user to create - * an instance of this class. - */ - private Version() { - } - - /** - * Version string of this build. - */ - private static final String version = "1.0.0-b01"; - - /** - * Returns the verison string and build number of - * this implementation. See the class descritpion - * for the version string format. - * - * @return The version string of this implementation. - */ - public static String getVersion() { - return version; - } -} diff --git a/src/java/net/java/games/joal/util/Version.java b/src/java/net/java/games/joal/util/Version.java index 51cff25..db12e3d 100755 --- a/src/java/net/java/games/joal/util/Version.java +++ b/src/java/net/java/games/joal/util/Version.java @@ -89,7 +89,7 @@ public final class Version { /** * Version string of this build. */ - private static final String version = "1.1.0-b01"; + private static final String version = "1.1-b01"; /** * Returns the version string and build number of |