# HG changeset patch # User casties # Date 1340904872 -7200 # Node ID f2d44c41eedf54c1f42b8a8b3ad2b9cdc7da5033 # Parent 6556943c4fb93e69a0bbbfa707aebc64cb56cf57 nothing much diff -r 6556943c4fb9 -r f2d44c41eedf src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorInfo.java --- a/src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorInfo.java Wed Jun 27 17:52:02 2012 +0200 +++ b/src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorInfo.java Thu Jun 28 19:34:32 2012 +0200 @@ -41,7 +41,7 @@ @Get("html") public Representation getHTML(){ - InputStream is = getClass().getResourceAsStream("/de/mpiwg/itgroup/annotationManager/staticPages/main.html"); + InputStream is = getClass().getResourceAsStream("/de/mpiwg/itgroup/annotations/annotator-info.html"); Representation rep = new InputRepresentation(is,MediaType.TEXT_HTML); return rep; diff -r 6556943c4fb9 -r f2d44c41eedf src/main/resources/annotator-info.html --- a/src/main/resources/annotator-info.html Wed Jun 27 17:52:02 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - -

Annotation manager

-

Annotations overview

- - \ No newline at end of file diff -r 6556943c4fb9 -r f2d44c41eedf src/main/resources/de/itgroup/annotations/annotator-info.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/resources/de/itgroup/annotations/annotator-info.html Thu Jun 28 19:34:32 2012 +0200 @@ -0,0 +1,6 @@ + + +

Annotation manager

+

Annotations overview

+ + \ No newline at end of file