diff --git a/.gitignore b/.gitignore index 25af7ea31..43e23f6d5 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ Thumbs.db /javadoc/ /coverage/ /dist/ +/mac/ /testdata/decompile/ /testdata/recompile/ /build_exe.xml diff --git a/build.xml b/build.xml index 4c39f58e0..243b1ef20 100644 --- a/build.xml +++ b/build.xml @@ -93,5 +93,8 @@ Key Features: - Multilanguage support (see language list) - Can decompile some kinds of obfuscated code too + + + diff --git a/build_common.xml b/build_common.xml index 14bafc374..f7a2ce68d 100644 --- a/build_common.xml +++ b/build_common.xml @@ -2,7 +2,8 @@ Builds project - + + @@ -159,6 +160,8 @@ + + @@ -223,12 +226,98 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]]> + + + + + + + + + + + + + + ${PRODUCTNAME} ${VERSION}${VERSIONSUFFIX} + + + + + + + + + + + #base.pkg +]]> + + + + + + + + + + + + + + #!/bin/bash cd "$(dirname "$${BASH_SOURCE[0]}")" cd ../Resources ./${app.script} - + @@ -255,15 +344,23 @@ ${MACCATEGORYTYPE} ]]> - + + + + + + + + - - - - - - - + + + + + + + + diff --git a/jbomutils.jar b/jbomutils.jar new file mode 100644 index 000000000..b402017b0 Binary files /dev/null and b/jbomutils.jar differ