File: workingcopy.properties-sample

package info (click to toggle)
libflexdock-java 0.5.1-dfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,268 kB
  • ctags: 4,256
  • sloc: java: 21,287; xml: 717; ansic: 101; makefile: 21; sh: 13
file content (21 lines) | stat: -rw-r--r-- 963 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#-----------------------------------------------------------------------
# This is a sample of a workingcopy.properties.
#
# It is read by the ant build script to load any properties 
# whose values are specific to your working copy or development
# environment.
#
# This file must be formatted according to the javadoc for the 
# java.util.Properties method load(InputStream).  See: http://java.sun.com/j2se/1.4.2/docs/api/java/util/Properties.html#load(java.io.InputStream)
#
# DO NOT CHECK IN A COPY OF THIS FILE RENAMED TO workingcopy.properties
#-----------------------------------------------------------------------

# Java SDK Home.  This is needed for JNI compilation for any
# native FlexDock DLL or SO.  Change this value to match the 
# current system setup.
sdk.home=C:\\jdk1.5.0_03

# MinGW install directory.  This is needed to compile FlexDock
# DLL on Windows.  If you're not on windows it will be ignored
mingw.home=C:\\MinGW