Cache Resource

Identifier:
org.eclipse.wst.internet.cache.cacheresource

Since:
1.0

Description:
Deprecated. No longer used in WTP, and will be removed. The cache resource extension point allows clients to specify resources that may be cached that require licenses to be accepted prior to caching. Deprecated. No longer used in WTP, and will be removed.

Configuration Markup:

<!ELEMENT extension (cacheresource+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT cacheresource EMPTY>

<!ATTLIST cacheresource

url     CDATA #REQUIRED

license CDATA #REQUIRED>


Examples:
The following is an example of a cache resource contribution:

   <extension
         point="org.eclipse.wst.internet.cache.cacheresource">
      <cacheresource
            license="http://www.eclipse.org/license.html"
            url="http://www.eclipse.org"/>
   </extension>


Copyright (c) 2000, 2005 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html