Version in ccm-sci-bundle angepasst, keline Änderung an SciPublicationList.jsp

git-svn-id: https://svn.libreccm.org/ccm/trunk@2134 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2013-04-17 07:20:06 +00:00
parent 8e12bb395b
commit 537ddb5a5b
2 changed files with 8 additions and 2 deletions

View File

@ -8,8 +8,8 @@
ccmVersion="6.1" ccmVersion="6.1"
name="scientificcms" name="scientificcms"
prettyName="Scientific CMS" prettyName="Scientific CMS"
version="2-0-0" version="2-1-0"
release="std" release="alpha4-r2123"
webxml="web-sci.xml" webxml="web-sci.xml"
webapp="ROOT" webapp="ROOT"
xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools-ng/common/xsd/project.xsd"> xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools-ng/common/xsd/project.xsd">

View File

@ -55,6 +55,12 @@
<define:component name="assignedTerms" <define:component name="assignedTerms"
classname="com.arsdigita.navigation.ui.CategoryIndexAssignedTerms"/> classname="com.arsdigita.navigation.ui.CategoryIndexAssignedTerms"/>
<define:component name="publicationExportLinks"
classname="com.arsdigita.cms.scipublications.ui.PublicationExportLinks"/>
<jsp:scriptlet>
((com.arsdigita.cms.scipublications.ui.PublicationExportLinks)publicationExportLinks).setObjList(objList);
</jsp:scriptlet>
</define:page> </define:page>
<show:all/> <show:all/>