Changeset 558 for trunk/org.bridgedb.rdb

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

Fixed some .classpath files

Files:
1 modified

Legend:

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

    r444 r558  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<classpath> 
     3        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
     4        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 
    35        <classpathentry kind="src" path="src"/> 
    46        <classpathentry excluding="org/bridgedb/rdb/TestJdbc.java" kind="src" path="test"/> 
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
    6         <classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.bridgedb"/> 
    7         <classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.bridgedb.bio"/> 
    8         <classpathentry kind="lib" path="lib/derby.jar"/> 
    9         <classpathentry kind="lib" path="build-lib/derbyclient.jar"/> 
     7        <classpathentry exported="true" kind="lib" path="lib/derby.jar"/> 
     8        <classpathentry exported="true" kind="lib" path="build-lib/derbyclient.jar"/> 
    109        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 
    1110        <classpathentry kind="output" path="bin"/>