Changeset 8915

Show
Ignore:
Timestamp:
10/03/08 13:51:53 (7 weeks ago)
Author:
surenderreddy_yerva
Message:

URI change from
http://beagle2.kbs.uni-hannover.de/ontologies/publications#
to
http://beagle2.kbs.uni-hannover.de/ontology/publications#

Location:
trunk/java/org.semanticdesktop.nepomuk.comp.filestorage
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/java/org.semanticdesktop.nepomuk.comp.filestorage/META-INF/MANIFEST.MF

    r8645 r8915  
    1717 org.semanticdesktop.nepomuk.utils 
    1818Export-Package: org.semanticdesktop.nepomuk.comp.filestorage 
     19Bundle-RequiredExecutionEnvironment: J2SE-1.5 
  • trunk/java/org.semanticdesktop.nepomuk.comp.filestorage/src/org/semanticdesktop/nepomuk/comp/filestorage/FileStorageImpl.java

    r8756 r8915  
    239239 
    240240 
    241                 if(resTypeSet.contains("http://beagle2.kbs.uni-hannover.de/ontologies/publications#Article") ||resTypeSet.contains("")) 
     241                if(resTypeSet.contains("http://beagle2.kbs.uni-hannover.de/ontology/publications#Article") ||resTypeSet.contains("")) 
    242242                { 
    243243 
     
    273273                                + " [{paperFile}nfo:belongsToContainer {paperContainerReference}] " 
    274274                                + " USING NAMESPACE " 
    275                                 + " pub=<http://beagle2.kbs.uni-hannover.de/ontologies/publications#>," 
     275                                + " pub=<http://beagle2.kbs.uni-hannover.de/ontology/publications#>," 
    276276                                + " nie=<http://www.semanticdesktop.org/ontologies/2007/01/19/nie#>," 
    277277                                + " nfo=<http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#>,"