Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
revert allow_input to true
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsinclair committed Mar 19, 2017
1 parent 452a157 commit fedc9b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!-- Output directories -->
<property name="rootdist" location="dist"/>
<property name="dist" location="dist/VoyantServer2_2-M4"/>
<property name="dist" location="dist/VoyantServer2_2"/>
<property name="jarpath" location="lib"/>

<path id="project.jars">
Expand Down Expand Up @@ -84,7 +84,7 @@
<exclude name="**/trombone*.jar"/>
</fileset>
</copy>
<zip destfile="VoyantServer2_2-M4.zip"
<zip destfile="VoyantServer2_2.zip"
filesonly="true"
compress="true">
<fileset dir="${rootdist}" />
Expand Down
2 changes: 1 addition & 1 deletion server-settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ open_menu =
# documents can be added. That doesn't necessarily mean no new corpora can be created, there
# may be a new corpus based on a subset of an existing corpus. The default value is true
# (to allow new input), set this to false to prevent new input from being added.
allow_input = false
allow_input = true

0 comments on commit fedc9b7

Please sign in to comment.