You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/06/30 12:44:57 UTC

svn commit: r202518 - in /forrest/trunk: site-author/content/xdocs/ site-author/content/xdocs/tools/ tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/lib/

Author: crossley
Date: Thu Jun 30 03:44:54 2005
New Revision: 202518

URL: http://svn.apache.org/viewcvs?rev=202518&view=rev
Log:
Removed activation.jar as we cannot distribute it.
Provided instructions for people to download it separately.

Added:
    forrest/trunk/site-author/content/xdocs/tools/eclipse.xml   (with props)
Removed:
    forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/lib/activation.LICENSE.txt
    forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/lib/activation.jar
Modified:
    forrest/trunk/site-author/content/xdocs/site.xml

Modified: forrest/trunk/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/site.xml?rev=202518&r1=202517&r2=202518&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Thu Jun 30 03:44:54 2005
@@ -147,6 +147,7 @@
     <forrestbar label="ForrestBar" href="forrestbar.html"/>
     <forrestbot label="Forrestbot" href="forrestbot.html"/>
     <forrestbot-web-interface label="Forrestbot Webapp" href="forrestbot-web-interface.html"/>
+    <eclipse label="Eclipse Plugin" href="eclipse.html"/>
     <xxe label="XXE-Editor" href="xxe.html"/>
   </tools>
 

Added: forrest/trunk/site-author/content/xdocs/tools/eclipse.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/tools/eclipse.xml?rev=202518&view=auto
==============================================================================
--- forrest/trunk/site-author/content/xdocs/tools/eclipse.xml (added)
+++ forrest/trunk/site-author/content/xdocs/tools/eclipse.xml Thu Jun 30 03:44:54 2005
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2005 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed 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.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document>
+  <header>
+    <title>Apache Forrest: Eclipse Plugin</title>
+  </header>
+  <body>
+    <section id="overview">
+      <title>Eclipse Plugin</title>
+      <p>
+        The Forrest plugin for Eclipse is new and under rapid development.
+      </p>
+      <note>
+        You need to separately download the <code>activation.jar</code>
+        (its licensing means that we cannot distribute it).
+      </note>
+      <p>
+        Get it from
+        <a href="http://java.sun.com/products/javabeans/glasgow/jaf.html">http://java.sun.com/products/javabeans/glasgow/jaf.html</a>
+        - Download the JAF 1.0.2 ZIP, extract activation.jar, and copy it to
+        <code>tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/lib/</code>
+        directory.
+      </p>
+    </section>
+  </body>
+</document>

Propchange: forrest/trunk/site-author/content/xdocs/tools/eclipse.xml
------------------------------------------------------------------------------
    svn:eol-style = native