Changeset 4485

Show
Ignore:
Timestamp:
12/08/09 16:46:19 (1 year ago)
Author:
michael
Message:

Installer for windows and tidy up

Files:

Legend:

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

    r3966 r4485  
    22project.rev=0.5 
    33project.status=release 
     4project.osgi=true 
  • trunk/ivy.xml

    r3980 r4485  
    2424    <dependency org="javax.servlet" name="servlet-api" rev="2.5" conf="compile->default" /> 
    2525    <dependency org="com.noelios.restlet" name="com.noelios.restlet.ext.net" rev="1.1-RC2" conf="test->default"/> 
    26     <dependency org="junit" name="junit" rev="3.8.1" conf="test->default"/> 
    27     <dependency org="xmlunit" name="xmlunit" rev="1.0" conf="test->default"/> 
     26    <dependency org="junit" name="junit" rev="3.8.1" conf="compile,test->default"/> 
     27    <dependency org="xmlunit" name="xmlunit" rev="1.0" conf="compile,test->default"/> 
    2828    <dependency org="org.apache.xmlgraphics" name="fop" rev="0.93" conf="fop->default"> 
    2929      <!-- TODO exclude un-needed dependencies -->