1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:25:56 +00:00

update dojo to 1.14.2

This commit is contained in:
Andrew Dolgov
2018-12-04 16:23:37 +03:00
parent ed1bd992d7
commit f097f33836
341 changed files with 426 additions and 365 deletions

View File

@@ -7,7 +7,7 @@
# Dojo requires Java runtime to build. Further information on rebuilding Dojo
# is available here: http://dojotoolkit.org/reference-guide/build/index.html
VERSION=1.12.1
VERSION=1.14.2
# Download and extract dojo src code if it doesn't already exist
if [ ! -d "dojo" ]; then
@@ -41,4 +41,4 @@ if [ -d util/buildscripts/ ]; then
fi
else
echo $0: ERROR: Please unpack Dojo source release into current directory.
fi
fi