Umbenennung von ccm-sci-publications-publicationtype nach ccm-sci-assets-publicationspublicationtype, um den Namenskonventionen zu entsprechen
git-svn-id: https://svn.libreccm.org/ccm/trunk@2265 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
3d98d6cfec
commit
ad9b3f1579
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<ccm:application xmlns:ccm="http://ccm.redhat.com/ccm-project"
|
||||
name="ccm-sci-publications-publicationtype"
|
||||
name="ccm-sci-assets-publicationspublicationtype"
|
||||
prettyName="ScientificCMS Publications module providing an asset for describing different types of publication of a publication, e.g. ebook"
|
||||
version="6.6.5"
|
||||
release="1"
|
||||
|
|
@ -26,4 +26,4 @@
|
|||
An asset for for describing different types of publication of a publication, e.g. ebook"
|
||||
</ccm:description>
|
||||
|
||||
</ccm:application>
|
||||
</ccm:application>
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
</provides>
|
||||
|
||||
<scripts>
|
||||
<schema directory="ccm-sci-publications-publicationtype"/>
|
||||
<schema directory="ccm-sci-assets-publicationspublicationtype"/>
|
||||
<data class="com.arsdigita.cms.contentassets.PublicationTypeAssetLoader"/>
|
||||
</scripts>
|
||||
</load>
|
||||
</load>
|
||||
|
|
@ -36,7 +36,7 @@ import com.arsdigita.runtime.DomainInitEvent;
|
|||
public class PublicationTypeAssetInitializer extends ContentAssetInitializer {
|
||||
|
||||
public PublicationTypeAssetInitializer() {
|
||||
super("ccm-sci-publications-publicationtype.pdl.mf");
|
||||
super("ccm-sci-assets-publicationspublicationtype.pdl.mf");
|
||||
}
|
||||
|
||||
@Override
|
||||
Loading…
Reference in New Issue