clean out
add interface/InterfaceName target to create a template interface move generate_newclass.sh to generate_new.sh and take class or interface as argument Signed-off-by: philippe lhardy <philippe@pavilionartlogiciel>
This commit is contained in:
@@ -32,7 +32,7 @@ cat <<EOF
|
||||
<!-- Create the distribution directory -->
|
||||
<mkdir dir="\${dist}/lib"/>
|
||||
|
||||
<!-- Put everything in \${build} into the ${project_name}-${project_version}}-${DSTAMP}.jar file -->
|
||||
<!-- Put everything in \${build} into the ${project_name}-${project_version}.jar file ( \${DSTAMP} not used yet )-->
|
||||
<jar jarfile="\${dist}/lib/${project_name}-${project_version}.jar" basedir="\${build}">
|
||||
<manifest>
|
||||
<attribute name="Main-Class" value="$project_mainclass"/>
|
||||
|
||||
Reference in New Issue
Block a user