Skip to content

Commit 39747fd

Browse files
committed
Retrofit for AntRun 1.10.4
1 parent fb6a7c8 commit 39747fd

15 files changed

Lines changed: 1250 additions & 894 deletions

File tree

Source/Charts/build.xml

Lines changed: 155 additions & 123 deletions
Large diffs are not rendered by default.

Source/Charts/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<!-- JAR filename -->
4242
<jar>
43-
<filename>../pss-charts.jar</filename>
43+
<filename>../pss-charts</filename>
4444
</jar>
4545

4646
<test>

Source/Core/build.xml

Lines changed: 155 additions & 123 deletions
Large diffs are not rendered by default.

Source/Core/config.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424

2525
<!-- The project's name -->
2626
<name>Programmatic Spreadsheet</name>
27+
28+
<!-- The project's version -->
29+
<version>0.2</version>
30+
31+
<!-- The project's package -->
32+
<package>ca/uqac/lif/spreadsheet/units/</package>
33+
34+
<!-- The target JDK -->
35+
<targetjdk>8</targetjdk>
2736

2837
<!-- The project's author. Currently this only
2938
shows up in the footer of the Javadoc documentation. -->
@@ -40,7 +49,7 @@
4049

4150
<!-- JAR filename -->
4251
<jar>
43-
<filename>../pss-core.jar</filename>
52+
<filename>../pss-core</filename>
4453
</jar>
4554

4655
<test>
@@ -63,7 +72,7 @@
6372
<name>Petit Poucet Core</name>
6473
<classname>ca.uqac.lif.petitpoucet.Part</classname>
6574
<files>
66-
<jar>https://github.com/liflab/petitpoucet/releases/download/v2.1-beta3/petitpoucet-core.jar</jar>
75+
<jar>https://github.com/liflab/petitpoucet/releases/download/v2.3/petitpoucet-core-2.3.jar</jar>
6776
</files>
6877
<bundle>false</bundle>
6978
</dependency>
@@ -74,7 +83,7 @@
7483
<name>Petit Poucet Functions</name>
7584
<classname>ca.uqac.lif.petitpoucet.function.Function</classname>
7685
<files>
77-
<jar>https://github.com/liflab/petitpoucet/releases/download/v2.1-beta3/petitpoucet-functions.jar</jar>
86+
<jar>https://github.com/liflab/petitpoucet/releases/download/v2.3/petitpoucet-functions-2.3.jar</jar>
7887
</files>
7988
<bundle>false</bundle>
8089
</dependency>

0 commit comments

Comments
 (0)