projects
/
java-idp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
124d8b4
)
store install properties in install.properties not build.properties
author
lajoie
<lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Wed, 23 Jan 2008 16:52:39 +0000
(16:52 +0000)
committer
lajoie
<lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Wed, 23 Jan 2008 16:52:39 +0000
(16:52 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2599
ab3bd59b
-922f-494d-bb5f-
6f0a3c29deca
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
1d29a34
..
dbd2c7b
100755
(executable)
--- a/
build.xml
+++ b/
build.xml
@@
-190,7
+190,7
@@
defaultvalue="${idp.hostname}" />
<var name="idp.hostname" value="${idp.hostname.input}" />
- <propertyfile file="build.properties">
+ <propertyfile file="install.properties">
<entry key="idp.home" value="${idp.home.input}" />
<entry key="idp.hostname" value="${idp.hostname.input}" />
</propertyfile>