2002 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272468 13f79535-47bb-0310-9956-ffa450edef68master
@@ -2,7 +2,7 @@ | |||||
REM You will need to specify JAVA_HOME if compiling with 1.2 or later. | REM You will need to specify JAVA_HOME if compiling with 1.2 or later. | ||||
REM Copyright (c) 2000-2001 The Apache Software Foundation. All rights | |||||
REM Copyright (c) 2000-2002 The Apache Software Foundation. All rights | |||||
REM reserved. | REM reserved. | ||||
set OLDJAVA=%JAVA% | set OLDJAVA=%JAVA% | ||||
@@ -1,6 +1,6 @@ | |||||
@echo off | @echo off | ||||
REM Copyright (c) 2000-2001 The Apache Software Foundation. All rights | |||||
REM Copyright (c) 2000-2002 The Apache Software Foundation. All rights | |||||
REM reserved. | REM reserved. | ||||
set OLDCLASSPATH=%CLASSPATH% | set OLDCLASSPATH=%CLASSPATH% | ||||
@@ -1,7 +1,7 @@ | |||||
/* | /* | ||||
* The Apache Software License, Version 1.1 | * The Apache Software License, Version 1.1 | ||||
* | * | ||||
* Copyright (c) 2001 The Apache Software Foundation. All rights | |||||
* Copyright (c) 2001-2002 The Apache Software Foundation. All rights | |||||
* reserved. | * reserved. | ||||
* | * | ||||
* Redistribution and use in source and binary forms, with or without | * Redistribution and use in source and binary forms, with or without | ||||
@@ -61,7 +61,7 @@ package org.apache.tools.zip; | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
public class ZipLong implements Cloneable { | |||||
public final class ZipLong implements Cloneable { | |||||
private long value; | private long value; | ||||
@@ -61,7 +61,7 @@ package org.apache.tools.zip; | |||||
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
public class ZipShort implements Cloneable { | |||||
public final class ZipShort implements Cloneable { | |||||
private int value; | private int value; | ||||