Changeset 3692

Show
Ignore:
Timestamp:
12/03/08 17:15:45 (4 years ago)
Author:
michael
Message:

Support offline bootstrap + remove restlet-jpa from dependencies.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build.xml

    r3530 r3692  
    1010 
    1111        <target name="download-build.common"> 
    12                 <get src="${build.common.url}" dest="${build.common.file}" usetimestamp="true" /> 
     12                <get ignoreerrors="true" src="${build.common.url}" dest="${build.common.file}" usetimestamp="true" /> 
    1313        </target> 
    1414 
  • trunk/ivy.xml

    r3667 r3692  
    1515  <dependencies> 
    1616    <dependency org="de.odysseus.juel" name="juel" rev="2.1.0" conf="default"/> 
    17     <dependency org="sarugo" name="restlet-jpa" rev="0.3" conf="restlet,compile->default"/> 
    1817    <dependency org="org.restlet" name="org.restlet" rev="1.1-M2" conf="restlet,compile->default"/> 
    1918    <dependency org="com.noelios.restlet" name="com.noelios.restlet.ext.simple" rev="1.1-M2" conf="compile->default"/>