We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6f857 commit 241e55bCopy full SHA for 241e55b
creole.xml
@@ -1,7 +1,7 @@
1
<!-- creole.xml for Learning_Framework -->
2
<CREOLE-DIRECTORY
3
ID="gate.LearningFramework"
4
- VERSION="3.3"
+ VERSION="3.4"
5
DESCRIPTION="Learning Framework"
6
HELPURL="https://github.com/GateNLP/gateplugin-LearningFramework/wiki"
7
>
makedist.sh
@@ -20,7 +20,8 @@ ant || exit
20
ant clean.classes || exit
21
rm -rf build.properties
22
rm -rf makedist.sh
23
-rm -rf tests
+## Temporarily include the tests in the distribution so we can easier test on mac/Windows
24
+## rm -rf tests
25
rm $curdir/${name}-${version}-src.zip
26
cd ..
27
zip -r $curdir/$name-$version.zip $name
0 commit comments