Skip to content
Snippets Groups Projects
Commit af24abf2 authored by Daniel Plagge's avatar Daniel Plagge
Browse files

added sat4j jar to the JAR's classpath, because the command line given

classpath is ignored in conjunction with the -jar option.

git-svn-id: https://cobra.cs.uni-duesseldorf.de/prob/trunk/experimental/plagge/probkodkod@7685 7aec93f6-bc54-0410-ac70-7d7c9efa889a
parent d3b45da7
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@
<property name="main.class" value="de.stups.probkodkod.KodkodInteraction"/>
<property name="lib" value="lib"/>
<property name="kodkod" value="${lib}/kodkod.jar"/>
<property name="sat4j" value="${lib}/org.sat4j.core.jar"/>
<property name="sat4jjar" value="org.sat4j.core.jar"/>
<property name="sat4j" value="${lib}/${sat4jjar}"/>
<property name="prolog" value="${lib}/prolog.jar"/>
<property name="junit" value="${lib}/junit-4.8.2.jar"/>
<property name="uptodate" value="uptodate"/>
......@@ -92,7 +93,7 @@
<manifest file="${build}/MANIFEST.MF">
<attribute name="Built-By" value="${user.name}"/>
<attribute name="Main-Class" value="${main.class}"/>
<attribute name="Class-Path" value="kodkod.jar"/>
<attribute name="Class-Path" value="${sat4jjar}"/>
</manifest>
</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment