/[fenfire]/fenfire/org/fenfire/modules/pp/PPVocab.java
ViewVC logotype

Diff of /fenfire/org/fenfire/modules/pp/PPVocab.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mudyc, Sun Mar 9 01:35:37 2003 UTC revision 1.5 by mudyc, Sun Mar 9 01:46:25 2003 UTC
# Line 22  public static final String rcsid = "$Id$ Line 22  public static final String rcsid = "$Id$
22    
23      // Resources      // Resources
24      public Resource PaperType;      public Resource PaperType;
25      public Resource Note;      public Resource NoteType;
26      public Resource DataType;      public Resource DataType;
27    
28      public PPVocab() {      public PPVocab() {
# Line 43  public static final String rcsid = "$Id$ Line 43  public static final String rcsid = "$Id$
43    
44              // Resources              // Resources
45              PaperType = new ResourceImpl(pp_voc + "#paperType");              PaperType = new ResourceImpl(pp_voc + "#paperType");
46              Note = new ResourceImpl(pp_voc + "#note");              NoteType = new ResourceImpl(pp_voc + "#noteType");
47              DataType = new ResourceImpl(pp_voc + "#dataType");              DataType = new ResourceImpl(pp_voc + "#dataType");
48          } catch (RDFException e) {          } catch (RDFException e) {
49              p("Failed: PP vocabulary "+e);              p("Failed: PP vocabulary "+e);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26