CCM NG: fixed some bugs, added missing constants

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3738 8810af33-2d31-482b-a856-94f89814c4df
pull/2/head
konermann 2015-11-20 06:42:54 +00:00
parent 90e50f80a9
commit 95f9ddb11c
4 changed files with 33 additions and 3 deletions

View File

@ -0,0 +1,30 @@
/*
/*
* Copyright (C) 2015 LibreCCM Foundation.
*
* 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., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301 USA
*/
package org.librecms.contenttypes.decisiontree;
public final class DecisiontreeConstants {
public static final String DB_SCHEMA = "cms_types_decisiontree";
private DecisiontreeConstants() {
//Nothing
}
}

View File

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.librecms.contenttypes.agenda.decisiontree;
package org.librecms.contenttypes.decisiontree;
import java.io.Serializable;
import javax.persistence.Column;

View File

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.librecms.contenttypes.agenda.decisiontree;
package org.librecms.contenttypes.decisiontree;
import java.io.Serializable;
import java.util.List;

View File

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.librecms.contenttypes.agenda.decisiontree;
package org.librecms.contenttypes.decisiontree;
import java.io.Serializable;
import javax.persistence.Column;