Aktualisierung des zes bundle an aktuelle Software Modifikationen.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1018 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
b9d2120ff0
commit
679a684f45
|
|
@ -27,12 +27,10 @@ import com.arsdigita.util.parameter.StringParameter;
|
|||
* AplawsConfig
|
||||
*
|
||||
* @version $Revision: 1.2 $ $Date: 2005/01/07 19:01:40 $
|
||||
* @version $Id: AplawsConfig.java 1565 2007-04-18 16:46:14Z apevec $
|
||||
*/
|
||||
|
||||
public class AplawsConfig extends AbstractConfig {
|
||||
|
||||
public final static String versionId = "$Id: AplawsConfig.java 1565 2007-04-18 16:46:14Z apevec $";
|
||||
|
||||
private final Parameter m_ajaxExpandAllBranches = new BooleanParameter(
|
||||
"com.arsdigita.aplaws.ajax_expand_on_all_branches",
|
||||
Parameter.OPTIONAL,
|
||||
|
|
|
|||
|
|
@ -193,7 +193,7 @@ public class Loader extends PackageLoader {
|
|||
.retrieveApplicationForPath("/portal/");
|
||||
portal.setDefaultLayout(PageLayout
|
||||
.findLayoutByFormat(PageLayout.FORMAT_ONE_COLUMN)); */
|
||||
} // end run method
|
||||
} // end run method
|
||||
|
||||
// public void registerServicesTemplate(String appURL) {
|
||||
// Application app = Application.retrieveApplicationForPath(appURL);
|
||||
|
|
|
|||
|
|
@ -29,8 +29,9 @@ import com.arsdigita.kernel.permissions.PermissionService;
|
|||
import com.arsdigita.kernel.permissions.PermissionDescriptor;
|
||||
import com.arsdigita.kernel.permissions.PrivilegeDescriptor;
|
||||
import com.arsdigita.kernel.Party;
|
||||
import com.arsdigita.kernel.Kernel;
|
||||
|
||||
import com.arsdigita.kernel.Kernel;import org.apache.log4j.Logger;
|
||||
import org.apache.log4j.Logger;
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue