changeset 2:f2d44c41eedf

nothing much
author casties
date Thu, 28 Jun 2012 19:34:32 +0200
parents 6556943c4fb9
children 47b53ae385d1
files src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorInfo.java src/main/resources/annotator-info.html src/main/resources/de/itgroup/annotations/annotator-info.html
diffstat 3 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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 @@
-<html>
-<body>
-<h2>Annotation manager</h2>
-<p><a href="annotations">Annotations overview</a></p>
-</body>
-</html>
\ No newline at end of file
--- /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 @@
+<html>
+<body>
+<h2>Annotation manager</h2>
+<p><a href="annotations">Annotations overview</a></p>
+</body>
+</html>
\ No newline at end of file