From a43f9f9cdc3691748af7b8acf14c5bbe2a00db7b Mon Sep 17 00:00:00 2001 From: lajoie Date: Sun, 13 Apr 2008 11:05:07 +0000 Subject: [PATCH] Finish up build git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2717 ab3bd59b-922f-494d-bb5f-6f0a3c29deca --- src/installer/resources/build.xml | 11 +++++------ src/installer/resources/install.properties | 2 +- src/main/assembly/bin.xml | 14 +++++--------- 3 files changed, 11 insertions(+), 16 deletions(-) diff --git a/src/installer/resources/build.xml b/src/installer/resources/build.xml index 7b460cd..11846b5 100755 --- a/src/installer/resources/build.xml +++ b/src/installer/resources/build.xml @@ -7,7 +7,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -68,7 +68,8 @@ uriSubjectAltNames="${idp.entity.id}" /> - + + @@ -105,9 +106,7 @@ - - - + diff --git a/src/installer/resources/install.properties b/src/installer/resources/install.properties index 0093564..30b5128 100644 --- a/src/installer/resources/install.properties +++ b/src/installer/resources/install.properties @@ -1,2 +1,2 @@ -idp.home = /opt/shibboleth-idp-${version} +idp.home = /opt/shibboleth-idp idp.hostname=idp.example.org \ No newline at end of file diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml index 6bb823b..efcb25e 100644 --- a/src/main/assembly/bin.xml +++ b/src/main/assembly/bin.xml @@ -37,15 +37,7 @@ - - - target - - - *.jar - - - + src/installer/bash @@ -71,6 +63,10 @@ src/main/webapp /src/main/webapp + + src/tools + src/tools + -- 1.7.10.4