cvs commit: spice/sandbox/jervlet/demoserver project.xml maven.xml .cvsignore project.properties

Ryan Hoegg <[email protected]>
Newsgroups gmane.comp.java.spice.cvs
Message-ID <[email protected]>
rhoegg      03/10/27 21:07:35

  Added:       sandbox/jervlet/demoserver project.xml maven.xml .cvsignore
                        project.properties
  Log:
  Initial commit.
  
  Revision  Changes    Path
  1.1                  spice/sandbox/jervlet/demoserver/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project>
  
    <pomVersion>3</pomVersion>
    <extend>${basedir}/../base-project.xml</extend>
    
    <id>jervlet-demoserver</id>
    <name>Jervlet Demonstration Server</name>
    <currentVersion>0.7-dev</currentVersion>
    
    <inceptionYear>2003</inceptionYear>
    <shortDescription>Demonstration project for building a deployable SAR using Jervlet.</shortDescription>
  
    <developers>
      <developer>
        <name>Ryan Hoegg</name>
        <id>rhoegg</id>
        <email>[email protected]</email>
        <organization>ISIS Networks</organization>
        <roles>
          <role>Developer</role>
        </roles>
      </developer>
    </developers>
  
    <dependencies>
      <dependency>
        <id>jervlet</id>
        <version>0.7-dev</version>
        <properties>
          <sar.bundle>true</sar.bundle>
        </properties>
      </dependency>
      <dependency>
        <groupId>jervlet</groupId>
        <artifactId>jervlet-jetty</artifactId>
        <version>0.7-dev</version>
        <properties>
          <sar.bundle>true</sar.bundle>
        </properties>
      </dependency>
  	<dependency>
  	  <id>jetty</id>
  	  <version>4.2.12</version>
        <properties>
          <sar.bundle>true</sar.bundle>
        </properties>
  	</dependency>
  	<dependency>
  	  <id>servletapi</id>
  	  <version>2.3</version>
  	  <properties>
  	    <sar.bundle>true</sar.bundle>
  	  </properties>
  	</dependency>
  	<dependency>
  	  <groupId>tomcat</groupId>
  	  <artifactId>jasper-runtime</artifactId>
  	  <version>4.0.4</version>
  	  <properties>
  	    <sar.bundle>true</sar.bundle>
  	  </properties>
  	</dependency>
  	<dependency>
  	  <groupId>tomcat</groupId>
  	  <artifactId>jasper-compiler</artifactId>
  	  <version>4.0.4</version>
  	  <properties>
  	    <sar.bundle>true</sar.bundle>
  	  </properties>
  	</dependency>
      
      <dependency>
        <groupId>loom</groupId>
        <artifactId>maven-sar-plugin</artifactId>
        <version>1.0-beta1-dev</version>
        <type>plugin</type>
      </dependency>
      <dependency>
        <groupId>loom</groupId>
        <artifactId>loom-tools</artifactId>
        <version>1.0-beta1-dev</version>
      </dependency>
    </dependencies>
  
  </project>
  
  
  
  
  1.1                  spice/sandbox/jervlet/demoserver/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project default="build">
  	<goal name="build" prereqs="clean">
  		<attainGoal name="sar"/>
  	</goal>
  </project>
  
  
  
  1.1                  spice/sandbox/jervlet/demoserver/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  .classpath
  .project
  maven.log
  
  
  
  1.1                  spice/sandbox/jervlet/demoserver/project.properties
  
  Index: project.properties
  ===================================================================
  maven.xdoc.date=left
  maven.xdoc.version=${pom.currentVersion}
  
  


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.