Skip to content

Commit

Permalink
Removed automatic exit after install. Darrin's changes made it uneces…
Browse files Browse the repository at this point in the history
…sary.
  • Loading branch information
unclebob committed Jul 23, 2009
1 parent 40ab0b5 commit c0702f8
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 48 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -43,6 +43,7 @@
<zipfileset src="lib/htmlparser.jar" />
<zipfileset src="lib/json.jar" />
<zipfileset src="lib/velocity-1.6.2-dep.jar" />
<zipfileset src="lib/fitlibrary.jar"/>

<manifest>
<attribute name="Built-By" value="Object Mentor, Inc."/>
Expand Down
Empty file removed lib/dummy.jar
Empty file.
Empty file removed lib/testDirectory/dummy.jar
Empty file.
2 changes: 0 additions & 2 deletions src/fitnesse/updates/UpdaterImplementation.java
Expand Up @@ -107,8 +107,6 @@ public void update() throws Exception {
super.update();
getProperties().put("Version", fitNesseVersion);
saveProperties();
System.err.println("You must now reload FitNesse. Thank you for your patience........");
exit();
}
}

Expand Down

0 comments on commit c0702f8

Please sign in to comment.