Author: rmannibucau
Date: Wed Mar 6 10:36:50 2019
New Revision: 32780
Log:
trying to add back eclipse update site metadata to not make the dist area get a lot of requests
Added:
release/geronimo/eclipse/
release/geronimo/eclipse/IMPORTANT.adoc
release/geronimo/eclipse/updates/
release/geronimo/eclipse/updates/content.xml
release/geronimo/eclipse/updates/site.xml
Added: release/geronimo/eclipse/IMPORTANT.adoc
==============================================================================
--- release/geronimo/eclipse/IMPORTANT.adoc (added)
+++ release/geronimo/eclipse/IMPORTANT.adoc Wed Mar 6 10:36:50 2019
@@ -0,0 +1,5 @@
+= Eclipse folder
+
+An eclipse update site can't be deprecated or removed, so we keep it empty to avoid eclipse
instances to send a lot of requests.
+If you intend to drop this folder please contact infra.
+
Added: release/geronimo/eclipse/updates/content.xml
==============================================================================
--- release/geronimo/eclipse/updates/content.xml (added)
+++ release/geronimo/eclipse/updates/content.xml Wed Mar 6 10:36:50 2019
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?metadataRepository version='1.1.0'?>
+<repository name='Geronimo Server Adapter p2 Repository' type='org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository'
version='1.0.0'>
+ <properties size='3'>
+ <property name='p2.compressed' value='false'/>
+ <property name='p2.timestamp' value='1369644697987'/>
+ <property name='p2.mirrorsURL' value='http://geronimo.apache.org/devtools/geronimo-eclipse-update--xml.cgi'/>
+ </properties>
+ <references size='2'>
+ <repository uri='http://www.apache.org/dist/geronimo/eclipse/updates/' url='http://www.apache.org/dist/geronimo/eclipse/updates/'
type='1' options='0'/>
+ <repository uri='http://www.apache.org/dist/geronimo/eclipse/updates/' url='http://www.apache.org/dist/geronimo/eclipse/updates/'
type='0' options='0'/>
+ </references>
+ <units size='0'>
+ </units>
+</repository>
Added: release/geronimo/eclipse/updates/site.xml
==============================================================================
--- release/geronimo/eclipse/updates/site.xml (added)
+++ release/geronimo/eclipse/updates/site.xml Wed Mar 6 10:36:50 2019
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ 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.
+ -->
+
+<!-- @version $Rev$ $Date$ -->
+
+<site mirrorsURL="http://geronimo.apache.org/devtools/geronimo-eclipse-update--xml.cgi">
+
+ <description>Apache Geronimo Eclipse Update Site</description>
+
+ <!--
+ |
+ | Category name must be org.eclipse.ws.server.core.ServerAdapter for dynamic installable
+ | adapter support in WTP
+ |
+ -->
+ <category-def name="org.eclipse.wst.server.core.serverAdapter" label="Geronimo WTP
Server Adapters"/>
+ <category-def name="Geronimo Runtime" label="Apache Geronimo Runtimes"/>
+
+</site>
|