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/08/29 00:40:18 UTC

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

dlouzan     2005/08/28 15:40:18

  Added:       sandbox/wsrp4j/persistence-xml locator.ent locator.path
                        project.properties project.xml
  Log:
  Initial version.
  
  Revision  Changes    Path
  1.1                  ws-wsrp4j/sandbox/wsrp4j/persistence-xml/locator.ent
  
  Index: locator.ent
  ===================================================================
  <!--
  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.
  -->
  
  <!-- derive locator.ent from parent -->
  <!ENTITY % locator-ent SYSTEM "file:../locator.ent"> %locator-ent;
  
  
  1.1                  ws-wsrp4j/sandbox/wsrp4j/persistence-xml/locator.path
  
  Index: locator.path
  ===================================================================
  ../
  
  
  1.1                  ws-wsrp4j/sandbox/wsrp4j/persistence-xml/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
  # ------------------------------------------------------------------------------
  
  # ------------------------------------------------------------------------------
  # 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 = jar
  
  
  1.1                  ws-wsrp4j/sandbox/wsrp4j/persistence-xml/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-persistence-xml</id>
      <name>WSRP4J Persistence-XML</name>
          
      <shortDescription>
          WSRP4J Persistence-XML provides an xml-based persistence mechanism for
          producers and consumers.
      </shortDescription>
      <description>
          WSRP4J Persistence-XML provides an xml-based persistence mechanism for
          producers and consumers.
      </description>
          
      <packageName>org.apache.wsrp4j.persistence.xml</packageName>
      
      <build>
          <nagEmailAddress>wsrp4j-dev@ws.apache.org</nagEmailAddress>
          <sourceDirectory>src/java</sourceDirectory>
          <defaultGoal></defaultGoal>
      </build>
      
      <dependencies>
          <dependency>
              <groupId>wsrp4j</groupId>
              <artifactId>wsrp4j-commons</artifactId>
              <version>&wsrp4j-version;</version>
          </dependency>
          <dependency>
              <groupId>wsrp4j</groupId>
              <artifactId>wsrp4j-commons-consumer</artifactId>
              <version>&wsrp4j-version;</version>
          </dependency>
          <dependency>
              <groupId>wsrp4j</groupId>
              <artifactId>wsrp4j-commons-producer</artifactId>
              <version>&wsrp4j-version;</version>
          </dependency>
          <dependency>
              <artifactId>servletapi</artifactId>
              <groupId>servletapi</groupId>
              <version>2.3</version>
          </dependency>
          <dependency>
              <artifactId>axis</artifactId>
              <groupId>axis</groupId>
              <version>1.2.1</version>
          </dependency>
          <dependency>
              <artifactId>castor</artifactId>
              <groupId>castor</groupId>
              <version>0.9.6</version>
          </dependency>
      </dependencies>
      
  </project>