source: extensions/net.sf.basedb.mev/trunk/.classpath

Last change on this file was 2209, checked in by Nicklas Nordborg, 10 years ago

Fixes #567: Update MEV extension to new scripting pattern

File size: 925 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3  <classpathentry kind="src" path="src/server"/>
4  <classpathentry kind="src" path="src/webstart"/>
5  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6  <classpathentry kind="lib" path="lib/compile/servlet-api.jar"/>
7  <classpathentry kind="lib" path="resources/jar/mev-base.jar" sourcepath="/mev-4.4.1/source"/>
8  <classpathentry kind="lib" path="resources/jar/mev-gui-impl.jar" sourcepath="/mev-4.4.1/source"/>
9  <classpathentry kind="lib" path="resources/jar/HTTPClient.jar"/>
10  <classpathentry kind="lib" path="lib/compile/base-core-3.3.0.jar"/>
11  <classpathentry kind="lib" path="lib/compile/base-coreplugins-3.3.0.jar"/>
12  <classpathentry kind="lib" path="lib/compile/base-webclient-3.3.0.jar"/>
13  <classpathentry kind="lib" path="lib/compile/base-webservices-client-3.3.0.jar"/>
14  <classpathentry kind="output" path="bin"/>
15</classpath>
Note: See TracBrowser for help on using the repository browser.