/* * [Forgive.java] * * Summary: enumeration of indiscretions to possibly forgive a project for. * * Copyright: (c) 2011-2017 Roedy Green, Canadian Mind Products, http://mindprod.com * * Licence: This software may be copied and used freely for any purpose but military. * http://mindprod.com/contact/nonmil.html * * Requires: JDK 1.8+ * * Created with: JetBrains IntelliJ IDEA IDE http://www.jetbrains.com/idea/ * * Version History: * 1.0 2011-09-16 initial version */ package com.mindprod.zzz; /** * enumeration of indiscretions to possibly forgive a project for. *

* forJarExe.xml exists determines whether to use genjar or jar.exe, not the forgive mechanism. * zzz builds corresponding ant script. * * @author Roedy Green, Canadian Mind Products * @version 1.0 2011-09-16 initial version * @since 2011-09-16 */ public enum Forgive { USES_RT, ZIP_BAGGAGE /* zip contains junk not used */, EXCESS_COPYRIGHT }