From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- src/engine/SCons/Tool/packaging.xml | 47 +++++++++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 5 deletions(-) (limited to 'src/engine/SCons/Tool/packaging.xml') diff --git a/src/engine/SCons/Tool/packaging.xml b/src/engine/SCons/Tool/packaging.xml index 9527879..2733281 100644 --- a/src/engine/SCons/Tool/packaging.xml +++ b/src/engine/SCons/Tool/packaging.xml @@ -1,73 +1,110 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + A framework for building binary and source packages. + + Builds a Binary Package of the given source files. + - + env.Package(source = FindInstalledFiles()) - + + The Java archive tool. + + The directory to which the Java archive tool should change (using the option). + + The command line used to call the Java archive tool. + + The string displayed when the Java archive tool is called If this is not set, then &cv-JARCOM; (the command line) is displayed. + - + env = Environment(JARCOMSTR = "JARchiving $SOURCES into $TARGET") - + + General options passed to the Java archive tool. By default this is set to to create the necessary jar file. + + The suffix for Java archives: .jar by default. + + + \ No newline at end of file -- cgit v1.2.3