~vcs-imports/openintents/trunk

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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
##### Notice:
# 
# Ant properties are immutable: 
# whoever sets a property first freezes 
# it for the rest of the build.
#
# You can therefore override the following properties
# either through the command line or within Eclipse:
#
# --------------
# In Eclipse:
#	* Open "Window" / "Preferences..."
#	* Select "Ant" / "Runtime"
#	* Choose tab "Properties"
#	* Click "Add Property..." for the following:
#		
#	* - Name: "android.sdk"
#	  - value: [path to sdk, e.g. C:\android-sdk_m5-rc15_windows]
# -------------<
# Alternatively, you can provide the property through the
# command line:
#	* ant -Dandroid.sdk=C:\android-sdk_m5-rc15_windows


####################################
# Global properties
#

####################################
# OS specific properties
#

# android.sdk : path to Android SDK

### Windows
android.sdk=C:\\Program Files\\android\\android-sdk-windows-1.0_r1
#android.sdk=C:\\android-sdk-windows-1.0_r1
android.aapt=aapt.exe
android.aidl=aidl.exe
android.dx=dx.bat
android.jar=android.jar

proguard.jar=D:\\extern\\proguard4.2\\proguard4.2\\lib\\proguard.jar


#usually defined in build-private.properties
storepass=password
cert-alias=NotesList
keystore=noteslist

### Linux
# android.sdk=/opt/tools/javame/android-sdk_m5-rc15_linux-x86
# android.aapt=aapt
# android.aidl=aidl
# android.dx=dx
# android.jar=android.jar