Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Environment

Work Blog

11-28-2006

  • Added v2.0.1 spring and spring-mock JARs to our maven repository. To access our repository, edit your build.properties:
    maven.repo.remote=http://source.sakaiproject.org/maven/,http://svn.ucdavis.edu/maven/,http://www.ibiblio.org/maven2/
    maven.tomcat.home=/home/thomas/local/tomcat/
    maven.compile.source = 1.5
    maven.compile.target = 1.5
    
  • Modify master/project.properties
    # The Springframework version we are using
    sakai.spring.groupId=org.springframework
    sakai.spring.artifactId=spring
    sakai.spring.version=2.0.1
    sakai.spring.mock.artifactId=spring-mock
    sakai.spring.mock.version=2.0.1
    
  • No labels