https://bugs.internet2.edu/jira/browse/SIDP-350
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 25 Sep 2009 07:01:18 +0000 (07:01 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 25 Sep 2009 07:01:18 +0000 (07:01 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2893 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

doc/RELEASE-NOTES.txt
src/installer/resources/build.xml

index 36e2fcd..4b29fbb 100644 (file)
@@ -4,6 +4,7 @@ Changes in Release 2.1.4
 [SIDP-342] - NameIdentifier encoder mix-up when the SP doesn't support the first NameIdentifier format
 [SIDP-348] - Remove Terracotta Configuration from IdP Install
 [SIDP-249] - LoginContext is not removed from StorageService after Authentication Completes
+[SIDP-350] - Installer does not remember installation directory when upgrading
 [SIDP-351] - Attribute resolution errors shouldn't prevent valid authn statement being returned
 
 Changes in Release 2.1.3
index 9542ed6..a59e76a 100755 (executable)
                 </copy>
             </then>
             <else>
+                <propertyfile file="${resources.dir}/install.properties">
+                    <entry key="idp.home" value="${idp.home.input}" />
+                </propertyfile>
+               
                 <!-- 
                     Even if we're not overwritting the config we should still add new files, for example, files added
                     in a new release.