getting-started.xml.svn-base
来自「portal越来越流行了」· SVN-BASE 代码 · 共 61 行
SVN-BASE
61 行
<?xml version="1.0" encoding="UTF-8"?><!--Licensed to the Apache Software Foundation (ASF) under one or morecontributor license agreements. See the NOTICE file distributed withthis 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 withthe License. You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express orimplied.See the License for the specific language governing permissions andlimitations 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><TOMCAT_HOME>/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.0.jar (or the build version of Pluto you are using)</li> <li>pluto-taglib-2.0.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.jar (or the build version of Pluto you are using)</li> <li>stax-api-1.0.1.jar</li> <li>stax-1.2.0.jar</li> </ul> </p> </section> </body> </document>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?