comparison src/de/mpiwg/itgroup/eSciDoc/foxridge/FoxridgeRessource.java @ 9:b6cf6462d709

small changes
author dwinter
date Thu, 21 Jun 2012 09:46:26 +0200
parents c6929e63b0b8
children e0efd3a9d2f0
comparison
equal deleted inserted replaced
8:a844f6948dd8 9:b6cf6462d709
10 10
11 11
12 12
13 public FoxridgeRessource() throws IOException { 13 public FoxridgeRessource() throws IOException {
14 super(); 14 super();
15 CMM ="/cmm/content-model/escidoc:13001"; 15 CMM ="/cmm/content-model/escidoc:131281";
16 16
17 // TODO Auto-generated constructor stub 17 // TODO Auto-generated constructor stub
18 } 18 }
19 19
20 public FoxridgeRessource(String name, String absolutePath, String string) throws IOException { 20 public FoxridgeRessource(String name, String absolutePath, String string) throws IOException {
21 super(name, absolutePath, string); 21 super(name, absolutePath, string);
22 CMM ="/cmm/content-model/escidoc:13001"; 22 CMM ="/cmm/content-model/escidoc:131281";
23 } 23 }
24 24
25 } 25 }