Changeset 8915
- Timestamp:
- 10/03/08 13:51:53 (7 weeks ago)
- Location:
- trunk/java/org.semanticdesktop.nepomuk.comp.filestorage
- Files:
-
- 2 modified
-
META-INF/MANIFEST.MF (modified) (1 diff)
-
src/org/semanticdesktop/nepomuk/comp/filestorage/FileStorageImpl.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/java/org.semanticdesktop.nepomuk.comp.filestorage/META-INF/MANIFEST.MF
r8645 r8915 17 17 org.semanticdesktop.nepomuk.utils 18 18 Export-Package: org.semanticdesktop.nepomuk.comp.filestorage 19 Bundle-RequiredExecutionEnvironment: J2SE-1.5 -
trunk/java/org.semanticdesktop.nepomuk.comp.filestorage/src/org/semanticdesktop/nepomuk/comp/filestorage/FileStorageImpl.java
r8756 r8915 239 239 240 240 241 if(resTypeSet.contains("http://beagle2.kbs.uni-hannover.de/ontolog ies/publications#Article") ||resTypeSet.contains(""))241 if(resTypeSet.contains("http://beagle2.kbs.uni-hannover.de/ontology/publications#Article") ||resTypeSet.contains("")) 242 242 { 243 243 … … 273 273 + " [{paperFile}nfo:belongsToContainer {paperContainerReference}] " 274 274 + " USING NAMESPACE " 275 + " pub=<http://beagle2.kbs.uni-hannover.de/ontolog ies/publications#>,"275 + " pub=<http://beagle2.kbs.uni-hannover.de/ontology/publications#>," 276 276 + " nie=<http://www.semanticdesktop.org/ontologies/2007/01/19/nie#>," 277 277 + " nfo=<http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#>,"
