From 141b1e786cfd1c321bde0741e3f24c0ec9279593 Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Sun, 29 Jun 2014 13:56:20 +0200
Subject: [PATCH] Update hint base eclipse install dir

---
 ws/eclipse/Jdbc/src/main/java/CatalogManager.properties | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/ws/eclipse/Jdbc/src/main/java/CatalogManager.properties b/ws/eclipse/Jdbc/src/main/java/CatalogManager.properties
index 55fa7b661..78883cb5f 100644
--- a/ws/eclipse/Jdbc/src/main/java/CatalogManager.properties
+++ b/ws/eclipse/Jdbc/src/main/java/CatalogManager.properties
@@ -1,9 +1,10 @@
 # Catalogs are relative to this properties file
 relative-catalogs=false
 # Catalog list
-
+# may have to be updated depending on your Oygenxml version and type of installation
+#
 catalogs=\
-/usr/share/eclipse/dropins/oxygenxml.oxygen_14.2/plugins/com.oxygenxml.editor_14.2.0.v2013021115/frameworks/xhtml/dtd/xhtmlcatalog.xml;\
-/usr/share/eclipse/dropins/oxygenxml.oxygen_14.2/plugins/com.oxygenxml.editor_14.2.0.v2013021115/frameworks/xhtml11/dtd/xhtmlcatalog.xml
+/usr/share/eclipse.oxygen/dropins/oxygenxml.oxygen_15.2/plugins/com.oxygenxml.editor_15.2.0.v2014013017/frameworks/xhtml/dtd/xhtmlcatalog.xml;\
+/usr/share/eclipse.oxygen/dropins/oxygenxml.oxygen_15.2/plugins/com.oxygenxml.editor_15.2.0.v2014013017/frameworks/xhtml11/dtd/xhtmlcatalog.xml
 # PUBLIC in favour of SYSTEM
 prefer=public
\ No newline at end of file
-- 
GitLab