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:30:40 UTC

cvs commit: ws-wsrp4j/sandbox/wsrp4j/producer locator.ent locator.path project.properties project.xml

dlouzan     2005/06/14 10:30:40

  Added:       sandbox/wsrp4j/producer locator.ent locator.path
                        project.properties project.xml
  Log:
  
  
  Revision  Changes    Path
  1.1                  ws-wsrp4j/sandbox/wsrp4j/producer/locator.ent
  
  Index: locator.ent
  ===================================================================
  <!-- derive locator.ent from parent -->
  <!ENTITY % locator-ent SYSTEM "file:../locator.ent"> %locator-ent;
  
  
  1.1                  ws-wsrp4j/sandbox/wsrp4j/producer/locator.path
  
  Index: locator.path
  ===================================================================
  ../
  
  
  1.1                  ws-wsrp4j/sandbox/wsrp4j/producer/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/producer/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-producer</id>
  
      <name>WSRP4J Producer</name>
          
      <shortDescription>
          WSRP4J Producer allows JSR-168 portlets to be exposed as WSRP-compliant
          portlets
      </shortDescription>
      <description>
          WSRP4J Producer allows JSR-168 portlets to be exposed as WSRP-compliant
          portlets
      </description>
          
      <packageName>org.apache.wsrp4j.producer</packageName>
      
      <dependencies>
          <dependency>
              <groupId>wsrp4j</groupId>
              <artifactId>wsrp4j-commons</artifactId>
              <version>&wsrp4j-version;</version>
          </dependency>
      </dependencies>
  
  </project>