You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2003/11/13 22:29:55 UTC

cvs commit: jakarta-turbine-2 project.xml

epugh       2003/11/13 13:29:55

  Modified:    .        project.xml
  Log:
  Want to load up the tutorial component..
  
  Revision  Changes    Path
  1.145     +14 -5     jakarta-turbine-2/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/project.xml,v
  retrieving revision 1.144
  retrieving revision 1.145
  diff -u -r1.144 -r1.145
  --- project.xml	2 Nov 2003 21:51:28 -0000	1.144
  +++ project.xml	13 Nov 2003 21:29:55 -0000	1.145
  @@ -578,13 +578,22 @@
       </dependency>     
       <dependency>
         <groupId>fulcrum</groupId>
  -      <artifactId>fulcrum-mimetype</artifactId>
  -      <version>1.0-alpha-3</version>
  +      <artifactId>fulcrum-mimetype-api</artifactId>
  +      <version>1.0-alpha-4</version>
         <url>http://jakarta.apache.org/turbine/fulcrum/fulcrum-mimetype</url>
         <properties>
           <war.bundle.jar>true</war.bundle.jar>
         </properties>
  -    </dependency>    
  +    </dependency>  
  +    <dependency>
  +      <groupId>fulcrum</groupId>
  +      <artifactId>fulcrum-mimetype-impl</artifactId>
  +      <version>1.0-alpha-4</version>
  +      <url>http://jakarta.apache.org/turbine/fulcrum/fulcrum-mimetype</url>
  +      <properties>
  +        <war.bundle.jar>true</war.bundle.jar>
  +      </properties>
  +    </dependency>       
       <dependency>
         <id>jaf:activation</id>
         <version>1.0.2</version>
  @@ -693,11 +702,11 @@
       </dependency>  
       
       <!-- Needed for testing -->
  -    <!--dependency>
  +    <dependency>
         <groupId>merlin</groupId>
         <artifactId>merlin-hello-tutorial</artifactId>
         <version>1.0</version>
  -    </dependency-->   
  +    </dependency>   
     </dependencies>
   
     <build>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org