You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2005/06/14 19:28:26 UTC

cvs commit: ws-wsrp4j/sandbox/wsrp4j/consumer project.properties project.xml

dlouzan     2005/06/14 10:28:26

  Added:       sandbox/wsrp4j/consumer project.properties project.xml
  Log:
  
  
  Revision  Changes    Path
  1.1                  ws-wsrp4j/sandbox/wsrp4j/consumer/project.properties
  
  Index: project.properties
  ===================================================================
  # Copyright 2003-2005 The Apache Software Foundation.
  # 
  # 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.
  
  # ------------------------------------------------------------------------------
  # PROJECT PROPERTIES
  # ------------------------------------------------------------------------------
  maven.war.src=${basedir}/src/webapp
  
  # ------------------------------------------------------------------------------
  # CHECKSTYLE PROPERTIES
  # ------------------------------------------------------------------------------
  maven.checkstyle.header.file = ${basedir}/../license-header.txt
  
  # ------------------------------------------------------------------------------
  # LICENSE PROPERTIES
  #-------------------------------------------------------------------------------
  maven.license.licenseFile = ${basedir}/../LICENSE.txt
  
  # ------------------------------------------------------------------------------
  # XDOC PROPERTIES
  #-------------------------------------------------------------------------------
  maven.docs.src = ${basedir}/src/xdocs
  
  # ------------------------------------------------------------------------------
  # MULTIPROJECT PROPERTIES
  #-------------------------------------------------------------------------------
  maven.multiproject.type = war
  
  
  
  1.1                  ws-wsrp4j/sandbox/wsrp4j/consumer/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE project [
    <!ENTITY % locator-entities SYSTEM "file:locator.ent"> %locator-entities;
  ]>
  <!--
  Copyright 2003-2005 The Apache Software Foundation.
  
  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.
  -->
  
  <project>
  
      <extend>../project.xml</extend>
  
      <id>wsrp4j-consumer</id>
      <name>WSRP4J Consumer</name>
          
      <shortDescription>
          WSRP4J Consumer allows portal servers to consumer WSRP remote portlets
          through a JSR-168 interface
      </shortDescription>
      <description>
          WSRP4J Consumer allows portal servers to consumer WSRP remote portlets
          through a JSR-168 interface
      </description>
          
      <packageName>org.apache.wsrp4j.consumer</packageName>
      
      <dependencies>
          <dependency>
              <groupId>wsrp4j</groupId>
              <artifactId>wsrp4j-commons</artifactId>
              <version>&wsrp4j-version;</version>
          </dependency>
      </dependencies>
  
  </project>