File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1818 <classpathentry kind =" lib" path =" lib/java/runtime/princess-smt-parser_2.12.jar" />
1919 <classpathentry kind =" lib" path =" lib/java/runtime/java-cup-runtime.jar" />
2020 <classpathentry kind =" lib" path =" lib/java/runtime/com.microsoft.z3.jar" />
21+ <classpathentry kind =" lib" path =" lib/java/runtime/CVC4.jar" />
2122 <classpathentry kind =" lib" path =" lib/java/test/truth-java8-extension.jar" sourcepath =" lib/java-contrib/truth-java8-extension-sources.jar" />
2223 <classpathentry kind =" lib" path =" lib/java/runtime/checker-qual.jar" sourcepath =" lib/java-contrib/checker-qual-sources.jar" />
2324 <classpathentry kind =" lib" path =" lib/java/test/diffutils.jar" />
2728 <attribute name =" optional" value =" true" />
2829 </attributes >
2930 </classpathentry >
30- <classpathentry kind =" lib" path =" lib/java/runtime/CVC4.jar" />
3131 <classpathentry kind =" output" path =" bin" />
3232</classpath >
Original file line number Diff line number Diff line change 55<stringAttribute key =" org.eclipse.ant.ui.ATTR_ANT_MANUAL_TARGETS" value =" build-dependencies," />
66<booleanAttribute key =" org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value =" true" />
77<booleanAttribute key =" org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value =" false" />
8+ <booleanAttribute key =" org.eclipse.ant.uiSET_INPUTHANDLER" value =" true" />
89<booleanAttribute key =" org.eclipse.ant.ui.SET_INPUTHANDLER" value =" true" />
910<stringAttribute key =" org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value =" ${project}" />
11+ <booleanAttribute key =" org.eclipse.debug.core.capture_output" value =" false" />
12+ <booleanAttribute key =" org.eclipse.debug.ui.ATTR_CONSOLE_OUTPUT_ON" value =" true" />
1013<booleanAttribute key =" org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value =" false" />
11- <booleanAttribute key =" org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value =" true" />
1214<stringAttribute key =" org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value =" org.eclipse.ant.ui.AntClasspathProvider" />
1315<booleanAttribute key =" org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value =" true" />
1416<stringAttribute key =" org.eclipse.jdt.launching.JRE_CONTAINER" value =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" />
Original file line number Diff line number Diff line change 5757
5858 <target name =" build" depends =" build-project, collect-options" description =" Build" />
5959
60- <!-- <target name="dist" depends="jar, sources, javadoc-jar" description="Make a distributable release"/>-->
61- <target name =" dist" depends =" jar, sources" description =" Make a distributable release" />
60+ <target name =" dist" depends =" jar, sources, javadoc-jar" description =" Make a distributable release" />
6261
6362 <target name =" tests" depends =" unit-tests-coverage" description =" Run all tests" />
6463
65- <!-- < target name="publish" depends="tests, dist, publish-artifacts" description="Publish current version to Ivy repository"/> -- >
66- <target name = " publish " depends = " dist, publish-artifacts " description = " Publish current version to Ivy repository " />
64+ <target name =" publish" depends =" tests, dist, publish-artifacts" description =" Publish current version to Ivy repository" />
65+
6766 <target name =" documentation" depends =" collect-options, javadoc" description =" Build documentation" />
6867
6968 <target name =" all-checks" description =" Run all tests and checks" >
You can’t perform that action at this time.
0 commit comments