Skip to content

Commit

Permalink
Abandon Class-Path in manifest file due to line wrapping in openjdk 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
billbirchatcoles committed Nov 7, 2016
1 parent 0bc2c8f commit aeb8cd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 1 addition & 4 deletions bin/genyris
@@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
# #
export GENYRIS_HOME="`dirname $0`/.." export GENYRIS_HOME="`dirname $0`/.."
java -Xmx256M -jar ${GENYRIS_HOME}/dist/genyris-*.jar $* java -Xmx256M -classpath ${GENYRIS_HOME}/dist/\*:${GENYRIS_HOME}/dist/needed/\*:${GENYRIS_HOME}/needed/\* org.genyris.interp.ClassicReadEvalPrintLoop $*

# Alternate form:
# java -Xmx256M -classpath ${GENYRIS_HOME}/dist/\* org.genyris.interp.ClassicReadEvalPrintLoop $*
5 changes: 0 additions & 5 deletions build.xml
Expand Up @@ -260,11 +260,6 @@
<fileset dir="${basedir}" includes="test/**/*" /> <fileset dir="${basedir}" includes="test/**/*" />
<manifest> <manifest>
<attribute name="Main-Class" value="org.genyris.interp.ClassicReadEvalPrintLoop" /> <attribute name="Main-Class" value="org.genyris.interp.ClassicReadEvalPrintLoop" />
<attribute name="Class-Path" value="needed/httpcore-4.4.3.jar needed/httpclient-4.5.1.jar
needed/junit.jar needed/mail.jar needed/mailapi.jar
needed/dsn.jar needed/imap.jar needed/smtp.jar needed/pop3.jar needed/opencsv-1.8.jar
needed/jline-2.11.jar needed/commons-io-2.4.jar needed/commons-logging-1.1.jar
" />
<attribute name="Specification-Title" value="Genyris" /> <attribute name="Specification-Title" value="Genyris" />
<attribute name="Specification-Version" value="${specification-version}" /> <attribute name="Specification-Version" value="${specification-version}" />
<attribute name="Specification-Vendor" value="genyris.org" /> <attribute name="Specification-Vendor" value="genyris.org" />
Expand Down

0 comments on commit aeb8cd8

Please sign in to comment.