Skip to content

Commit 6ab315e

Browse files
committed
revert unneeded changes in development branch
1 parent 84ad25b commit 6ab315e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
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"/>
@@ -27,6 +28,5 @@
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>

.settings/Ant Builder.launch

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
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"/>

build.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,12 @@
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">

0 commit comments

Comments
 (0)