Skip to content

Commit

Permalink
Fixed wrong JMapProjLib in macOS application
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernie Jenny committed Mar 31, 2017
1 parent f7c3752 commit afaaa25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -79,7 +79,7 @@
identifier="${main.class}"
mainclassname="${main.class}"
icon="mac/icon.icns"
shortversion="1.0.4"
shortversion="1.0.5"
copyright="© Bernhard Jenny 2007–2017"
applicationCategory="public.app-category.graphics-design">
<classpath file="${dist.jar}" />
Expand All @@ -97,7 +97,7 @@

<!-- Combine all jar files into a single jar. -->
<jar compress="true" destfile="${dist.jar}" update="true">
<zipfileset src="lib/JMapProjLib.jar"/>
<zipfileset src="dist/lib/JMapProjLib.jar"/>
<zipfileset src="${libs.swing-layout.classpath}"/>
<zipfileset src="lib/jai_imageio.jar"/>
<zipfileset src="lib/iText-2.1.3.jar"/>
Expand Down
Binary file removed lib/JMapProjLib.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ika/app/Application.properties
Expand Up @@ -10,7 +10,7 @@ PreferencesPanel=ika.gui.FlexProjectorPreferencesPanel
#The version of the application, numbers only in the format X.Y.Z, e.g. "1.12.5"
#The last number is optional, i.e. "1.12" is valid.
#The numbers can be followed by a string, such as "0.12 alpha"
ApplicationVersion=1.0.4
ApplicationVersion=1.0.5

#a small icon for display in information dialogs
ApplicationIcon=logo64x64.png
Expand Down

0 comments on commit afaaa25

Please sign in to comment.