Changeset 2729

Show
Ignore:
Timestamp:
23/05/07 14:15:33 (5 years ago)
Author:
michael
Message:

Basic Restlet integration. See org.sarugo.xtc.restlet.Simple Test?. Ticket #2, spent 8.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • .classpath

    r2684 r2729  
    44        <classpathentry kind="src" path="test"/> 
    55        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
    6         <classpathentry kind="lib" path="lib/juel-2.1.0.jar" sourcepath="/home/michael/Desktop/juel-2.1.0/src/impl"/> 
     6        <classpathentry exported="true" kind="lib" path="lib/juel-2.1.0.jar" sourcepath="/home/michael/Desktop/juel-2.1.0/src/impl"/> 
     7        <classpathentry kind="lib" path="lib/org.restlet.jar" sourcepath="/home/michael/Desktop/restlet-1.0rc6/src/org.restlet"> 
     8                <attributes> 
     9                        <attribute name="javadoc_location" value="file:/home/michael/Desktop/restlet-1.0rc6/docs/api/"/> 
     10                </attributes> 
     11        </classpathentry> 
     12        <classpathentry kind="lib" path="lib/com.noelios.restlet.ext.simple_3.1.jar"/> 
     13        <classpathentry kind="lib" path="lib/com.noelios.restlet.jar"/> 
     14        <classpathentry kind="lib" path="lib/org.simpleframework.jar"/> 
    715        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/> 
    816        <classpathentry kind="output" path="bin"/>