Index: lams_build/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_build/build.xml,v diff -u -r1.120.2.72 -r1.120.2.73 --- lams_build/build.xml 18 Jan 2017 04:44:30 -0000 1.120.2.72 +++ lams_build/build.xml 25 Mar 2017 06:48:44 -0000 1.120.2.73 @@ -679,13 +679,19 @@ - - + use them till migration to Wildfly 9.x + It will be placed back if deploy-cluster is run. --> + + + + + @@ -778,6 +784,52 @@ + + + ${ant.project.name}: Restoring clustering library + + + + + ${ant.project.name}: Copying configuration files + + + + + + + + + + + + + + + + ${ant.project.name}: Making Central sessions distributable + + + + + ${ant.project.name}: Zipping lams.ear into domain/tmp dir + + + Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_build/conf/domain.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_build/conf/host.xml'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_common/src/java/org/lamsfoundation/lams/themes/dto/ThemeDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/themes/dto/Attic/ThemeDTO.java,v diff -u -r1.1.2.3 -r1.1.2.4 --- lams_common/src/java/org/lamsfoundation/lams/themes/dto/ThemeDTO.java 11 May 2016 07:07:29 -0000 1.1.2.3 +++ lams_common/src/java/org/lamsfoundation/lams/themes/dto/ThemeDTO.java 25 Mar 2017 06:48:45 -0000 1.1.2.4 @@ -23,6 +23,8 @@ package org.lamsfoundation.lams.themes.dto; +import java.io.Serializable; + import org.lamsfoundation.lams.learningdesign.dto.BaseDTO; import org.lamsfoundation.lams.themes.Theme; @@ -31,7 +33,7 @@ * * @author Fiona Malikoff */ -public class ThemeDTO extends BaseDTO { +public class ThemeDTO extends BaseDTO implements Serializable { private Long id; private String name; private String description;