diff --git a/ccm-cms/src/com/arsdigita/cms/contenttypes/ui/GenericPersonContactTable.java b/ccm-cms/src/com/arsdigita/cms/contenttypes/ui/GenericPersonContactTable.java
index f83c22f8b..a21c96103 100644
--- a/ccm-cms/src/com/arsdigita/cms/contenttypes/ui/GenericPersonContactTable.java
+++ b/ccm-cms/src/com/arsdigita/cms/contenttypes/ui/GenericPersonContactTable.java
@@ -44,6 +44,7 @@ import com.arsdigita.cms.dispatcher.ItemResolver;
import com.arsdigita.cms.util.GlobalizationUtil;
import com.arsdigita.domain.DataObjectNotFoundException;
import com.arsdigita.globalization.GlobalizationHelper;
+import com.arsdigita.globalization.GlobalizedMessage;
import com.arsdigita.util.LockableImpl;
import java.math.BigDecimal;
import org.apache.log4j.Logger;
@@ -318,7 +319,7 @@ public class GenericPersonContactTable extends Table implements
globalize("cms.contenttypes.ui.person.confirm_delete"));
return link;
} else {
- return new Label(value.toString());
+ return new Label((GlobalizedMessage) value);
}
}
}
diff --git a/ccm-sci-bundle/bundles/devel/cfg/project.xml b/ccm-sci-bundle/bundles/devel/cfg/project.xml
index 3c8735a05..aa9885547 100644
--- a/ccm-sci-bundle/bundles/devel/cfg/project.xml
+++ b/ccm-sci-bundle/bundles/devel/cfg/project.xml
@@ -9,7 +9,7 @@
name="ScientificCMS"
prettyName="Scientific CMS"
version="2.2.0"
- release="SNAPSHOT-r2517"
+ release="devel-SNAPSHOT-r2540"
webxml="web-sci.xml"
webapp="ROOT"
xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools-ng/common/xsd/project.xsd">
@@ -111,6 +111,8 @@
+
+
@@ -167,9 +169,9 @@
--->
+
diff --git a/ccm-sci-publicationscsvimporter/application.xml b/ccm-sci-publicationscsvimporter/application.xml
index e9ea67cd7..60556eb95 100644
--- a/ccm-sci-publicationscsvimporter/application.xml
+++ b/ccm-sci-publicationscsvimporter/application.xml
@@ -1,30 +1,30 @@
+ name="ccm-sci-publicationscsvimporter"
+ version="6.6.0"
+ release="1"
+ webapp="ROOT">
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
- Importer for Publications using a CSV file. Only used for internal purposes
- at the University of Bremen.
-
+
+ Importer for Publications using a CSV file. Only used for internal purposes
+ at the University of Bremen.
+
\ No newline at end of file