syncronisieren mit r2085
git-svn-id: https://svn.libreccm.org/ccm/trunk@367 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
799d07d032
commit
f6b0f9685a
|
|
@ -43,10 +43,6 @@ import com.arsdigita.web.Web;
|
||||||
*/
|
*/
|
||||||
public class ApplicationAuthenticationListener
|
public class ApplicationAuthenticationListener
|
||||||
extends UserAuthenticationListener implements RequestListener {
|
extends UserAuthenticationListener implements RequestListener {
|
||||||
public static final String versionId =
|
|
||||||
"$Id: //apps/docmgr/dev/src/com/arsdigita/docmgr/ApplicationAuthenticationListener.java#2 $" +
|
|
||||||
"$Author: jorris $" +
|
|
||||||
"$DateTime: 2003/05/23 13:52:45 $";
|
|
||||||
|
|
||||||
private static final Logger s_log = Logger.getLogger
|
private static final Logger s_log = Logger.getLogger
|
||||||
(ApplicationAuthenticationListener.class);
|
(ApplicationAuthenticationListener.class);
|
||||||
|
|
|
||||||
|
|
@ -66,10 +66,6 @@ import com.arsdigita.web.Web;
|
||||||
*/
|
*/
|
||||||
public abstract class ResourceImpl extends VersionedACSObject
|
public abstract class ResourceImpl extends VersionedACSObject
|
||||||
implements Resource, Constants {
|
implements Resource, Constants {
|
||||||
public static final String versionId =
|
|
||||||
"$Id: //apps/docmgr/dev/src/com/arsdigita/docmgr/ResourceImpl.java#13 $" +
|
|
||||||
"$Author: jparsons $" +
|
|
||||||
"$DateTime: 2003/07/11 15:26:21 $";
|
|
||||||
|
|
||||||
public static final String BASE_DATA_OBJECT_TYPE =
|
public static final String BASE_DATA_OBJECT_TYPE =
|
||||||
"com.arsdigita.docs.ResourceImpl";
|
"com.arsdigita.docs.ResourceImpl";
|
||||||
|
|
|
||||||
|
|
@ -47,10 +47,6 @@ import com.arsdigita.web.Web;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class DMDispatcher extends BebopMapDispatcher implements DMConstants {
|
public class DMDispatcher extends BebopMapDispatcher implements DMConstants {
|
||||||
public static final String versionId =
|
|
||||||
"$Id: //apps/docmgr/dev/src/com/arsdigita/docmgr/ui/DMDispatcher.java#4 $" +
|
|
||||||
"$Author: jparsons $" +
|
|
||||||
"$DateTime: 2003/07/17 20:42:41 $";
|
|
||||||
|
|
||||||
private static Category s_log = Category.getInstance
|
private static Category s_log = Category.getInstance
|
||||||
(DMDispatcher.class.getName());
|
(DMDispatcher.class.getName());
|
||||||
|
|
|
||||||
|
|
@ -47,10 +47,6 @@ import com.arsdigita.web.Web;
|
||||||
* @author <mailto href="StefanDeusch@computer.org">Stefan Deusch</a>
|
* @author <mailto href="StefanDeusch@computer.org">Stefan Deusch</a>
|
||||||
*/
|
*/
|
||||||
public class DMUtils implements DMConstants {
|
public class DMUtils implements DMConstants {
|
||||||
public static final String versionId =
|
|
||||||
"$Id: //apps/docmgr/dev/src/com/arsdigita/docmgr/ui/DMUtils.java#3 $" +
|
|
||||||
"$Author: jorris $" +
|
|
||||||
"$DateTime: 2003/05/23 13:52:45 $";
|
|
||||||
|
|
||||||
private static final Logger s_log = Logger.getLogger(DMUtils.class);
|
private static final Logger s_log = Logger.getLogger(DMUtils.class);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,10 +38,6 @@ import com.arsdigita.xml.Element;
|
||||||
* @author StefanDeusch@computer.org, ddao@arsdigita.com
|
* @author StefanDeusch@computer.org, ddao@arsdigita.com
|
||||||
*/
|
*/
|
||||||
class FilePropertiesPanel extends SimpleComponent implements DMConstants {
|
class FilePropertiesPanel extends SimpleComponent implements DMConstants {
|
||||||
public static final String versionId =
|
|
||||||
"$Id: //apps/docmgr/dev/src/com/arsdigita/docmgr/ui/FilePropertiesPanel.java#3 $" +
|
|
||||||
"$Author: jparsons $" +
|
|
||||||
"$DateTime: 2003/04/23 17:06:19 $";
|
|
||||||
|
|
||||||
private static final Logger s_log = Logger.getLogger
|
private static final Logger s_log = Logger.getLogger
|
||||||
(FilePropertiesPanel.class);
|
(FilePropertiesPanel.class);
|
||||||
|
|
|
||||||
|
|
@ -64,10 +64,6 @@ import com.arsdigita.web.Web;
|
||||||
public class FileUploadForm extends Form
|
public class FileUploadForm extends Form
|
||||||
implements FormInitListener, FormValidationListener,
|
implements FormInitListener, FormValidationListener,
|
||||||
FormProcessListener, DMConstants {
|
FormProcessListener, DMConstants {
|
||||||
public static final String versionId =
|
|
||||||
"$Id: //apps/docmgr/dev/src/com/arsdigita/docmgr/ui/FileUploadForm.java#6 $" +
|
|
||||||
"$Author: jparsons $" +
|
|
||||||
"$DateTime: 2003/07/17 20:23:56 $";
|
|
||||||
|
|
||||||
private static final Logger s_log = Logger.getLogger(FileUploadForm.class);
|
private static final Logger s_log = Logger.getLogger(FileUploadForm.class);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -58,10 +58,6 @@ import com.arsdigita.kernel.permissions.PrivilegeDescriptor;
|
||||||
*/
|
*/
|
||||||
class FolderCreateForm extends Form
|
class FolderCreateForm extends Form
|
||||||
implements FormInitListener, FormValidationListener, FormProcessListener, DMConstants {
|
implements FormInitListener, FormValidationListener, FormProcessListener, DMConstants {
|
||||||
public static final String versionId =
|
|
||||||
"$Id: //apps/docmgr/dev/src/com/arsdigita/docmgr/ui/FolderCreateForm.java#2 $" +
|
|
||||||
"$Author: jparsons $" +
|
|
||||||
"$DateTime: 2003/03/20 11:29:14 $";
|
|
||||||
|
|
||||||
private StringParameter m_FolderName;
|
private StringParameter m_FolderName;
|
||||||
private StringParameter m_FolderDesc;
|
private StringParameter m_FolderDesc;
|
||||||
|
|
|
||||||
|
|
@ -44,10 +44,6 @@ import com.arsdigita.xml.Element;
|
||||||
* @author <mailto href="StefanDeusch@computer.org">Stefan Deusch</a>
|
* @author <mailto href="StefanDeusch@computer.org">Stefan Deusch</a>
|
||||||
*/
|
*/
|
||||||
public class RecentUpdatedDocsPortlet extends AppPortlet {
|
public class RecentUpdatedDocsPortlet extends AppPortlet {
|
||||||
public static final String versionId =
|
|
||||||
"$Id: //apps/docmgr/dev/src/com/arsdigita/docmgr/ui/RecentUpdatedDocsPortlet.java#6 $" +
|
|
||||||
"$Author: jparsons $" +
|
|
||||||
"$DateTime: 2003/07/11 17:45:09 $";
|
|
||||||
|
|
||||||
private static Category s_log = Category.getInstance
|
private static Category s_log = Category.getInstance
|
||||||
(RecentUpdatedDocsPortlet.class.getName());
|
(RecentUpdatedDocsPortlet.class.getName());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue