Skip to content

Commit 241e55b

Browse files
committed
Include tests in release zip files, bump version to 3.4
1 parent db6f857 commit 241e55b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

creole.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- creole.xml for Learning_Framework -->
22
<CREOLE-DIRECTORY
33
ID="gate.LearningFramework"
4-
VERSION="3.3"
4+
VERSION="3.4"
55
DESCRIPTION="Learning Framework"
66
HELPURL="https://github.com/GateNLP/gateplugin-LearningFramework/wiki"
77
>

makedist.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ ant || exit
2020
ant clean.classes || exit
2121
rm -rf build.properties
2222
rm -rf makedist.sh
23-
rm -rf tests
23+
## Temporarily include the tests in the distribution so we can easier test on mac/Windows
24+
## rm -rf tests
2425
rm $curdir/${name}-${version}-src.zip
2526
cd ..
2627
zip -r $curdir/$name-$version.zip $name

0 commit comments

Comments
 (0)