Skip to content

Commit

Permalink
change jar reference to eventorganiser.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
adjscent committed Nov 9, 2018
1 parent ac15b12 commit c19cc6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>mainupstream</name>
<comment>Project AddressBook created by Buildship.</comment>
<name>EventOrganiser</name>
<comment>Project EventOrganiser created by Buildship.</comment>
<projects>
</projects>
<buildSpec>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies {
}

shadowJar {
archiveName = 'addressbook.jar'
archiveName = 'eventorganiser.jar'

destinationDir = file("${buildDir}/jar/")
}
Expand Down
2 changes: 1 addition & 1 deletion docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Interested? Jump to the <<Quick Start>> to get started. Enjoy!
== Quick Start

. Ensure you have Java version `9` or later installed in your Computer.
. Download the latest `addressbook.jar` link:{repoURL}/releases[here].
. Download the latest `eventorganiser.jar` link:{repoURL}/releases[here].
. Copy the file to the folder you want to use as the home folder for your EventOrganiser.
. Double-click the file to start the app. The GUI should appear in a few seconds.
+
Expand Down

0 comments on commit c19cc6c

Please sign in to comment.