Skip to content

Commit f7c3752

Browse files
author
Bernie Jenny
committed
Added Gall-Peters
1 parent 2b167ed commit f7c3752

File tree

7 files changed

+35
-8
lines changed

7 files changed

+35
-8
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
identifier="${main.class}"
8080
mainclassname="${main.class}"
8181
icon="mac/icon.icns"
82-
shortversion="1.0.3"
82+
shortversion="1.0.4"
8383
copyright="© Bernhard Jenny 2007–2017"
8484
applicationCategory="public.app-category.graphics-design">
8585
<classpath file="${dist.jar}" />

nbproject/build-impl.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,14 @@ is divided into following sections:
903903
<propertyfile file="${built-jar.properties}">
904904
<entry key="${basedir}" value=""/>
905905
</propertyfile>
906+
<antcall target="-maybe-call-dep">
907+
<param name="call.built.properties" value="${built-jar.properties}"/>
908+
<param location="${project.JMapProjLib}" name="call.subproject"/>
909+
<param location="${project.JMapProjLib}/build.xml" name="call.script"/>
910+
<param name="call.target" value="jar"/>
911+
<param name="transfer.built-jar.properties" value="${built-jar.properties}"/>
912+
<param name="transfer.not.archive.disabled" value="true"/>
913+
</antcall>
906914
</target>
907915
<target depends="init,-check-automatic-build,-clean-after-automatic-build" name="-verify-automatic-build"/>
908916
<target depends="init" name="-check-automatic-build">
@@ -1388,6 +1396,14 @@ is divided into following sections:
13881396
<propertyfile file="${built-clean.properties}">
13891397
<entry key="${basedir}" value=""/>
13901398
</propertyfile>
1399+
<antcall target="-maybe-call-dep">
1400+
<param name="call.built.properties" value="${built-clean.properties}"/>
1401+
<param location="${project.JMapProjLib}" name="call.subproject"/>
1402+
<param location="${project.JMapProjLib}/build.xml" name="call.script"/>
1403+
<param name="call.target" value="clean"/>
1404+
<param name="transfer.built-clean.properties" value="${built-clean.properties}"/>
1405+
<param name="transfer.not.archive.disabled" value="true"/>
1406+
</antcall>
13911407
</target>
13921408
<target depends="init" name="-do-clean">
13931409
<delete dir="${build.dir}"/>

nbproject/genfiles.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ build.xml.script.CRC32=2b38d8ad
33
build.xml.stylesheet.CRC32=240b97a2
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6-
nbproject/build-impl.xml.data.CRC32=04319c1f
7-
nbproject/build-impl.xml.script.CRC32=8aa11cdc
6+
nbproject/build-impl.xml.data.CRC32=be631d95
7+
nbproject/build-impl.xml.script.CRC32=0f5a9361
88
nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48

nbproject/project.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,16 @@ endorsed.classpath=
2828
excludes=
2929
file.reference.iText-2.1.3.jar=lib/iText-2.1.3.jar
3030
file.reference.jai_imageio.jar=lib/jai_imageio.jar
31-
file.reference.JMapProjLib.jar=lib/JMapProjLib.jar
3231
file.reference.l2fprod-common-fontchooser.jar=lib/l2fprod-common-fontchooser.jar
3332
includes=**
3433
jar.archive.disabled=${jnlp.enabled}
3534
jar.compress=false
3635
jar.index=${jnlp.enabled}
3736
javac.classpath=\
38-
${file.reference.JMapProjLib.jar}:\
3937
${file.reference.jai_imageio.jar}:\
4038
${file.reference.l2fprod-common-fontchooser.jar}:\
4139
${file.reference.iText-2.1.3.jar}:\
40+
${reference.JMapProjLib.jar}:\
4241
${libs.absolutelayout.classpath}:\
4342
${libs.swing-layout.classpath}
4443
# Space-separated list of extra javac options
@@ -78,7 +77,9 @@ manifest.file=manifest.mf
7877
meta.inf.dir=${src.dir}/META-INF
7978
mkdist.disabled=false
8079
platform.active=default_platform
80+
project.JMapProjLib=../JMapProjLib
8181
project.license=gpl20
82+
reference.JMapProjLib.jar=${project.JMapProjLib}/dist/JMapProjLib.jar
8283
run.classpath=\
8384
${javac.classpath}:\
8485
${build.classes.dir}

nbproject/project.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
<root id="test.src.dir"/>
1313
</test-roots>
1414
</data>
15-
<references xmlns="http://www.netbeans.org/ns/ant-project-references/1"/>
15+
<references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
16+
<reference>
17+
<foreign-project>JMapProjLib</foreign-project>
18+
<artifact-type>jar</artifact-type>
19+
<script>build.xml</script>
20+
<target>jar</target>
21+
<clean-target>clean</clean-target>
22+
<id>jar</id>
23+
</reference>
24+
</references>
1625
</configuration>
1726
</project>

src/ika/app/Application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PreferencesPanel=ika.gui.FlexProjectorPreferencesPanel
1010
#The version of the application, numbers only in the format X.Y.Z, e.g. "1.12.5"
1111
#The last number is optional, i.e. "1.12" is valid.
1212
#The numbers can be followed by a string, such as "0.12 alpha"
13-
ApplicationVersion=1.0.3
13+
ApplicationVersion=1.0.4
1414

1515
#a small icon for display in information dialogs
1616
ApplicationIcon=logo64x64.png

src/ika/data/projections.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ Eckert IV, true
1212
Eckert V, true
1313
Eckert VI, true
1414
Eckert-Greifendorff, true, approx
15-
Equidistant Cylindrical (Plate Carrée), true
15+
Equirectangular, true
1616
Fahey, true, approx
1717
Foucaut, true,
1818
Foucaut Sinusoidal, true
1919
Gall (Gall Stereographic), true
20+
Gall-Peters, true
2021
Ginzburg VIII (TsNIIGAiK 1944), true
2122
Goode Homolosine, true
2223
Hammer, true, approx

0 commit comments

Comments
 (0)