forked from anomalizer/tungsten-fsm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
34 lines (30 loc) · 1.13 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
# Tungsten Scale-Out Stack
# Copyright (C) 2007-2008 Continuent Inc.
# Contact: [email protected]
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of version 2 of the GNU General Public License as
# published by the Free Software Foundation.
#
# This program 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
#
# Initial developer(s): Marc Herbert, Jeff Mesnil
# Contributor(s): Csaba Simon, Robert Hodges
# Java compiler options
javac.source = 1.5
javac.target = 1.5
javac.debug = true
javac.deprecation = true
javac.encoding = UTF-8
# Manifest JAR files properties
specification.title = Tungsten Commons
specification.vendor = Continuent
library.compile.files = slf4j-api-1.6.2.jar
build.name = tungsten-commons