You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/06/19 21:23:17 UTC

cvs commit: avalon-logkit forrest.properties project.xml

bloritsch    2003/06/19 12:23:17

  Modified:    .        project.xml
  Added:       .        forrest.properties
  Log:
  help forrest out a little
  
  Revision  Changes    Path
  1.5       +20 -0     avalon-logkit/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-logkit/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	19 Jun 2003 13:35:19 -0000	1.4
  +++ project.xml	19 Jun 2003 19:23:17 -0000	1.5
  @@ -41,5 +41,25 @@
           <id>jms</id>
           <version>1.1</version>
         </dependency>
  +
  +      <!-- Forrest Deps -->
  +        <dependency>
  +            <id>xml-apis</id>
  +            <version>2.0.2</version>
  +        </dependency>
  +        <dependency>
  +            <id>xercesImpl</id>
  +            <version>2.4.0</version>
  +            <groupId>xerces</groupId>
  +        </dependency>
  +        <dependency>
  +            <id>xmlParserAPIs</id>
  +            <version>2.2.1</version>
  +            <groupId>xerces</groupId>
  +        </dependency>
  +        <dependency>
  +            <id>xalan</id>
  +            <version>2.5.1</version>
  +        </dependency>
       </dependencies>
   </project>
  
  
  
  1.1                  avalon-logkit/forrest.properties
  
  Index: forrest.properties
  ===================================================================
  project.skin=avalon-tigris
  project.content-dir=${avalon.buildsystem}/documentation
  
  # having a few additional properties here enables the use of
  # the commandline version as well. Neat!
  project.xdocs-dir=src/xdocs
  project.build-dir=target
  project.site-dir=target/docs
  project.temp-dir=target/temp
  project.work-dir=target/work
  project.ctxt-dir=target/context
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org