You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by ta...@apache.org on 2008/10/16 23:28:10 UTC

svn commit: r705367 - in /portals/pluto/branches/2.0-spi-refactoring: pluto-container/pom.xml pluto-portal/pom.xml pluto-site/src/site/xdoc/v20/ pluto-site/src/site/xdoc/v20/getting-started.xml

Author: taylor
Date: Thu Oct 16 14:28:10 2008
New Revision: 705367

URL: http://svn.apache.org/viewvc?rev=705367&view=rev
Log:
https://issues.apache.org/jira/browse/PLUTO-511
removing some dependencies from driver
added some real basic docs for dependencies to help you get started with embedding pluto in a portal

Added:
    portals/pluto/branches/2.0-spi-refactoring/pluto-site/src/site/xdoc/v20/
    portals/pluto/branches/2.0-spi-refactoring/pluto-site/src/site/xdoc/v20/getting-started.xml
Modified:
    portals/pluto/branches/2.0-spi-refactoring/pluto-container/pom.xml
    portals/pluto/branches/2.0-spi-refactoring/pluto-portal/pom.xml

Modified: portals/pluto/branches/2.0-spi-refactoring/pluto-container/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/pluto-container/pom.xml?rev=705367&r1=705366&r2=705367&view=diff
==============================================================================
--- portals/pluto/branches/2.0-spi-refactoring/pluto-container/pom.xml (original)
+++ portals/pluto/branches/2.0-spi-refactoring/pluto-container/pom.xml Thu Oct 16 14:28:10 2008
@@ -48,18 +48,7 @@
       <version>${commons-logging.version}</version>
       <scope>compile</scope>
     </dependency>
-<!-- 
-	<dependency>
-	  <groupId>stax</groupId>
-	  <artifactId>stax</artifactId>
-	  <version>${stax.impl.version}</version>
-	</dependency>
-	<dependency>
-	  <groupId>stax</groupId>
-	  <artifactId>stax</artifactId>
-	  <version>${stax.impl.version}</version>
-	</dependency>
-    -->
+
     <!-- Specification Libraries =========================================== -->
     <dependency>
       <groupId>javax.portlet</groupId>

Modified: portals/pluto/branches/2.0-spi-refactoring/pluto-portal/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/pluto-portal/pom.xml?rev=705367&r1=705366&r2=705367&view=diff
==============================================================================
--- portals/pluto/branches/2.0-spi-refactoring/pluto-portal/pom.xml (original)
+++ portals/pluto/branches/2.0-spi-refactoring/pluto-portal/pom.xml Thu Oct 16 14:28:10 2008
@@ -36,13 +36,7 @@
       <artifactId>commons-logging-api</artifactId>
       <version>${commons-logging.version}</version>
       <scope>compile</scope>
-    </dependency>
-
-	<dependency>
-      <groupId>org.apache.pluto</groupId>
-      <artifactId>pluto-util</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
+     </dependency>
     
     <dependency>
       <groupId>org.apache.pluto</groupId>
@@ -73,6 +67,18 @@
           <groupId>junit</groupId>
           <artifactId>junit</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>logkit</groupId>
+          <artifactId>logkit</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>avalon-framework</groupId>
+          <artifactId>avalon-framework</artifactId>
+        </exclusion>
       </exclusions>      
 	</dependency>
 	

Added: portals/pluto/branches/2.0-spi-refactoring/pluto-site/src/site/xdoc/v20/getting-started.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/pluto-site/src/site/xdoc/v20/getting-started.xml?rev=705367&view=auto
==============================================================================
--- portals/pluto/branches/2.0-spi-refactoring/pluto-site/src/site/xdoc/v20/getting-started.xml (added)
+++ portals/pluto/branches/2.0-spi-refactoring/pluto-site/src/site/xdoc/v20/getting-started.xml Thu Oct 16 14:28:10 2008
@@ -0,0 +1,59 @@
+<?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.
+-->
+
+<document>
+  
+  <properties>
+    <title>Embedding the Pluto 2.0 Container</title>
+  </properties>
+  
+  <body>
+
+    <section name="Embedding the Pluto 2.0 Container">
+        <p>
+            To embed the Pluto container in your portal or development environment, you will need the following jar files...
+        </p>
+        <p>
+          <b>Shared Lib:</b> Copy the following to
+          <code>&lt;TOMCAT_HOME&gt;/shared/lib</code>:
+          <ul>
+            <li>portlet-api-2.0.jar</li>
+            <li>ccpp-1.0.jar (Pluto 2.0 only)</li>
+            <li>pluto-container-api-2.0.jar (or the build version of Pluto you are using)</li>
+            <li>pluto-taglib-2.0.jar (or the build version of Pluto you are using)</li>
+          </ul>
+        </p>
+        <p>
+          <b>Implementation:</b> Copy into your portal implementation such as WEB-INF/lib:
+          <ul>
+            <li>commons-logging-1.1.jar</li>
+            <li>commons-logging-api-1.1.jar</li>
+			<li>jaxb-api-2.1.jar</li>
+			<li>jaxb-impl-2.1.8.jar</li>
+			<li>pluto-container-2.0.0-SNAPSHOT.jar</li>
+			<li>stax-api-1.0-2.jar</li>
+          </ul>
+        </p>
+    </section>
+    
+  </body>
+  
+</document>
+