forked from LightSideWorkbench/LightSide
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.sh
27 lines (21 loc) · 1.01 KB
/
package.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ant build
lsv=LightSide-`git describe --tags`.zip
cd ..
zip -r $lsv lightside/copyright lightside/*md lightside/*app lightside/*bat
zip -ur $lsv lightside/scripts lightside/run.sh lightside/plugins lightside/wekafiles
zip -ur $lsv lightside/toolkits lightside/lib lightside/bin lightside/junit lightside/testData
zip -ur $lsv lightside/src lightside/build.xml
zip -d $lsv lightside/toolkits/segmentation/ctb.gz
zip -d $lsv lightside/lib/stanford-parser-*models.jar
zip -d $lsv lightside/toolkits/segmentation/pku.gz
zip -d $lsv "lightside/toolkits/segmentation/dict-chris6*"
cd lightside
ant build-intl
lsv=LightSide-`git describe --tags`+zh.zip
cd ..
zip -r $lsv lightside/copyright lightside/*md lightside/*app lightside/*bat
zip -ur $lsv lightside/scripts lightside/run.sh lightside/plugins lightside/wekafiles
zip -ur $lsv lightside/toolkits lightside/lib lightside/bin lightside/junit lightside/testData
zip -ur $lsv lightside/src lightside/build.xml
zip -d $lsv lightside/lib/stanford-parser-*models.jar
cd lightside