|
1 |
| -#------------------------------------------------------------------------------# |
2 |
| -# JPPF # |
3 |
| -# Copyright (C) 2005-2019 JPPF Team. # |
4 |
| -# http://www.jppf.org # |
5 |
| -# # |
6 |
| -# Licensed under the Apache License, Version 2.0 (the "License"); # |
7 |
| -# you may not use this file except in compliance with the License. # |
8 |
| -# You may obtain a copy of the License at # |
9 |
| -# # |
10 |
| -# http://www.apache.org/licenses/LICENSE-2.0 # |
11 |
| -# # |
12 |
| -# Unless required by applicable law or agreed to in writing, software # |
13 |
| -# distributed under the License is distributed on an "AS IS" BASIS, # |
14 |
| -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # |
15 |
| -# See the License for the specific language governing permissions and # |
16 |
| -# limitations under the License. # |
17 |
| -#------------------------------------------------------------------------------# |
18 |
| - |
19 |
| -# release number for this build |
20 |
| -version.number = 6.1 |
21 |
| - |
22 |
| -# root install directory for the IzPack installer generator |
23 |
| -#izpack.home = /home/lcohen/tools/IzPack |
24 |
| -izpack.home = C:/Tools/IzPack |
25 |
| - |
26 |
| -web.installer.base = http://www.jppf.org/download/${version.number} |
27 |
| -#web.installer.base = http://localhost:8880/download/${version.number} |
28 |
| - |
29 |
| -# root install directory for the IzPack installer generator |
30 |
| -#findbugs.home = /home/lcohen/tools/findbugs-1.3.9 |
31 |
| -findbugs.home = C:/Tools/findbugs |
32 |
| - |
33 |
| -# specify which slf4j bindings to use: log4j12 or jdk14 |
34 |
| -slf4j.bindings = log4j12 |
35 |
| -#slf4j.bindings = jdk14 |
36 |
| - |
37 |
| -# location of the vsvars.bat script |
38 |
| -vs.tools.dir=C:/Program Files (x86)/Microsoft Visual Studio 12.0/Common7/Tools |
| 1 | +#------------------------------------------------------------------------------# |
| 2 | +# JPPF # |
| 3 | +# Copyright (C) 2005-2019 JPPF Team. # |
| 4 | +# http://www.jppf.org # |
| 5 | +# # |
| 6 | +# Licensed under the Apache License, Version 2.0 (the "License"); # |
| 7 | +# you may not use this file except in compliance with the License. # |
| 8 | +# You may obtain a copy of the License at # |
| 9 | +# # |
| 10 | +# http://www.apache.org/licenses/LICENSE-2.0 # |
| 11 | +# # |
| 12 | +# Unless required by applicable law or agreed to in writing, software # |
| 13 | +# distributed under the License is distributed on an "AS IS" BASIS, # |
| 14 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # |
| 15 | +# See the License for the specific language governing permissions and # |
| 16 | +# limitations under the License. # |
| 17 | +#------------------------------------------------------------------------------# |
| 18 | + |
| 19 | +# release number for this build |
| 20 | +version.number = 6.1.1 |
| 21 | + |
| 22 | +# root install directory for the IzPack installer generator |
| 23 | +#izpack.home = /home/lcohen/tools/IzPack |
| 24 | +izpack.home = C:/Tools/IzPack |
| 25 | + |
| 26 | +web.installer.base = http://www.jppf.org/download/${version.number} |
| 27 | +#web.installer.base = http://localhost:8880/download/${version.number} |
| 28 | + |
| 29 | +# root install directory for the IzPack installer generator |
| 30 | +#findbugs.home = /home/lcohen/tools/findbugs-1.3.9 |
| 31 | +findbugs.home = C:/Tools/findbugs |
| 32 | + |
| 33 | +# specify which slf4j bindings to use: log4j12 or jdk14 |
| 34 | +slf4j.bindings = log4j12 |
| 35 | +#slf4j.bindings = jdk14 |
| 36 | + |
| 37 | +# location of the vsvars.bat script |
| 38 | +vs.tools.dir=C:/Program Files (x86)/Microsoft Visual Studio 12.0/Common7/Tools |
0 commit comments