Minor formatting, esp. $ removed. Synchronized with fedorahosted 3204.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3996 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
79c42d5c45
commit
9023cf22fe
|
|
@ -20,6 +20,9 @@ webapp="ROOT">
|
||||||
<ccm:contact uri="mailto:info@scientificcms.org" type="support"/>
|
<ccm:contact uri="mailto:info@scientificcms.org" type="support"/>
|
||||||
</ccm:contacts>
|
</ccm:contacts>
|
||||||
<ccm:description>
|
<ccm:description>
|
||||||
Exposed GenericOrganizationalUnit
|
The Organization Content Type makes organization information available by
|
||||||
|
exposing GenericOrganizationalUnit.
|
||||||
|
It replaces the Organization Content Type of version 1.0.4 (now named
|
||||||
|
ccm-ldn-types-organization).
|
||||||
</ccm:description>
|
</ccm:description>
|
||||||
</ccm:application>
|
</ccm:application>
|
||||||
|
|
@ -11,7 +11,6 @@ import java.util.List;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author Jens Pelzetter
|
* @author Jens Pelzetter
|
||||||
* @version $Id$
|
|
||||||
*/
|
*/
|
||||||
public class Organization extends GenericOrganizationalUnit {
|
public class Organization extends GenericOrganizationalUnit {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@ import java.math.BigDecimal;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author Jens Pelzetter
|
* @author Jens Pelzetter
|
||||||
* @version $Id$
|
|
||||||
*/
|
*/
|
||||||
public class OrganizationBundle extends GenericOrganizationalUnitBundle {
|
public class OrganizationBundle extends GenericOrganizationalUnitBundle {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@ package com.arsdigita.cms.contenttypes;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author Jens Pelzetter
|
* @author Jens Pelzetter
|
||||||
* @version $Id$
|
|
||||||
*/
|
*/
|
||||||
public class OrganizationInitializer extends ContentTypeInitializer {
|
public class OrganizationInitializer extends ContentTypeInitializer {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@ package com.arsdigita.cms.contenttypes;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author Jens Pelzetter
|
* @author Jens Pelzetter
|
||||||
* @version $Id$
|
|
||||||
*/
|
*/
|
||||||
public class OrganizationLoader extends AbstractContentTypeLoader {
|
public class OrganizationLoader extends AbstractContentTypeLoader {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,6 @@ import com.arsdigita.cms.ui.authoring.CreationSelector;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author Jens Pelzetter
|
* @author Jens Pelzetter
|
||||||
* @version $Id$
|
|
||||||
*/
|
*/
|
||||||
public class OrganizationCreate extends GenericOrganizationalUnitCreate {
|
public class OrganizationCreate extends GenericOrganizationalUnitCreate {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ import com.arsdigita.xml.Element;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author Jens Pelzetter <jens@jp-digital.de>
|
* @author Jens Pelzetter <jens@jp-digital.de>
|
||||||
* @version $Id$
|
|
||||||
*/
|
*/
|
||||||
public class OrganizationExtraXmlGenerator implements ExtraXMLGenerator {
|
public class OrganizationExtraXmlGenerator implements ExtraXMLGenerator {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,6 @@ import com.arsdigita.cms.ui.workflow.WorkflowLockedComponentAccess;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author Jens Pelzetter
|
* @author Jens Pelzetter
|
||||||
* @version $Id$
|
|
||||||
*/
|
*/
|
||||||
public class OrganizationPropertiesStep extends GenericOrganizationalUnitPropertiesStep {
|
public class OrganizationPropertiesStep extends GenericOrganizationalUnitPropertiesStep {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue