|
From: <rv...@us...> - 2010-02-10 02:05:01
|
Revision: 488
http://treebase.svn.sourceforge.net/treebase/?rev=488&view=rev
Author: rvos
Date: 2010-02-10 02:04:54 +0000 (Wed, 10 Feb 2010)
Log Message:
-----------
Fixed typo in prism property
Modified Paths:
--------------
trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/nexml/NexmlDocumentConverter.java
Modified: trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/nexml/NexmlDocumentConverter.java
===================================================================
--- trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/nexml/NexmlDocumentConverter.java 2010-02-09 20:51:58 UTC (rev 487)
+++ trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/nexml/NexmlDocumentConverter.java 2010-02-10 02:04:54 UTC (rev 488)
@@ -95,7 +95,7 @@
* @param document
*/
private void copyCitationMetadata(Citation citation,Document document) {
- attachAnnotation("dcterms.bibliographicCitation",citation.getAuthorsCitationStyleWithoutHtml(),mDCURI,document);
+ attachAnnotation("dcterms:bibliographicCitation",citation.getAuthorsCitationStyleWithoutHtml(),mDCURI,document);
if ( null != citation.getTitle() ) {
attachAnnotation("tb:title.study",citation.getTitle(),mTBTermsURI,document);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|