Added module ccm-sci-publicationsexportlinks to the devel bundle. The module is used on various sites, so it makes senses to

include it into the devel bundle.


git-svn-id: https://svn.libreccm.org/ccm/trunk@2721 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-06-24 17:20:36 +00:00
parent 4963a066fe
commit a166f87dfe
2 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,6 @@ public class GenericAddressPropertyForm extends BasicPageForm
address.setCols(30); address.setCols(30);
add(address); add(address);
add(new Label());
ParameterModel postalCodeParam = new StringParameter(POSTAL_CODE); ParameterModel postalCodeParam = new StringParameter(POSTAL_CODE);
TextField postalCode = new TextField(postalCodeParam); TextField postalCode = new TextField(postalCodeParam);
postalCode.setLabel(ContenttypesGlobalizationUtil postalCode.setLabel(ContenttypesGlobalizationUtil

View File

@ -9,7 +9,7 @@
name="ScientificCMS" name="ScientificCMS"
prettyName="Scientific CMS" prettyName="Scientific CMS"
version="2.3.0" version="2.3.0"
release="devel-SNAPSHOT-r2707" release="devel-SNAPSHOT-r2719"
webxml="sci-web.xml" webxml="sci-web.xml"
portletxml="sci-portlet.xml" portletxml="sci-portlet.xml"
webapp="libreccm" webapp="libreccm"
@ -92,6 +92,7 @@
<ccm:application name="ccm-sci-personalprojects"/> <ccm:application name="ccm-sci-personalprojects"/>
<ccm:application name="ccm-sci-personalpublications"/> <ccm:application name="ccm-sci-personalpublications"/>
<ccm:application name="ccm-sci-publications"/> <ccm:application name="ccm-sci-publications"/>
<ccm:application name="ccm-sci-publicationsexportlinks"/>
<ccm:application name="ccm-sci-types-department"/> <ccm:application name="ccm-sci-types-department"/>
<ccm:application name="ccm-sci-types-institute"/> <ccm:application name="ccm-sci-types-institute"/>