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/31 00:32:33 UTC

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

dlouzan     2005/08/30 15:32:32

  Modified:    sandbox/wsrp4j/producer project.properties project.xml
  Log:
  Added support for deployment.
  
  Revision  Changes    Path
  1.2       +6 -0      ws-wsrp4j/sandbox/wsrp4j/producer/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/producer/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	14 Jun 2005 17:30:40 -0000	1.1
  +++ project.properties	30 Aug 2005 22:32:32 -0000	1.2
  @@ -36,3 +36,9 @@
   # MULTIPROJECT PROPERTIES
   #-------------------------------------------------------------------------------
   maven.multiproject.type = war
  +
  +# ------------------------------------------------------------------------------
  +# TOMCAT DEPLOYMENT PROPERTIES
  +# ------------------------------------------------------------------------------
  +maven.tomcat.context.config=${basedir}/src/xml/wsrp4j-producer.xml
  +maven.tomcat.deploy=exploded
  
  
  
  1.6       +18 -4     ws-wsrp4j/sandbox/wsrp4j/producer/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/sandbox/wsrp4j/producer/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	30 Aug 2005 18:00:38 -0000	1.5
  +++ project.xml	30 Aug 2005 22:32:32 -0000	1.6
  @@ -71,6 +71,9 @@
               <artifactId>portlet-api</artifactId>
               <groupId>portlet-api</groupId>
               <version>1.0</version>
  +            <properties>
  +                <tomcat.shared>true</tomcat.shared>
  +            </properties>
           </dependency>
           <dependency>
               <artifactId>servletapi</artifactId>
  @@ -81,6 +84,9 @@
               <artifactId>pluto</artifactId>
               <groupId>org.apache.pluto</groupId>
               <version>1.0.1-rc4</version>
  +            <properties>
  +                <tomcat.shared>true</tomcat.shared>
  +            </properties>
           </dependency>
           <dependency>
               <artifactId>pluto-portal</artifactId>
  @@ -131,11 +137,19 @@
               </properties>
           </dependency>
           <dependency>
  -            <artifactId>castor</artifactId>
  -            <groupId>castor</groupId>
  -            <version>0.9.6</version>
  +            <artifactId>commons-logging</artifactId>
  +            <groupId>commons-logging</groupId>
  +            <version>1.0.4</version>
               <properties>
  -                <war.bundle>true</war.bundle>
  +                <tomcat.shared>true</tomcat.shared>
  +            </properties>
  +        </dependency>
  +        <dependency>
  +            <artifactId>log4j</artifactId>
  +            <groupId>log4j</groupId>
  +            <version>1.2.8</version>
  +            <properties>
  +                <tomcat.shared>true</tomcat.shared>
               </properties>
           </dependency>
       </dependencies>