forked from TheCoder4eu/BootsFaces-OSP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
42 lines (39 loc) · 2.18 KB
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#################################
# Copyright 2014-2016 Riccardo Massera (TheCoder4.Eu)
#
# This file is part of BootsFaces.
# BootsFaces is free software: you can redistribute it and/or modify it under the terms of
# the GNU General Public License as published by the Free Software Foundation, version 3 of the License.
#
# BootsFaces is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with BootsFaces.
# If not, see http://www.gnu.org/licenses/gpl-3.0.html
##########################################################################################
# This is an ant properties file that configures the BootsFaces ant build on your
# local workstation.
# You may need to update the properties in this file to match your
# machine's configuration, installation locations, source working directories, etc.
# to compile a build.
#
# If you are using windows paths with backslashes, you'll need to use c:\\dir1\\dir2
# rather than c:\dir1\dir2 to refer to paths -- Java thinks a single backslash
# is an escape character followed by a control character.
#########################################################################################################
VERSION=0.9.0
bootstrap.version=3.3.6
# Set global properties for this build
#bootstrap.dir=Bootstrap
#bsf.dir=BootsFaces
bsf.dir=gradleResources
bootstrap.dir=${bsf.dir}/Bootstrap
# Optional Bootswatch configuration
# Note: the default Build includes all Bootswatch themes.
# If you don't want to include Bootswatch themes, don't remove the property but just leave it blank:
# bootswatch.theme=
# You can include in your build one or more themes by writing the names(lowercase), separated by commas
# The names of the available Themes are: cerulean,cosmo,cyborg,darkly,flatly,journal,lumen,paper,readable,sandstone,simplex,slate,spacelab,superhero,united,yeti
bootswatch.theme=cerulean,cosmo,cyborg,darkly,flatly,journal,lumen,paper,readable,sandstone,simplex,slate,spacelab,superhero,united,yeti
bootswatch.subversion=+1