Changeset 1358 for extensions/net.sf.basedb.hdfs/trunk
- Timestamp:
- May 3, 2011, 2:55:44 PM (12 years ago)
- Location:
- extensions/net.sf.basedb.hdfs/trunk
- Files:
-
- 1 added
- 1 deleted
- 4 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.hdfs/trunk/.classpath
r1353 r1358 3 3 <classpathentry kind="src" path="src"/> 4 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/hdfs/hadoop-common-0.21.0.jar"/>6 <classpathentry kind="lib" path="lib/hdfs/hadoop-hdfs-0.21.0.jar"/>7 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 8 <classpathentry kind="output" path="bin"/> 9 9 </classpath> -
extensions/net.sf.basedb.hdfs/trunk/META-INF/MANIFEST.MF
r1330 r1358 1 1 Manifest-Version: 1.0 2 Class-Path: lib/h dfs/hadoop-common-0.21.0.jar3 lib/h dfs/hadoop-hdfs-0.21.0.jar2 Class-Path: lib/hadoop-common-0.21.0.jar 3 lib/hadoop-hdfs-0.21.0.jar -
extensions/net.sf.basedb.hdfs/trunk/README
r1332 r1358 16 16 1. Download the hdfs-*.tar.gz file. 17 17 2. Unpack the downloaded file to a directory of your choice. 18 3. Copy the 'hdfs.jar' file and the 'lib' directory to your BASE plug-ins 19 directory. Look in your 'base.config' file if you don't know where this is. 20 4. Run the 'Extensions->Manual scan' command and install the new extension. 21 5. Done. 18 3. Copy the 'hdfs.jar' file to your BASE plug-ins directory. Look in your 19 'base.config' file if you don't know where this is. 20 4. Go to 'Administrate->Plug-ins & Extensions->Overview' page. 21 5. Run the installation wizard and select to install 'hdfs.jar'. 22 6. Done. 22 23 23 24 -
extensions/net.sf.basedb.hdfs/trunk/build.xml
r1353 r1358 33 33 <path id="classpath"> 34 34 <fileset dir="lib"> 35 <include name="**/*.jar" /> 36 </fileset> 37 <fileset dir="META-INF/lib"> 35 38 <include name="**/*.jar" /> 36 39 </fileset> … … 96 99 <fail unless="base.plugins" message="base.plugins is not set to the path of BASE plug-ins directory." /> 97 100 <copy todir="${base.plugins}"> 98 <fileset dir="." includes="lib/hdfs/*" />99 101 <fileset file="${jar.name}" /> 100 102 </copy> 101 <echo>Copied '${jar.name}' and 'lib/hdfs/*'to '${base.plugins}'.</echo>103 <echo>Copied '${jar.name}' to '${base.plugins}'.</echo> 102 104 </target> 103 105
Note: See TracChangeset
for help on using the changeset viewer.