Skip to content

Commit

Permalink
Merge pull request #12 from boaglio/master
Browse files Browse the repository at this point in the history
issue #7 - JVM args + lib cleaning
  • Loading branch information
geekcom authored Oct 28, 2016
2 parents cd66db7 + 4946ea1 commit 85ec7d4
Show file tree
Hide file tree
Showing 38 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JasperStarter/bin/jasperstarter
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ else
fi

#SCRIPTPATH="$(dirname $0)"
java -jar "$HOME_FOLDER/lib/jasperstarter.jar" "$@"
java -jar -Djava.net.preferIPv4Stack=true -Xmx1024m "$HOME_FOLDER/lib/jasperstarter.jar" "$@"
Binary file removed src/JasperStarter/lib/ant-1.9.7.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/argparse4j-0.7.0.jar
Binary file not shown.
File renamed without changes.
Binary file removed src/JasperStarter/lib/batik-awt-util-1.8.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/batik-bridge-1.8.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/batik-css-1.8.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/batik-dom-1.8.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/batik-ext-1.8.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/batik-gvt-1.8.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/batik-parser-1.8.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/batik-script-1.8.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/batik-svg-dom-1.8.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/batik-svggen-1.8.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/batik-util-1.8.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/batik-xml-1.8.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/bcmail-jdk14-138.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/bcprov-jdk14-138.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/commons-codec-1.10.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/commons-collections-3.2.2.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/commons-collections4-4.1.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/commons-io-2.5.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/core-3.2.1.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/groovy-all-2.4.7.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/icu4j-57.1.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/itext-2.1.7.js5.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/jasperreports-6.3.1.jar
Binary file not shown.
Binary file not shown.
Binary file modified src/JasperStarter/lib/jasperstarter.jar
100755 → 100644
Binary file not shown.
Binary file removed src/JasperStarter/lib/jasperstarter_ORI.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/javastarter.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/jcommon-1.0.23.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/jfreechart-1.0.19.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/poi-3.15.jar
Binary file not shown.
File renamed without changes.
Binary file removed src/JasperStarter/lib/servlet-api-3.0-alpha-1.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/xalan-2.7.0.jar
Binary file not shown.
Binary file removed src/JasperStarter/lib/xml-apis-1.3.04.jar
Binary file not shown.

0 comments on commit 85ec7d4

Please sign in to comment.