forked from pentaho/mondrian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
31 lines (26 loc) · 1.07 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
# $Id$
# This software is subject to the terms of the Common Public License
# Agreement, available at the following URL:
# http://www.opensource.org/licenses/cpl.html.
# Copyright (C) 2002-2002 Kana Software, Inc.
# Copyright (C) 2002-2006 Julian Hyde and others.
# All Rights Reserved.
# You must accept the terms of that agreement to use this software.
#
# -----------------------------------------------------------------------------
# This file contains user-specific properties, so that we don't all
# have our own copy of build.xml.
###############################################################################
# Additional products. Uncomment the ones you have installed.
#weblogic.home=E:/bea/wlserver6.1
#catalina.home=D:/jakarta-tomcat-5.0.25
#junit.home=D:/junit3.8.1
# uncomment the following 4 lines to use jikes
#build.compiler=jikes
#build.compiler.emacs=true
#build.compiler.pedantic=false
#build.compiler.fulldepend=false
# Properties for the "upload-javadoc" target.
#scp.user=jhyde@mondrian.sourceforge.net
#scp.path=/home/groups/m/mo/mondrian/htdocs
# End build.properties