Changes between Version 8 and Version 9 of AppBuilding


Ignore:
Timestamp:
Dec 31, 1969, 4:35:47 PM (55 years ago)
Author:
Kevin Milner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppBuilding

    v8 v9  
    2727* javadoc - generate JavaDocs for the entire project
    2828=== [source:trunk/ant/CompleteJar.xml CompleteJar.xml] ===
    29 Creates single jar distributions. For a complete distribution (including data files), use the "jar.full.dist" target. To simple create a jar with all Java classes, use the "jar.classes.only" target
     29Creates single jar distributions.
     30==== Important Targets ====
     31* jar.full.dist - Builds a jar with all classes and resources.
     32* jar.classes.only - Builds a jar with all classes but no resources.
    3033=== [source:trunk/ant/AppBuilder.xml AppBuilder.xml] ===
    3134This is the core app building file. This will build a jar for a single application. It '''should not be run directly''', however. It should be run by a separate build file, with the following properties set: