Nachtrag.

git-svn-id: https://svn.libreccm.org/ccm/trunk@725 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2011-01-30 23:59:58 +00:00
parent 1cef466167
commit c354dba9f9
1 changed files with 10 additions and 1 deletions

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* *
*/ */
package com.arsdigita.cms; package com.arsdigita.cms.upgrade;
import com.arsdigita.persistence.DataCollection; import com.arsdigita.persistence.DataCollection;
import com.arsdigita.persistence.DataObject; import com.arsdigita.persistence.DataObject;
@ -28,6 +28,15 @@ import com.arsdigita.runtime.Startup;
import java.io.IOException; import java.io.IOException;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
// /////////////////////////////////////////////////////////////////////////
//
// Obviously rather old upgrade script - pre 6.6.0 / APLAWS 1.0.2
// Kept here for easy reference as a template / pattern for a complex update
//
// /////////////////////////////////////////////////////////////////////////
/** /**
* Subject to change. * Subject to change.
* *