You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by we...@apache.org on 2002/06/12 22:23:12 UTC

cvs commit: jakarta-commons-sandbox/jelly project.properties project.xml

werken      2002/06/12 13:23:11

  Modified:    jelly    project.properties project.xml
  Log:
  Added remote repo for fetching werkz jars.
  
  Revision  Changes    Path
  1.6       +1 -0      jakarta-commons-sandbox/jelly/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties	30 May 2002 16:00:56 -0000	1.5
  +++ project.properties	12 Jun 2002 20:23:11 -0000	1.6
  @@ -5,6 +5,7 @@
   maven.compile.debug = on
   maven.compile.optimize = off
   maven.compile.deprecation = off
  +maven.repo.remote = http://werkz.sf.net/
   
   maven.jarResources.basedir=${basedir}/src/java
   maven.junit.usefile = false
  
  
  
  1.17      +2 -3      jakarta-commons-sandbox/jelly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml	12 Jun 2002 16:25:59 -0000	1.16
  +++ project.xml	12 Jun 2002 20:23:11 -0000	1.17
  @@ -143,10 +143,9 @@
         <jar>jdbc2_0-stdext.jar</jar>
       </dependency>
       <dependency>
  -      <name>werkz</name>
  +      <id>werkz</id>
         <type>required</type>
  -      <version>1.0-dev</version>
  -      <jar>werkz-1.0-dev.jar</jar>
  +      <version>1.0-build-1</version>
       </dependency>
       
       <!-- 
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>