Show
Ignore:
Timestamp:
01/08/12 19:53:06 (5 months ago)
Author:
martijn
Message:

Fixed some .classpath files

Location:
trunk/org.bridgedb.server
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb.server/.classpath

    r504 r558  
    44        <classpathentry kind="src" path="test"/> 
    55        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
    6         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> 
    7         <classpathentry kind="lib" path="lib/restlet-2.0m6/org.restlet.jar"/> 
    86        <classpathentry exported="true" kind="lib" path="lib/mysql-connector-java-5.1.7-bin.jar"/> 
    97        <classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/> 
     8        <classpathentry kind="lib" path="lib/org.restlet.ext.servlet.jar"/> 
     9        <classpathentry kind="lib" path="lib/org.restlet.jar"/> 
    1010        <classpathentry combineaccessrules="false" kind="src" path="/org.bridgedb.rdb"/> 
     11        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 
     12        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 
    1113        <classpathentry kind="output" path="bin"/> 
    1214</classpath> 
  • trunk/org.bridgedb.server/.project

    r345 r558  
    1111                        </arguments> 
    1212                </buildCommand> 
     13                <buildCommand> 
     14                        <name>org.eclipse.pde.ManifestBuilder</name> 
     15                        <arguments> 
     16                        </arguments> 
     17                </buildCommand> 
     18                <buildCommand> 
     19                        <name>org.eclipse.pde.SchemaBuilder</name> 
     20                        <arguments> 
     21                        </arguments> 
     22                </buildCommand> 
    1323        </buildSpec> 
    1424        <natures> 
    1525                <nature>org.eclipse.jdt.core.javanature</nature> 
     26                <nature>org.eclipse.pde.PluginNature</nature> 
    1627        </natures> 
    1728</projectDescription>