-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad60812
commit 8536ece
Showing
3 changed files
with
41 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,51 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
! CCPL HEADER START | ||
! | ||
! This work is licensed under the Creative Commons | ||
! Attribution-NonCommercial-NoDerivs 3.0 Unported License. | ||
! To view a copy of this license, visit | ||
! http://creativecommons.org/licenses/by-nc-nd/3.0/ | ||
! or send a letter to Creative Commons, 444 Castro Street, | ||
! Suite 900, Mountain View, California, 94041, USA. | ||
! | ||
! You can also obtain a copy of the license at | ||
! legal/CC-BY-NC-ND.txt. | ||
! See the License for the specific language governing permissions | ||
! and limitations under the License. | ||
! | ||
! If applicable, add the following below this CCPL HEADER, with the fields | ||
! enclosed by brackets "[]" replaced with your own identifying information: | ||
! Portions Copyright [yyyy] [name of copyright owner] | ||
! | ||
! CCPL HEADER END | ||
! | ||
! Copyright 2012-2013 ForgeRock AS | ||
! | ||
The contents of this file are subject to the terms of the Common Development and | ||
Distribution License (the License). You may not use this file except in compliance with the | ||
License. | ||
You can obtain a copy of the License at legal/CDDLv1.1.txt. See the License for the | ||
specific language governing permission and limitations under the License. | ||
When distributing Covered Software, include this CDDL Header Notice in each file and include | ||
the License file at legal/CDDLv1.1.txt. If applicable, add the following below the CDDL | ||
Header, with the fields enclosed by brackets [] replaced by your own identifying | ||
information: "Portions copyright [year] [name of copyright owner]". | ||
Copyright 2024 Wren Security | ||
--> | ||
<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.3.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"> | ||
<project | ||
xmlns="http://maven.apache.org/DECORATION/1.8.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd" | ||
name="Wren Security Commons" | ||
combine.self="override" | ||
> | ||
<skin> | ||
<groupId>org.forgerock.commons</groupId> | ||
<artifactId>forgerock-community-skin</artifactId> | ||
<version>1.0.0</version> | ||
<groupId>org.apache.maven.skins</groupId> | ||
<artifactId>maven-fluido-skin</artifactId> | ||
<version>1.12.0</version> | ||
</skin> | ||
<publishDate position="right" format="yyyy.MM.dd" /> | ||
|
||
<bannerLeft> | ||
<alt>Wren Security</alt> | ||
<src>./images/wrensecurity.png</src> | ||
</bannerLeft> | ||
|
||
<publishDate position="right" /> | ||
<version position="right" /> | ||
|
||
<body> | ||
<head> | ||
<![CDATA[<link rel="icon" href="/wrensec-commons/favicon.ico" />]]> | ||
</head> | ||
|
||
<breadcrumbs> | ||
<item name="Developer Community" href="http://www.forgerock.org" /> | ||
<item name="Commons" href="http://commons.forgerock.org" /> | ||
<item name="ForgeRock Script Libraries" href="http://commons.forgerock.org/forgerock-script" /> | ||
<item name="Wren Security" href="https://wrensecurity.org" /> | ||
<item name="Commons Script" href="index.html" /> | ||
</breadcrumbs> | ||
<menu name="ForgeRock Script libraries"> | ||
<item name="Script Common" href="script-common/index.html" /> | ||
<item name="JavaScript Module" href="script-javascript/index.html" /> | ||
<item name="Groovy Module" href="script-groovy/index.html" /> | ||
<item name="JRuby Module" href="script-jruby/index.html" /> | ||
</menu> | ||
<menu name="Documentation"> | ||
<item name="Introduction" href="index.html" /> | ||
</menu> | ||
<menu name="ForgeRock Script Libraries Development"> | ||
<item name="Join" | ||
href="https://idp.forgerock.org/openam/UI/Login?service=register" /> | ||
<item name="Issue Tracking" href="issue-tracking.html" /> | ||
<item name="License" href="license.html" /> | ||
<item name="Source Repository" href="source-repository.html" /> | ||
</menu> | ||
<menu ref="reports" /> | ||
|
||
<menu ref="reports" inherit="top" /> | ||
<menu ref="modules" inherit="top" /> | ||
</body> | ||
</project> | ||
</project> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.