[java-identity-provider] 02/03: IDP-2002 - Migrate all unmanaged config files into core module
Rod Widdowson
rdw at steadingsoftware.com
Sat May 13 12:28:14 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=6054c9d29458fc893729a599af18d077f680d0fb
commit 6054c9d29458fc893729a599af18d077f680d0fb
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat May 13 13:14:18 2023 +0100
IDP-2002 - Migrate all unmanaged config files into core module
https://shibboleth.atlassian.net/browse/IDP-2002
Put build.xml back into the distro. It is (for now)still needed
---
idp-distribution/src/main/resources/bin/build.xml | 29 +++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/idp-distribution/src/main/resources/bin/build.xml b/idp-distribution/src/main/resources/bin/build.xml
new file mode 100644
index 000000000..000c84a38
--- /dev/null
+++ b/idp-distribution/src/main/resources/bin/build.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Shibboleth Identity Provider V4" default="install">
+
+ <taskdef resource="net/shibboleth/idp/installer/ant.xml" />
+
+ <!-- TARGETS:
+
+ The following top level targets are implemented and supported. These in turn call subsidiary targets,
+ whose use outside this file is not supported.
+
+ install-nocopy: Does the installation/upgrade on a layout that has been copied (ie, the important
+ stuff has been copied or overwritten from the distribution)
+ A V2 upgrade will be performed if a V2 site is detected.
+ build-war: Create the war file
+ install: Copies files from the distribution to the specified target and then
+ invokes install-nocopy
+ -->
+
+ <target name="install">
+ <v4install task="install"/>
+ </target>
+ <target name="install-nocopy">
+ <v4install task="install-nocopy"/>
+ </target>
+ <target name="build-war">
+ <v4install task="build-war"/>
+ </target>
+
+</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list