Skip to content

Commit

Permalink
Instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Pick committed Aug 16, 2014
1 parent 915fb67 commit 1e5d743
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .classpath
Expand Up @@ -10,9 +10,7 @@
<classpathentry kind="lib" path="lib/shared-with-regain/aperture-core-1.5.0.jar"/>
<classpathentry kind="lib" path="lib/shared-with-regain/log4j-1.2.13.jar"/>
<classpathentry kind="lib" path="lib/shared-with-regain/rdf2go.api-4.6.2-for-aperture.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/regain-svn"/>
<classpathentry kind="lib" path="lib/ant/junit-4.8.2.jar"/>
<classpathentry kind="lib" path="/regain-svn/lib/jsp-api.jar"/>
<classpathentry kind="lib" path="lib/jodconverter3/jodconverter-core-3.0-beta-3_r220.jar"/>
<classpathentry kind="lib" path="lib/shared-with-regain-preperators/commons-logging-1.1-for-pdfbox.jar"/>
<classpathentry kind="lib" path="lib/shared-with-regain-preperators/fontbox-1.6.0-for-pdfbox.jar"/>
Expand All @@ -22,15 +20,13 @@
<classpathentry kind="lib" path="lib/shared-with-regain-preperators/poi-ooxml-schemas-3.8-20120326.jar"/>
<classpathentry kind="lib" path="lib/shared-with-regain-preperators/poi-scratchpad-3.8-20120326.jar"/>
<classpathentry kind="lib" path="test/lib/commons-exec-1.1.jar"/>
<classpathentry kind="lib" path="/regain-svn/lib/lucene-analyzers-3.6.0.jar"/>
<classpathentry kind="lib" path="/regain-svn/lib/lucene-core-3.6.0.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/regain-svn/lib/lucene-core-3.6.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/regain-svn/lib/lucene-highlighter-3.6.0.jar"/>
<classpathentry kind="lib" path="/regain-svn/lib/lucene-memory-3.6.0.jar"/>
<classpathentry kind="lib" path="lib/shared-with-regain/slf4j-api-1.3.0-for-aperture.jar"/>
<classpathentry kind="lib" path="lib/shared-with-regain/slf4j-simple-1.3.0-for-aperture.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/regain-git"/>
<classpathentry kind="lib" path="/regain-git/lib/jsp-api.jar"/>
<classpathentry kind="lib" path="/regain-git/lib/lucene-analyzers-3.6.0.jar"/>
<classpathentry kind="lib" path="/regain-git/lib/lucene-core-3.6.0.jar"/>
<classpathentry kind="lib" path="/regain-git/lib/lucene-highlighter-3.6.0.jar"/>
<classpathentry kind="lib" path="/regain-git/lib/lucene-memory-3.6.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Expand Up @@ -30,6 +30,9 @@

/**
* Example class for new Thumbnailers.
*
* Copy this file and rename the class.
*
* @see https://github.com/benjaminpick/java-thumbnailer/wiki/How-To-Write-A-New-Thumbnailer
*/
public class DummyThumbnailer extends AbstractThumbnailer {
Expand Down

0 comments on commit 1e5d743

Please sign in to comment.