Skip to content

Commit 2f54280

Browse files
committed
Fix for jar problem - V4.6
1 parent 7eb0856 commit 2f54280

File tree

174 files changed

+10430
-10946
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+10430
-10946
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src">
3+
<classpathentry kind="src" path="src">
44
<attributes>
55
<attribute name="optional" value="true"/>
66
<attribute name="maven.pomderived" value="true"/>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Course Generator is a software which can estimate your time in road running race
44

55
![Course Generator Main window](https://imgur.com/4tM7kUR.png)
66

7-
## Status : Version 4.5 (stable)
7+
## Status : Version 4.6 (stable)
88

99
## History
1010
I created Course Generator in 2008 for my first 100 km ultra trail. Since then, I added a lot of features and it has been used by a lot of french ultra-runner. Up to the version 3.88 it has been written in C# and now java is used in order to be cross platform (Windows, Mac OS and Linux) and multilingual.

build/course_generator.jar

-12.1 KB
Binary file not shown.

build/en_cg_doc_4.00.epub

1.04 KB
Binary file not shown.

build/en_cg_doc_4.00.pdf

-64 Bytes
Binary file not shown.

build/fr_cg_doc_4.00.epub

1.09 KB
Binary file not shown.

build/fr_cg_doc_4.00.pdf

1 Byte
Binary file not shown.

build/help/en/en_cg_doc_4.00.html

Lines changed: 231 additions & 82 deletions
Large diffs are not rendered by default.

build/help/fr/fr_cg_doc_4.00.html

Lines changed: 236 additions & 84 deletions
Large diffs are not rendered by default.

doc/en/build_epub.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ pandoc --toc --number-sections --epub-cover-image=./images/CG40_Image.png --css
1313

1414
# copy files
1515
cp -u ./$name ../../build/
16+
17+
echo "Done! 'epub' file generated in the local folder and copied in the 'build' folder"

0 commit comments

Comments
 (0)