From: Olivier Lamy Date: Tue, 27 Sep 2011 20:44:41 +0000 (+0000) Subject: add a lot of missing eol-style native for *.jsp X-Git-Tag: archiva-1.4-M1~179 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=33771ae22cd1f0ccf8c66b187a77d1dc319fc6c7;p=archiva.git add a lot of missing eol-style native for *.jsp git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1176611 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/addLegacyArtifactPath.jsp b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/addLegacyArtifactPath.jsp index 1e2f4e213..e22a517a3 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/addLegacyArtifactPath.jsp +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/addLegacyArtifactPath.jsp @@ -1,115 +1,115 @@ -<%-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF licenses this file - ~ to you under the Apache License, Version 2.0 (the - ~ "License"); you may not use this file except in compliance - ~ with the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, - ~ software distributed under the License is distributed on an - ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - ~ KIND, either express or implied. See the License for the - ~ specific language governing permissions and limitations - ~ under the License. - --%> - -<%@ page contentType="text/html; charset=UTF-8" %> -<%@ taglib prefix="s" uri="/struts-tags" %> - - - - Admin: Add Legacy Artifact Path - - - - - -

Admin: Add Legacy Artifact Path

- -
- -

- Enter the legacy path to map to a particular artifact reference, then adjust the fields as necessary. -

- - - - <%-- changed the structure of displaying errorMessages & actionMessages in order for them to be escaped. --%> - -
    - -
  • -
    -
-
- -
    - -
  • -
    -
-
- - - - - - - - - - - - - -
- - - +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --%> + +<%@ page contentType="text/html; charset=UTF-8" %> +<%@ taglib prefix="s" uri="/struts-tags" %> + + + + Admin: Add Legacy Artifact Path + + + + + +

Admin: Add Legacy Artifact Path

+ +
+ +

+ Enter the legacy path to map to a particular artifact reference, then adjust the fields as necessary. +

+ + + + <%-- changed the structure of displaying errorMessages & actionMessages in order for them to be escaped. --%> + +
    + +
  • +
    +
+
+ +
    + +
  • +
    +
+
+ + + + + + + + + + + + + +
+ + + diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/legacyArtifactPath.jsp b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/legacyArtifactPath.jsp index 8ad83c259..fdb2f5725 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/legacyArtifactPath.jsp +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/legacyArtifactPath.jsp @@ -1,131 +1,131 @@ -<%-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF licenses this file - ~ to you under the Apache License, Version 2.0 (the - ~ "License"); you may not use this file except in compliance - ~ with the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, - ~ software distributed under the License is distributed on an - ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - ~ KIND, either express or implied. See the License for the - ~ specific language governing permissions and limitations - ~ under the License. - --%> - -<%@ page contentType="text/html; charset=UTF-8" %> -<%@ taglib prefix="s" uri="/struts-tags" %> -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %> -<%@ taglib prefix="archiva" uri="/WEB-INF/taglib.tld" %> - - - - Administration - Legacy Support - - - - - -

Administration - Legacy Artifact Path Resolution

- -
- -<%-- changed the structure of displaying errorMessages & actionMessages in order for them to be escaped. --%> - -
    - -
  • -
    -
-
- -
    - -
  • -
    -
-
- -
-
- - - - " alt="" width="16" height="16"/> - Add - - -
-

Path Mappings

- - - - <%-- No paths. --%> -

There are no legacy artifact paths configured yet.

-
- - <%-- Display the paths. --%> - - - - - - - - - - - -
- -
- <%-- TODO: make some icons --%> - - - - - struts.token - - - - " alt="" width="16" height="16"/> - Delete - - -
- -<%-- used c:out in displaying EL's so that they would be escaped --%> - - - - - - - - - -
Path - -
Artifact - -
- -
-
- -
-
- - - -
- -
- - - +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --%> + +<%@ page contentType="text/html; charset=UTF-8" %> +<%@ taglib prefix="s" uri="/struts-tags" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %> +<%@ taglib prefix="archiva" uri="/WEB-INF/taglib.tld" %> + + + + Administration - Legacy Support + + + + + +

Administration - Legacy Artifact Path Resolution

+ +
+ +<%-- changed the structure of displaying errorMessages & actionMessages in order for them to be escaped. --%> + +
    + +
  • +
    +
+
+ +
    + +
  • +
    +
+
+ +
+
+ + + + " alt="" width="16" height="16"/> + Add + + +
+

Path Mappings

+ + + + <%-- No paths. --%> +

There are no legacy artifact paths configured yet.

+
+ + <%-- Display the paths. --%> + + + + + + + + + + + +
+ +
+ <%-- TODO: make some icons --%> + + + + + struts.token + + + + " alt="" width="16" height="16"/> + Delete + + +
+ +<%-- used c:out in displaying EL's so that they would be escaped --%> + + + + + + + + + +
Path + +
Artifact + +
+ +
+
+ +
+
+ + + +
+ +
+ + +