Changeset 558 for trunk/org.bridgedb.server
- Timestamp:
- 01/08/12 19:53:06 (5 months ago)
- Location:
- trunk/org.bridgedb.server
- Files:
-
- 2 modified
-
.classpath (modified) (1 diff)
-
.project (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.bridgedb.server/.classpath
r504 r558 4 4 <classpathentry kind="src" path="test"/> 5 5 <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"/>8 6 <classpathentry exported="true" kind="lib" path="lib/mysql-connector-java-5.1.7-bin.jar"/> 9 7 <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"/> 10 10 <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"/> 11 13 <classpathentry kind="output" path="bin"/> 12 14 </classpath> -
trunk/org.bridgedb.server/.project
r345 r558 11 11 </arguments> 12 12 </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> 13 23 </buildSpec> 14 24 <natures> 15 25 <nature>org.eclipse.jdt.core.javanature</nature> 26 <nature>org.eclipse.pde.PluginNature</nature> 16 27 </natures> 17 28 </projectDescription>
