source: extensions/net.sf.basedb.hdfs/trunk/.classpath @ 1358

Last change on this file since 1358 was 1358, checked in by Nicklas Nordborg, 12 years ago

References #304: Implement HDFS external file support

Re-packaging of extra JAR files since BASE now supports including them with the main JAR file (http://base.thep.lu.se/ticket/1594).

File size: 512 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3  <classpathentry kind="src" path="src"/>
4  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
5  <classpathentry kind="lib" path="lib/compile/base-core-3.0.0.jar"/>
6  <classpathentry kind="lib" path="META-INF/lib/hadoop-common-0.21.0.jar"/>
7  <classpathentry kind="lib" path="META-INF/lib/hadoop-hdfs-0.21.0.jar"/>
8  <classpathentry kind="output" path="bin"/>
9</classpath>
Note: See TracBrowser for help on using the repository browser.