diff --git a/.gitignore b/.gitignore index 6b36a7407..25af7ea31 100644 --- a/.gitignore +++ b/.gitignore @@ -56,4 +56,4 @@ hs_err_pid*.log /jpexs_website.properties /version.properties /tools.properties -/nbproject/private/ \ No newline at end of file +/nbproject/private/ diff --git a/build_common.xml b/build_common.xml index 331379400..14bafc374 100644 --- a/build_common.xml +++ b/build_common.xml @@ -1,5 +1,5 @@ - + Builds project @@ -24,11 +24,9 @@ - - - - - + + + @@ -59,27 +57,13 @@ - - - - - - - - - - - + @@ -127,38 +111,46 @@ - - + + + + - - - - - - - - - - - - - + + + + + + + + + + + - + + + - + + + + + + + + + + + + + + @@ -217,14 +209,14 @@ debFilenameProperty="deb.file.orig" section="editors" depends="${app.package.depends}"> - - - ${app.description} - - - - - + + + ${app.description} + + + + + @@ -278,7 +270,7 @@ - + @@ -530,7 +522,7 @@ ${PROJECTNAME} ${VERSION}${VERSIONSUFFIX} localization pack ------------------------------------------------------------------- Please follow instructions on http://www.free-decompiler.com/flash/translations.html - + @@ -591,11 +583,11 @@ - - - - - + + + + + @@ -721,10 +713,10 @@ - + - + @@ -741,11 +733,11 @@ - + - + diff --git a/libsrc/ffdec_lib/build_common.xml b/libsrc/ffdec_lib/build_common.xml index 53019764c..4b830f4eb 100644 --- a/libsrc/ffdec_lib/build_common.xml +++ b/libsrc/ffdec_lib/build_common.xml @@ -1,5 +1,5 @@ - + Builds project @@ -19,28 +19,10 @@ - - - - - - - - - - - - - - - - - - - - - + + + + @@ -85,11 +67,11 @@ - - + + @@ -102,21 +84,27 @@ - - - + + - - - - - - - - + + + + + + + + + + + + + + + diff --git a/libsrc/ffdec_lib/testlib/emma.jar b/libsrc/ffdec_lib/testlib/emma.jar deleted file mode 100644 index 27629deef..000000000 Binary files a/libsrc/ffdec_lib/testlib/emma.jar and /dev/null differ diff --git a/libsrc/ffdec_lib/testlib/emma_ant.jar b/libsrc/ffdec_lib/testlib/emma_ant.jar deleted file mode 100644 index 3f28c2c66..000000000 Binary files a/libsrc/ffdec_lib/testlib/emma_ant.jar and /dev/null differ diff --git a/libsrc/ffdec_lib/testlib/jacocoant.jar b/libsrc/ffdec_lib/testlib/jacocoant.jar new file mode 100644 index 000000000..43340ba1c Binary files /dev/null and b/libsrc/ffdec_lib/testlib/jacocoant.jar differ diff --git a/testlib/emma.jar b/testlib/emma.jar deleted file mode 100644 index 27629deef..000000000 Binary files a/testlib/emma.jar and /dev/null differ diff --git a/testlib/emma_ant.jar b/testlib/emma_ant.jar deleted file mode 100644 index 3f28c2c66..000000000 Binary files a/testlib/emma_ant.jar and /dev/null differ diff --git a/testlib/jacocoant.jar b/testlib/jacocoant.jar new file mode 100644 index 000000000..43340ba1c Binary files /dev/null and b/testlib/jacocoant.jar differ