Update Script fuer ccm-cms-assets-imagestep.
git-svn-id: https://svn.libreccm.org/ccm/trunk@605 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
72204e6777
commit
7260f9f72c
|
|
@ -2,8 +2,8 @@
|
||||||
<ccm:application xmlns:ccm="http://ccm.redhat.com/ccm-project"
|
<ccm:application xmlns:ccm="http://ccm.redhat.com/ccm-project"
|
||||||
name="ccm-cms-assets-imagestep"
|
name="ccm-cms-assets-imagestep"
|
||||||
prettyName="Image step"
|
prettyName="Image step"
|
||||||
version="6.6.0"
|
version="6.6.1"
|
||||||
release="2"
|
release="1"
|
||||||
webapp="ROOT">
|
webapp="ROOT">
|
||||||
<ccm:dependencies>
|
<ccm:dependencies>
|
||||||
<ccm:requires name="ccm-core" version="6.6.0" relation="ge"/>
|
<ccm:requires name="ccm-core" version="6.6.0" relation="ge"/>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
--
|
||||||
|
-- Copyright (C) 2010 Peter Boy. All Rights Reserved.
|
||||||
|
--
|
||||||
|
-- This library is free software; you can redistribute it and/or
|
||||||
|
-- modify it under the terms of the GNU Lesser General Public License
|
||||||
|
-- as published by the Free Software Foundation; either version 2.1 of
|
||||||
|
-- the License, or (at your option) any later version.
|
||||||
|
--
|
||||||
|
-- This library is distributed in the hope that it will be useful,
|
||||||
|
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
-- Lesser General Public License for more details.
|
||||||
|
--
|
||||||
|
-- You should have received a copy of the GNU Lesser General Public
|
||||||
|
-- License along with this library; if not, write to the Free Software
|
||||||
|
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
--
|
||||||
|
-- $Id: upd_inits.sql $
|
||||||
|
|
||||||
|
update inits
|
||||||
|
set class_name='com.arsdigita.cms.contentassets.ItemImageAttachmentInitializer'
|
||||||
|
where class_name='com.arsdigita.cms.ItemImageAttachmentInitializer' ;
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
PROMPT ImageStep 6.6.0 -> 6.6.1 Upgrade Script (Oracle)
|
||||||
|
|
||||||
|
@@ ../default/upgrade/6.6.0-6.6.1/upd_inits.sql
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
\echo ImageStep 6.5.0 -> 6.5.1 Upgrade Script (PostgreSQL)
|
||||||
|
|
||||||
|
begin;
|
||||||
|
|
||||||
|
\i ../default/upgrade/6.6.0-6.6.1/upd_inits.sql
|
||||||
|
|
||||||
|
commit;
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<!-- First off the adapters for ContentItemPanel -->
|
<!-- First off the adapters for ContentItemPanel -->
|
||||||
<xrd:context name="com.arsdigita.cms.dispatcher.SimpleXMLGenerator">
|
<xrd:context name="com.arsdigita.cms.dispatcher.SimpleXMLGenerator">
|
||||||
<!-- Individual article sections -->
|
<!-- Individual article sections -->
|
||||||
<xrd:adapter objectType="com.arsdigita.cms.contenttypes.ItemImageAttachment">
|
<xrd:adapter objectType="com.arsdigita.cms.contentassets.ItemImageAttachment">
|
||||||
<xrd:attributes rule="exclude">
|
<xrd:attributes rule="exclude">
|
||||||
<xrd:property name="/object/defaultDomainClass"/>
|
<xrd:property name="/object/defaultDomainClass"/>
|
||||||
<xrd:property name="/object/objectType"/>
|
<xrd:property name="/object/objectType"/>
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,7 @@
|
||||||
<version from="6.5.0" to="6.5.1">
|
<version from="6.5.0" to="6.5.1">
|
||||||
<script sql="ccm-ldn-image-step/upgrade/::database::-6.5.0-6.5.1.sql"/>
|
<script sql="ccm-ldn-image-step/upgrade/::database::-6.5.0-6.5.1.sql"/>
|
||||||
</version>
|
</version>
|
||||||
|
<version from="6.6.0" to="6.6.1">
|
||||||
|
<script sql="ccm-cms-assets-imagestep/upgrade/::database::-6.6.0-6.6.1.sql"/>
|
||||||
|
</version>
|
||||||
</upgrade>
|
</upgrade>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue