Fix trackeditor build

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8253 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 7f29043c60d6ab5dc27efce709c623581b4c4aec
Former-commit-id: 0ac094bb59236eb0409c8c699b582f842bdd590a
This commit is contained in:
beaglejoe 2022-06-24 15:20:38 +00:00
parent 2cd7465efe
commit a3b7da2037
2 changed files with 5 additions and 5 deletions

View file

@ -120,8 +120,8 @@ IF(Java_Development_FOUND AND Java_FOUND)
SET(JAVA_JARS bsh-2.0b4.jar
jdom-1.1.3.jar
jgoodies-looks-2.5.3.jar
jgoodies-common-1.6.0.jar )
jgoodies-looks-2.5.3.jar
jgoodies-common-1.6.0.jar )
# ========= Debug
#message(STATUS "JAVA_JARS = ${JAVA_JARS}")
@ -135,9 +135,9 @@ IF(Java_Development_FOUND AND Java_FOUND)
SET(_TGT_DIR "${CMAKE_BINARY_DIR}/${SD_BINDIR}")
ADD_JAR(${_TARGET_NAME}
SOURCES ${_JAVA_SRC} gui/splash/Splash.png icon.png ${_ICONS}
SOURCES ${_JAVA_SRC} gui/splash/Splash.png icon.png ${_ICONS} META-INF/MANIFEST.MF
INCLUDE_JARS ${JAVA_JARS}
MANIFEST ./META-INF/MANIFEST.MF
MANIFEST META-INF/MANIFEST.MF
OUTPUT_DIR ${_TGT_DIR}
)

View file

@ -1,3 +1,3 @@
Manifest-Version: 1.0
Main-Class: utils.TrackEditor
Class-Path: ./ bsh-2.0b4.jar jdom-1.1.3.jar looks-1.2.2.jar
Class-Path: bsh-2.0b4.jar jdom-1.1.3.jar jgoodies-looks-2.5.3.jar jgoodies-common-1.6.0.jar