mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 12:03:09 +00:00
DSpace Services code Cleanup.
git-svn-id: http://scm.dspace.org/svn/repo/modules/dspace-services/trunk@4325 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
29
LICENSE.txt
Normal file
29
LICENSE.txt
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions are
|
||||||
|
met:
|
||||||
|
|
||||||
|
- Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
- Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
- Neither the name of the Duraspace Foundation nor the names of its
|
||||||
|
contributors may be used to endorse or promote products derived from
|
||||||
|
this software without specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
|
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||||
|
HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||||
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
||||||
|
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
||||||
|
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
|
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
||||||
|
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
||||||
|
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
||||||
|
DAMAGE.
|
29
api/LICENSE.txt
Normal file
29
api/LICENSE.txt
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions are
|
||||||
|
met:
|
||||||
|
|
||||||
|
- Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
- Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
- Neither the name of the Duraspace Foundation nor the names of its
|
||||||
|
contributors may be used to endorse or promote products derived from
|
||||||
|
this software without specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
|
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||||
|
HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||||
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
||||||
|
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
||||||
|
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
|
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
||||||
|
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
||||||
|
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
||||||
|
DAMAGE.
|
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-services-api</artifactId>
|
<artifactId>dspace-services-api</artifactId>
|
||||||
<name>DSpace Core API</name>
|
<name>DSpace Services API</name>
|
||||||
<description>The core services API for DSpace</description>
|
<description>The core services API for DSpace</description>
|
||||||
<url>http://projects.dspace.org</url>
|
<url>http://projects.dspace.org</url>
|
||||||
<inceptionYear>Monday, September 1, 2008</inceptionYear>
|
<inceptionYear>Monday, September 1, 2008</inceptionYear>
|
||||||
|
@@ -1,39 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/constants/Constants.java $
|
* $Id: $
|
||||||
|
* $URL: $
|
||||||
|
* Constants.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski
|
||||||
|
**************************************************************************
|
||||||
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* $Revision: 3434 $
|
* A copy of the Duraspace License has been included in this
|
||||||
*
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
* $Date: 2009-02-04 10:00:29 -0800 (Wed, 04 Feb 2009) $
|
|
||||||
*
|
|
||||||
* Copyright (c) 2008, The DSpace Foundation. All rights reserved.
|
|
||||||
*
|
|
||||||
* Redistribution and use in source and binary forms, with or without
|
|
||||||
* modification, are permitted provided that the following conditions are
|
|
||||||
* met:
|
|
||||||
*
|
|
||||||
* - Redistributions of source code must retain the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer.
|
|
||||||
*
|
|
||||||
* - Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
|
||||||
* documentation and/or other materials provided with the distribution.
|
|
||||||
*
|
|
||||||
* - Neither the name of the DSpace Foundation nor the names of its
|
|
||||||
* contributors may be used to endorse or promote products derived from
|
|
||||||
* this software without specific prior written permission.
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
||||||
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
||||||
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
||||||
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
|
||||||
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*/
|
*/
|
||||||
package org.dspace.constants;
|
package org.dspace.constants;
|
||||||
|
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/Activator.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/Activator.java $
|
||||||
* Activator.java - DS2 - Feb 24, 2009 11:44:14 AM - azeckoski
|
* Activator.java - DS2 - Feb 24, 2009 11:44:14 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.kernel;
|
package org.dspace.kernel;
|
||||||
|
@@ -1,21 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one
|
* $Id: $
|
||||||
* or more contributor license agreements. See the NOTICE file
|
* $URL: $
|
||||||
* distributed with this work for additional information
|
* CommonLifecycle.java - DS2 - Feb 24, 2009 11:44:14 AM - azeckoski
|
||||||
* regarding copyright ownership. The ASF licenses this file
|
**************************************************************************
|
||||||
* to you under the Apache License, Version 2.0 (the
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* "License"); you may not use this file except in compliance
|
* Licensed under the Duraspace Foundation License.
|
||||||
* with the License. You may obtain a copy of the License at
|
*
|
||||||
*
|
* A copy of the Duraspace License has been included in this
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing,
|
|
||||||
* software distributed under the License is distributed on an
|
|
||||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
||||||
* KIND, either express or implied. See the License for the
|
|
||||||
* specific language governing permissions and limitations under the License.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.kernel;
|
package org.dspace.kernel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -3,15 +3,14 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/DSpaceKernel.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/DSpaceKernel.java $
|
||||||
* DSpaceKernel.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski
|
* DSpaceKernel.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.kernel;
|
package org.dspace.kernel;
|
||||||
|
|
||||||
import org.dspace.services.ConfigurationService;
|
import org.dspace.services.ConfigurationService;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/DSpaceKernelManager.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/DSpaceKernelManager.java $
|
||||||
* DSpaceKernelManager.java - DSpace2 - Oct 6, 2008 2:35:01 AM - azeckoski
|
* DSpaceKernelManager.java - DSpace2 - Oct 6, 2008 2:35:01 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.kernel;
|
package org.dspace.kernel;
|
||||||
|
@@ -1,39 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/ServiceManager.java $
|
* $Id: $
|
||||||
|
* $URL: $
|
||||||
|
* ServiceManager.java - DS2 - Feb 24, 2009 11:44:14 AM - azeckoski
|
||||||
|
**************************************************************************
|
||||||
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* $Revision: 3242 $
|
* A copy of the Duraspace License has been included in this
|
||||||
*
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
* $Date: 2008-10-27 09:07:03 -0700 (Mon, 27 Oct 2008) $
|
|
||||||
*
|
|
||||||
* Copyright (c) 2008, The DSpace Foundation. All rights reserved.
|
|
||||||
*
|
|
||||||
* Redistribution and use in source and binary forms, with or without
|
|
||||||
* modification, are permitted provided that the following conditions are
|
|
||||||
* met:
|
|
||||||
*
|
|
||||||
* - Redistributions of source code must retain the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer.
|
|
||||||
*
|
|
||||||
* - Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
|
||||||
* documentation and/or other materials provided with the distribution.
|
|
||||||
*
|
|
||||||
* - Neither the name of the DSpace Foundation nor the names of its
|
|
||||||
* contributors may be used to endorse or promote products derived from
|
|
||||||
* this software without specific prior written permission.
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
||||||
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
||||||
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
||||||
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
|
||||||
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*/
|
*/
|
||||||
package org.dspace.kernel;
|
package org.dspace.kernel;
|
||||||
|
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ConfigChangeListener.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ConfigChangeListener.java $
|
||||||
* ConfigChangeListener.java - DSpace2 - Oct 20, 2008 11:38:44 AM - azeckoski
|
* ConfigChangeListener.java - DSpace2 - Oct 20, 2008 11:38:44 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.kernel.mixins;
|
package org.dspace.kernel.mixins;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/InitializedService.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/InitializedService.java $
|
||||||
* InitializingService.java - DSpace2 - Oct 23, 2008 12:00:01 PM - azeckoski
|
* InitializingService.java - DSpace2 - Oct 23, 2008 12:00:01 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.kernel.mixins;
|
package org.dspace.kernel.mixins;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/OrderedService.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/OrderedService.java $
|
||||||
* OrderedService.java - DSpace2 - Oct 24, 2008 4:54:26 PM - azeckoski
|
* OrderedService.java - DSpace2 - Oct 24, 2008 4:54:26 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.kernel.mixins;
|
package org.dspace.kernel.mixins;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ServiceChangeListener.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ServiceChangeListener.java $
|
||||||
* ServiceChangeListener.java - DSpace2 - Oct 24, 2008 6:39:29 PM - azeckoski
|
* ServiceChangeListener.java - DSpace2 - Oct 24, 2008 6:39:29 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.kernel.mixins;
|
package org.dspace.kernel.mixins;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ServiceManagerReadyAware.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ServiceManagerReadyAware.java $
|
||||||
* ServiceManagerReadyAware.java - DS2 - Feb 25, 2009 11:41:35 AM - azeckoski
|
* ServiceManagerReadyAware.java - DS2 - Feb 25, 2009 11:41:35 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.kernel.mixins;
|
package org.dspace.kernel.mixins;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ShutdownService.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/kernel/mixins/ShutdownService.java $
|
||||||
* DestroyedService.java - DSpace2 - Oct 23, 2008 12:03:43 PM - azeckoski
|
* DestroyedService.java - DSpace2 - Oct 23, 2008 12:03:43 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.kernel.mixins;
|
package org.dspace.kernel.mixins;
|
||||||
|
@@ -1,39 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/providers/CacheProvider.java $
|
* $Id: $
|
||||||
|
* $URL: $
|
||||||
|
* CacheProvider.java - DS2 - Feb 24, 2009 11:44:14 AM - azeckoski
|
||||||
|
**************************************************************************
|
||||||
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* $Revision: 3236 $
|
* A copy of the Duraspace License has been included in this
|
||||||
*
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
* $Date: 2008-10-24 09:46:39 -0700 (Fri, 24 Oct 2008) $
|
|
||||||
*
|
|
||||||
* Copyright (c) 2008, The DSpace Foundation. All rights reserved.
|
|
||||||
*
|
|
||||||
* Redistribution and use in source and binary forms, with or without
|
|
||||||
* modification, are permitted provided that the following conditions are
|
|
||||||
* met:
|
|
||||||
*
|
|
||||||
* - Redistributions of source code must retain the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer.
|
|
||||||
*
|
|
||||||
* - Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
|
||||||
* documentation and/or other materials provided with the distribution.
|
|
||||||
*
|
|
||||||
* - Neither the name of the DSpace Foundation nor the names of its
|
|
||||||
* contributors may be used to endorse or promote products derived from
|
|
||||||
* this software without specific prior written permission.
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
||||||
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
||||||
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
||||||
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
|
||||||
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*/
|
*/
|
||||||
package org.dspace.providers;
|
package org.dspace.providers;
|
||||||
|
|
||||||
|
@@ -1,41 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/CachingService.java $
|
* $Id: $
|
||||||
|
* $URL: $
|
||||||
|
* CachingService.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski
|
||||||
|
**************************************************************************
|
||||||
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* $Revision: 3253 $
|
* A copy of the Duraspace License has been included in this
|
||||||
*
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
* $Date: 2008-10-30 05:02:18 -0700 (Thu, 30 Oct 2008) $
|
|
||||||
*
|
|
||||||
* Copyright (c) 2008, The DSpace Foundation. All rights reserved.
|
|
||||||
*
|
|
||||||
* Redistribution and use in source and binary forms, with or without
|
|
||||||
* modification, are permitted provided that the following conditions are
|
|
||||||
* met:
|
|
||||||
*
|
|
||||||
* - Redistributions of source code must retain the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer.
|
|
||||||
*
|
|
||||||
* - Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
|
||||||
* documentation and/or other materials provided with the distribution.
|
|
||||||
*
|
|
||||||
* - Neither the name of the DSpace Foundation nor the names of its
|
|
||||||
* contributors may be used to endorse or promote products derived from
|
|
||||||
* this software without specific prior written permission.
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
||||||
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
||||||
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
||||||
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
|
||||||
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services;
|
package org.dspace.services;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
@@ -1,39 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/ConfigurationService.java $
|
* $Id: $
|
||||||
|
* $URL: $
|
||||||
|
* ConfigurationService.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski
|
||||||
|
**************************************************************************
|
||||||
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* $Revision: 3434 $
|
* A copy of the Duraspace License has been included in this
|
||||||
*
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
* $Date: 2009-02-04 10:00:29 -0800 (Wed, 04 Feb 2009) $
|
|
||||||
*
|
|
||||||
* Copyright (c) 2008, The DSpace Foundation. All rights reserved.
|
|
||||||
*
|
|
||||||
* Redistribution and use in source and binary forms, with or without
|
|
||||||
* modification, are permitted provided that the following conditions are
|
|
||||||
* met:
|
|
||||||
*
|
|
||||||
* - Redistributions of source code must retain the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer.
|
|
||||||
*
|
|
||||||
* - Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
|
||||||
* documentation and/or other materials provided with the distribution.
|
|
||||||
*
|
|
||||||
* - Neither the name of the DSpace Foundation nor the names of its
|
|
||||||
* contributors may be used to endorse or promote products derived from
|
|
||||||
* this software without specific prior written permission.
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
||||||
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
||||||
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
||||||
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
|
||||||
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*/
|
*/
|
||||||
package org.dspace.services;
|
package org.dspace.services;
|
||||||
|
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/EventService.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/EventService.java $
|
||||||
* EventService.java - DSpace2 - Oct 9, 2008 2:12:48 PM - azeckoski
|
* EventService.java - DSpace2 - Oct 9, 2008 2:12:48 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services;
|
package org.dspace.services;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/RequestService.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/RequestService.java $
|
||||||
* RequestService.java - DSpace2 - Oct 14, 2008 4:59:22 PM - azeckoski
|
* RequestService.java - DSpace2 - Oct 14, 2008 4:59:22 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services;
|
package org.dspace.services;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/SessionService.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/SessionService.java $
|
||||||
* SessionService.java - DSpace2 - Oct 14, 2008 11:44:57 AM - azeckoski
|
* SessionService.java - DSpace2 - Oct 14, 2008 11:44:57 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services;
|
package org.dspace.services;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/Event.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/Event.java $
|
||||||
* Event.java - DSpace2 - Oct 9, 2008 2:22:48 PM - azeckoski
|
* Event.java - DSpace2 - Oct 9, 2008 2:22:48 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.model;
|
package org.dspace.services.model;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/EventListener.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/EventListener.java $
|
||||||
* EventListener.java - DSpace2 - Oct 9, 2008 2:43:00 PM - azeckoski
|
* EventListener.java - DSpace2 - Oct 9, 2008 2:43:00 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.model;
|
package org.dspace.services.model;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/RequestInterceptor.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/RequestInterceptor.java $
|
||||||
* RequestInterceptor.java - DSpace2 - Oct 14, 2008 5:06:38 PM - azeckoski
|
* RequestInterceptor.java - DSpace2 - Oct 14, 2008 5:06:38 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.model;
|
package org.dspace.services.model;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/Session.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/api/src/main/java/org/dspace/services/model/Session.java $
|
||||||
* Session.java - DSpace2 - Oct 14, 2008 11:46:22 AM - azeckoski
|
* Session.java - DSpace2 - Oct 14, 2008 11:46:22 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.model;
|
package org.dspace.services.model;
|
||||||
|
29
impl/LICENSE.txt
Normal file
29
impl/LICENSE.txt
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions are
|
||||||
|
met:
|
||||||
|
|
||||||
|
- Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
- Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
- Neither the name of the Duraspace Foundation nor the names of its
|
||||||
|
contributors may be used to endorse or promote products derived from
|
||||||
|
this software without specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
|
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||||
|
HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||||
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
||||||
|
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
||||||
|
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
|
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
||||||
|
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
||||||
|
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
||||||
|
DAMAGE.
|
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-services-impl</artifactId>
|
<artifactId>dspace-services-impl</artifactId>
|
||||||
<name>DSpace Core IMPL</name>
|
<name>DSpace Services Implementation</name>
|
||||||
<description>The implementation of the DSpace 2 services</description>
|
<description>The implementation of the DSpace 2 services</description>
|
||||||
<url>http://projects.dspace.org</url>
|
<url>http://projects.dspace.org</url>
|
||||||
<inceptionYear>Monday, September 1, 2008</inceptionYear>
|
<inceptionYear>Monday, September 1, 2008</inceptionYear>
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelImpl.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelImpl.java $
|
||||||
* DSpaceKernelImpl.java - DSpace2 - Oct 6, 2008 2:55:53 AM - azeckoski
|
* DSpaceKernelImpl.java - DSpace2 - Oct 6, 2008 2:55:53 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager;
|
package org.dspace.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelInit.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/DSpaceKernelInit.java $
|
||||||
* DSpaceKernelImpl.java - DSpace2 - Oct 6, 2008 2:55:53 AM - azeckoski
|
* DSpaceKernelImpl.java - DSpace2 - Oct 6, 2008 2:55:53 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager;
|
package org.dspace.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/DSpaceServiceManager.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/DSpaceServiceManager.java $
|
||||||
* DSpaceServiceManager.java - DSpace2 - Oct 6, 2008 3:10:09 AM - azeckoski
|
* DSpaceServiceManager.java - DSpace2 - Oct 6, 2008 3:10:09 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager;
|
package org.dspace.servicemanager;
|
||||||
|
@@ -1,3 +1,14 @@
|
|||||||
|
/*
|
||||||
|
* $Id: $
|
||||||
|
* $URL: $
|
||||||
|
* ExternalServiceManagerSystem.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski
|
||||||
|
**************************************************************************
|
||||||
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
|
* Licensed under the Duraspace Foundation License.
|
||||||
|
*
|
||||||
|
* A copy of the Duraspace License has been included in this
|
||||||
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
|
*/
|
||||||
package org.dspace.servicemanager;
|
package org.dspace.servicemanager;
|
||||||
|
|
||||||
import org.dspace.servicemanager.config.DSpaceConfigurationService;
|
import org.dspace.servicemanager.config.DSpaceConfigurationService;
|
||||||
@@ -7,6 +18,8 @@ import java.util.List;
|
|||||||
/**
|
/**
|
||||||
* Interface for modular service manager systems.
|
* Interface for modular service manager systems.
|
||||||
* Provides a generic initialization routine, in leiu of hardcoded constructors
|
* Provides a generic initialization routine, in leiu of hardcoded constructors
|
||||||
|
*
|
||||||
|
* @author Aaron Zeckoski (azeckoski @ gmail.com)
|
||||||
*/
|
*/
|
||||||
public interface ExternalServiceManagerSystem extends ServiceManagerSystem {
|
public interface ExternalServiceManagerSystem extends ServiceManagerSystem {
|
||||||
/**
|
/**
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/ServiceConfig.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/ServiceConfig.java $
|
||||||
* ServiceConfig.java - DSpace2 - Oct 5, 2008 8:08:22 PM - azeckoski
|
* ServiceConfig.java - DSpace2 - Oct 5, 2008 8:08:22 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager;
|
package org.dspace.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/ServiceManagerSystem.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/ServiceManagerSystem.java $
|
||||||
* ServiceManagerSystem.java - DSpace2 - Oct 5, 2008 3:23:22 PM - azeckoski
|
* ServiceManagerSystem.java - DSpace2 - Oct 5, 2008 3:23:22 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager;
|
package org.dspace.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfig.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfig.java $
|
||||||
* DSpaceConfig.java - DSpace2 - Oct 5, 2008 3:35:35 PM - azeckoski
|
* DSpaceConfig.java - DSpace2 - Oct 5, 2008 3:35:35 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.config;
|
package org.dspace.servicemanager.config;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfigurationService.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/config/DSpaceConfigurationService.java $
|
||||||
* DSpaceConfigurationService.java - DSpace2 - Oct 6, 2008 3:31:04 AM - azeckoski
|
* DSpaceConfigurationService.java - DSpace2 - Oct 6, 2008 3:31:04 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.config;
|
package org.dspace.servicemanager.config;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/example/ConcreteExample.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/example/ConcreteExample.java $
|
||||||
* ConcreteExample.java - DSpace2 - Oct 16, 2008 12:40:47 PM - azeckoski
|
* ConcreteExample.java - DSpace2 - Oct 16, 2008 12:40:47 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.example;
|
package org.dspace.servicemanager.example;
|
||||||
|
@@ -1,9 +1,25 @@
|
|||||||
|
/*
|
||||||
|
* $Id: $
|
||||||
|
* $URL: $
|
||||||
|
* EventListenerExampe.java - DSpace2 - Oct 3, 2009 2:22:36 AM - mdiggory
|
||||||
|
**************************************************************************
|
||||||
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
|
* Licensed under the Duraspace Foundation License.
|
||||||
|
*
|
||||||
|
* A copy of the Duraspace License has been included in this
|
||||||
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
|
*/
|
||||||
package org.dspace.servicemanager.example;
|
package org.dspace.servicemanager.example;
|
||||||
|
|
||||||
import org.apache.log4j.Logger;
|
import org.apache.log4j.Logger;
|
||||||
import org.dspace.services.model.Event;
|
import org.dspace.services.model.Event;
|
||||||
import org.dspace.services.model.EventListener;
|
import org.dspace.services.model.EventListener;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author Mark Diggory (mdiggory at atmire.com)
|
||||||
|
* @version $Revision: $
|
||||||
|
*/
|
||||||
public class EventListenerExample implements EventListener{
|
public class EventListenerExample implements EventListener{
|
||||||
|
|
||||||
/** log4j category */
|
/** log4j category */
|
||||||
|
@@ -1,3 +1,14 @@
|
|||||||
|
/*
|
||||||
|
* $Id: $
|
||||||
|
* $URL: $
|
||||||
|
* RequestInterceptorExample.java - DSpace2 - Oct 3, 2009 2:22:36 AM - mdiggory
|
||||||
|
**************************************************************************
|
||||||
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
|
* Licensed under the Duraspace Foundation License.
|
||||||
|
*
|
||||||
|
* A copy of the Duraspace License has been included in this
|
||||||
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
|
*/
|
||||||
package org.dspace.servicemanager.example;
|
package org.dspace.servicemanager.example;
|
||||||
|
|
||||||
import org.dspace.services.RequestService;
|
import org.dspace.services.RequestService;
|
||||||
@@ -8,8 +19,8 @@ import org.slf4j.LoggerFactory;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author mdiggory
|
* @author Mark Diggory (mdiggory at atmire.com)
|
||||||
*
|
* @version $Revision: $
|
||||||
*/
|
*/
|
||||||
public class RequestInterceptorExample implements RequestInterceptor {
|
public class RequestInterceptorExample implements RequestInterceptor {
|
||||||
|
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/example/ServiceExample.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/example/ServiceExample.java $
|
||||||
* ServiceExample.java - DSpace2 - Oct 16, 2008 12:29:26 PM - azeckoski
|
* ServiceExample.java - DSpace2 - Oct 16, 2008 12:29:26 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.example;
|
package org.dspace.servicemanager.example;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/example/ServiceExampleImpl.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/example/ServiceExampleImpl.java $
|
||||||
* ServiceExampleImpl.java - DSpace2 - Oct 16, 2008 12:29:15 PM - azeckoski
|
* ServiceExampleImpl.java - DSpace2 - Oct 16, 2008 12:29:15 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.example;
|
package org.dspace.servicemanager.example;
|
||||||
|
@@ -1,41 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
|
* $Id: $
|
||||||
* $URL: $
|
* $URL: $
|
||||||
|
* DSpaceKernelServletContextListener.java - DSpace2 - Oct 6, 2008 2:22:36 AM - azeckoski
|
||||||
|
**************************************************************************
|
||||||
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* $Revision: $
|
* A copy of the Duraspace License has been included in this
|
||||||
*
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
* $Date: $
|
|
||||||
*
|
|
||||||
* Copyright (c) 2008, The DSpace Foundation. All rights reserved.
|
|
||||||
*
|
|
||||||
* Redistribution and use in source and binary forms, with or without
|
|
||||||
* modification, are permitted provided that the following conditions are
|
|
||||||
* met:
|
|
||||||
*
|
|
||||||
* - Redistributions of source code must retain the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer.
|
|
||||||
*
|
|
||||||
* - Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
|
||||||
* documentation and/or other materials provided with the distribution.
|
|
||||||
*
|
|
||||||
* - Neither the name of the DSpace Foundation nor the names of its
|
|
||||||
* contributors may be used to endorse or promote products derived from
|
|
||||||
* this software without specific prior written permission.
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
||||||
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
||||||
* HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
||||||
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
||||||
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
|
||||||
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.servlet;
|
package org.dspace.servicemanager.servlet;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanFactoryPostProcessor.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanFactoryPostProcessor.java $
|
||||||
* ForceLazyBeanFactoryPostProcessor.java - DSpace2 - Oct 5, 2008 9:53:13 PM - azeckoski
|
* ForceLazyBeanFactoryPostProcessor.java - DSpace2 - Oct 5, 2008 9:53:13 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.spring;
|
package org.dspace.servicemanager.spring;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanPostProcessor.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/DSpaceBeanPostProcessor.java $
|
||||||
* DSpaceBeanPostProcessor.java - DSpace2 - Oct 23, 2008 12:48:11 PM - azeckoski
|
* DSpaceBeanPostProcessor.java - DSpace2 - Oct 23, 2008 12:48:11 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.spring;
|
package org.dspace.servicemanager.spring;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/ResourceFinder.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/ResourceFinder.java $
|
||||||
* ResourceFinder.java - caching - May 29, 2008 11:59:02 AM - azeckoski
|
* ResourceFinder.java - caching - May 29, 2008 11:59:02 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.spring;
|
package org.dspace.servicemanager.spring;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/SpringServiceManager.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/servicemanager/spring/SpringServiceManager.java $
|
||||||
* SpringServiceManager.java - DSpace2 - Oct 5, 2008 8:26:59 PM - azeckoski
|
* SpringServiceManager.java - DSpace2 - Oct 5, 2008 8:26:59 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.spring;
|
package org.dspace.servicemanager.spring;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/CachingServiceImpl.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/CachingServiceImpl.java $
|
||||||
* CachingServiceImpl.java - DSpace2 - Oct 23, 2008 10:38:23 AM - azeckoski
|
* CachingServiceImpl.java - DSpace2 - Oct 23, 2008 10:38:23 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.caching;
|
package org.dspace.services.caching;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/ThreadLocalMap.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/ThreadLocalMap.java $
|
||||||
* ThreadLocalMap.java - DSpace2 - Oct 23, 2008 11:07:46 AM - azeckoski
|
* ThreadLocalMap.java - DSpace2 - Oct 23, 2008 11:07:46 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.caching;
|
package org.dspace.services.caching;
|
||||||
|
@@ -3,15 +3,14 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/model/EhcacheCache.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/model/EhcacheCache.java $
|
||||||
* EhcacheCache.java - DSpace2 - Oct 23, 2008 11:26:12 AM - azeckoski
|
* EhcacheCache.java - DSpace2 - Oct 23, 2008 11:26:12 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.caching.model;
|
package org.dspace.services.caching.model;
|
||||||
|
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/model/MapCache.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/caching/model/MapCache.java $
|
||||||
* MapCache.java - DSpace2 - Oct 23, 2008 11:40:59 AM - azeckoski
|
* MapCache.java - DSpace2 - Oct 23, 2008 11:40:59 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.caching.model;
|
package org.dspace.services.caching.model;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/events/SystemEventService.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/events/SystemEventService.java $
|
||||||
* TempEventService.java - DS2 - Nov 19, 2008 4:02:31 PM - azeckoski
|
* TempEventService.java - DS2 - Nov 19, 2008 4:02:31 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.events;
|
package org.dspace.services.events;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/sessions/SessionRequestServiceImpl.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/sessions/SessionRequestServiceImpl.java $
|
||||||
* SessionServiceImpl.java - DSpace2 - Oct 28, 2008 10:08:51 AM - azeckoski
|
* SessionServiceImpl.java - DSpace2 - Oct 28, 2008 10:08:51 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.sessions;
|
package org.dspace.services.sessions;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/sessions/model/InternalHttpSession.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/sessions/model/InternalHttpSession.java $
|
||||||
* InternalHttpSession.java - DSpace2 - Oct 29, 2008 4:11:27 PM - azeckoski
|
* InternalHttpSession.java - DSpace2 - Oct 29, 2008 4:11:27 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.sessions.model;
|
package org.dspace.services.sessions.model;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/sessions/model/SessionImpl.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/main/java/org/dspace/services/sessions/model/SessionImpl.java $
|
||||||
* Session.java - DSpace2 - Oct 14, 2008 11:46:22 AM - azeckoski
|
* Session.java - DSpace2 - Oct 14, 2008 11:46:22 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.sessions.model;
|
package org.dspace.services.sessions.model;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/DSpaceKernelImplTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/DSpaceKernelImplTest.java $
|
||||||
* DSpaceKernelImplTest.java - DSpace2 - Oct 6, 2008 4:05:54 AM - azeckoski
|
* DSpaceKernelImplTest.java - DSpace2 - Oct 6, 2008 4:05:54 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager;
|
package org.dspace.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/DSpaceKernelManagerTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/DSpaceKernelManagerTest.java $
|
||||||
* DSpaceKernelManagerTest.java - DSpace2 - Oct 6, 2008 7:23:54 PM - azeckoski
|
* DSpaceKernelManagerTest.java - DSpace2 - Oct 6, 2008 7:23:54 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager;
|
package org.dspace.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/DSpaceServiceManagerTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/DSpaceServiceManagerTest.java $
|
||||||
* DSpaceServiceManagerTest.java - DSpace2 - Oct 6, 2008 4:00:53 AM - azeckoski
|
* DSpaceServiceManagerTest.java - DSpace2 - Oct 6, 2008 4:00:53 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager;
|
package org.dspace.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/DSpaceTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/DSpaceTest.java $
|
||||||
* DSpaceTest.java - DSpace2 - Oct 6, 2008 4:10:10 PM - azeckoski
|
* DSpaceTest.java - DSpace2 - Oct 6, 2008 4:10:10 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager;
|
package org.dspace.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/MockServiceManagerSystem.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/MockServiceManagerSystem.java $
|
||||||
* MockServiceManagerSystem.java - DSpace2 - Oct 24, 2008 11:15:02 AM - azeckoski
|
* MockServiceManagerSystem.java - DSpace2 - Oct 24, 2008 11:15:02 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager;
|
package org.dspace.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/SampleAnnotationBean.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/SampleAnnotationBean.java $
|
||||||
* SampleAnnotationBean.java - DSpace2 - Oct 5, 2008 11:25:47 PM - azeckoski
|
* SampleAnnotationBean.java - DSpace2 - Oct 5, 2008 11:25:47 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager;
|
package org.dspace.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/ServiceMixinManagerTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/ServiceMixinManagerTest.java $
|
||||||
* ServiceMixinManagerTest.java - DSpace2 - Oct 27, 2008 11:54:22 AM - azeckoski
|
* ServiceMixinManagerTest.java - DSpace2 - Oct 27, 2008 11:54:22 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager;
|
package org.dspace.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/config/DSpaceConfigurationServiceTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/config/DSpaceConfigurationServiceTest.java $
|
||||||
* DSpaceConfigurationServiceTest.java - DSpace2 - Oct 8, 2008 3:01:39 PM - azeckoski
|
* DSpaceConfigurationServiceTest.java - DSpace2 - Oct 8, 2008 3:01:39 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.config;
|
package org.dspace.servicemanager.config;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/fakeservices/FakeService1.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/fakeservices/FakeService1.java $
|
||||||
* FakeService1.java - DSpace2 - Oct 27, 2008 11:57:36 AM - azeckoski
|
* FakeService1.java - DSpace2 - Oct 27, 2008 11:57:36 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.fakeservices;
|
package org.dspace.servicemanager.fakeservices;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/fakeservices/FakeService2.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/fakeservices/FakeService2.java $
|
||||||
* FakeService2.java - DSpace2 - Oct 27, 2008 12:56:26 PM - azeckoski
|
* FakeService2.java - DSpace2 - Oct 27, 2008 12:56:26 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.fakeservices;
|
package org.dspace.servicemanager.fakeservices;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/servlet/DSpaceKernelServletContextListenerTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/servlet/DSpaceKernelServletContextListenerTest.java $
|
||||||
* DSpaceKernelServletFilterTest.java - DSpace2 - Oct 30, 2008 1:59:18 PM - azeckoski
|
* DSpaceKernelServletFilterTest.java - DSpace2 - Oct 30, 2008 1:59:18 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.servlet;
|
package org.dspace.servicemanager.servlet;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/spring/SpringAnnotationBean.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/spring/SpringAnnotationBean.java $
|
||||||
* SampleAnnotationBean.java - DSpace2 - Oct 5, 2008 11:25:47 PM - azeckoski
|
* SampleAnnotationBean.java - DSpace2 - Oct 5, 2008 11:25:47 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.spring;
|
package org.dspace.servicemanager.spring;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/spring/TestSpringServiceManager.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/servicemanager/spring/TestSpringServiceManager.java $
|
||||||
* TestSpringServiceManager.java - DSpace2 - Oct 5, 2008 11:17:11 PM - azeckoski
|
* TestSpringServiceManager.java - DSpace2 - Oct 5, 2008 11:17:11 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.servicemanager.spring;
|
package org.dspace.servicemanager.spring;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/caching/CachingServiceTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/caching/CachingServiceTest.java $
|
||||||
* CachingServiceTest.java - DSpace2 - Oct 24, 2008 11:45:54 AM - azeckoski
|
* CachingServiceTest.java - DSpace2 - Oct 24, 2008 11:45:54 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.caching;
|
package org.dspace.services.caching;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/caching/EhcacheCacheTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/caching/EhcacheCacheTest.java $
|
||||||
* EhcacheCacheTest.java - DSpace2 - Oct 24, 2008 3:47:22 PM - azeckoski
|
* EhcacheCacheTest.java - DSpace2 - Oct 24, 2008 3:47:22 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.caching;
|
package org.dspace.services.caching;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/events/EventListenerBothFilters.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/events/EventListenerBothFilters.java $
|
||||||
* TestEvent.java - DS2 - Nov 20, 2008 1:17:31 PM - azeckoski
|
* TestEvent.java - DS2 - Nov 20, 2008 1:17:31 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.events;
|
package org.dspace.services.events;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/events/EventListenerNameFilter.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/events/EventListenerNameFilter.java $
|
||||||
* TestEvent.java - DS2 - Nov 20, 2008 1:17:31 PM - azeckoski
|
* TestEvent.java - DS2 - Nov 20, 2008 1:17:31 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.events;
|
package org.dspace.services.events;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/events/EventListenerNoFilter.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/events/EventListenerNoFilter.java $
|
||||||
* TestEvent.java - DS2 - Nov 20, 2008 1:17:31 PM - azeckoski
|
* TestEvent.java - DS2 - Nov 20, 2008 1:17:31 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.events;
|
package org.dspace.services.events;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/events/EventServiceTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/events/EventServiceTest.java $
|
||||||
* EventServiceTest.java - DS2 - Nov 20, 2008 12:24:17 PM - azeckoski
|
* EventServiceTest.java - DS2 - Nov 20, 2008 12:24:17 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.events;
|
package org.dspace.services.events;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/session/MockRequestInterceptor.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/session/MockRequestInterceptor.java $
|
||||||
* MockRequestInterceptor.java - DSpace2 - Oct 29, 2008 4:55:59 PM - azeckoski
|
* MockRequestInterceptor.java - DSpace2 - Oct 29, 2008 4:55:59 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.session;
|
package org.dspace.services.session;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/session/SessionRequestServiceImplTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/services/session/SessionRequestServiceImplTest.java $
|
||||||
* SessionRequestServiceImplTest.java - DSpace2 - Oct 29, 2008 3:58:55 PM - azeckoski
|
* SessionRequestServiceImplTest.java - DSpace2 - Oct 29, 2008 3:58:55 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.services.session;
|
package org.dspace.services.session;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/test/DSpaceAbstractKernelTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/test/DSpaceAbstractKernelTest.java $
|
||||||
* DSpaceKernelManagerTest.java - DSpace2 - Oct 6, 2008 7:23:54 PM - azeckoski
|
* DSpaceKernelManagerTest.java - DSpace2 - Oct 6, 2008 7:23:54 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.test;
|
package org.dspace.test;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/test/DSpaceAbstractRequestTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/test/DSpaceAbstractRequestTest.java $
|
||||||
* DSpaceKernelManagerTest.java - DSpace2 - Oct 6, 2008 7:23:54 PM - azeckoski
|
* DSpaceKernelManagerTest.java - DSpace2 - Oct 6, 2008 7:23:54 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.test;
|
package org.dspace.test;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/test/DSpaceAbstractTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/test/DSpaceAbstractTest.java $
|
||||||
* DSpaceKernelManagerTest.java - DSpace2 - Oct 6, 2008 7:23:54 PM - azeckoski
|
* DSpaceKernelManagerTest.java - DSpace2 - Oct 6, 2008 7:23:54 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.test;
|
package org.dspace.test;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/test/TestAbstractDSpaceRequestTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/test/TestAbstractDSpaceRequestTest.java $
|
||||||
* TestAbstractDSpaceTest.java - DSpace2 - Oct 21, 2008 4:26:40 PM - azeckoski
|
* TestAbstractDSpaceTest.java - DSpace2 - Oct 21, 2008 4:26:40 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.test;
|
package org.dspace.test;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/test/TestAbstractDSpaceTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/impl/src/test/java/org/dspace/test/TestAbstractDSpaceTest.java $
|
||||||
* TestAbstractDSpaceTest.java - DSpace2 - Oct 21, 2008 4:26:40 PM - azeckoski
|
* TestAbstractDSpaceTest.java - DSpace2 - Oct 21, 2008 4:26:40 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.test;
|
package org.dspace.test;
|
||||||
|
8
pom.xml
8
pom.xml
@@ -5,14 +5,14 @@
|
|||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-services</artifactId>
|
<artifactId>dspace-services</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>DSpace Parent Project</name>
|
<name>DSpace Services Modules</name>
|
||||||
<url>http://projects.dspace.org</url>
|
<url>http://projects.dspace.org</url>
|
||||||
<organization>
|
<organization>
|
||||||
<name>The DSpace Foundation</name>
|
<name>The DSpace Foundation</name>
|
||||||
<url>http://www.dspace.org</url>
|
<url>http://www.dspace.org</url>
|
||||||
</organization>
|
</organization>
|
||||||
<version>2.0.0-SNAPSHOT</version><!-- dspace2.version -->
|
<version>2.0.0-SNAPSHOT</version><!-- dspace2.version -->
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- java 1.5 or higher -->
|
<!-- java 1.5 or higher -->
|
||||||
@@ -34,6 +34,7 @@
|
|||||||
</manifest>
|
</manifest>
|
||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<goals>
|
<goals>
|
||||||
@@ -243,9 +244,8 @@
|
|||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>DSpace Sourcecode License</name>
|
<name>The Duraspace Foundation License.</name>
|
||||||
<url>LICENSE.txt</url>
|
<url>LICENSE.txt</url>
|
||||||
<distribution>repo</distribution>
|
|
||||||
<comments> A BSD compatable OSS license for the DSpace codebase.</comments>
|
<comments> A BSD compatable OSS license for the DSpace codebase.</comments>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
|
29
utils/LICENSE.txt
Normal file
29
utils/LICENSE.txt
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions are
|
||||||
|
met:
|
||||||
|
|
||||||
|
- Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
- Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
- Neither the name of the Duraspace Foundation nor the names of its
|
||||||
|
contributors may be used to endorse or promote products derived from
|
||||||
|
this software without specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
|
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||||
|
HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||||
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
||||||
|
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
||||||
|
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
|
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
||||||
|
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
||||||
|
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
||||||
|
DAMAGE.
|
@@ -3,8 +3,8 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-services-utils</artifactId>
|
<artifactId>dspace-services-utils</artifactId>
|
||||||
<name>DSpace Utilities</name>
|
<name>DSpace Services Utilities</name>
|
||||||
<description>The core utilities for DSpace</description>
|
<description>The core services utilities for DSpace</description>
|
||||||
<url>http://projects.dspace.org</url>
|
<url>http://projects.dspace.org</url>
|
||||||
<inceptionYear>2008</inceptionYear>
|
<inceptionYear>2008</inceptionYear>
|
||||||
<parent>
|
<parent>
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/StreamUtils.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/StreamUtils.java $
|
||||||
* StreamUtils.java - DS2 - Feb 4, 2009 3:19:01 PM - azeckoski
|
* StreamUtils.java - DS2 - Feb 4, 2009 3:19:01 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.utils;
|
package org.dspace.utils;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/NotProvider.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/NotProvider.java $
|
||||||
* NotProvider.java - DS2 - Mar 6, 2009 11:40:10 AM - azeckoski
|
* NotProvider.java - DS2 - Mar 6, 2009 11:40:10 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.utils.servicemanager;
|
package org.dspace.utils.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/OrderedServiceComparator.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/OrderedServiceComparator.java $
|
||||||
* OrderedBeanComparator.java - DSpace2 - Oct 24, 2008 5:01:44 PM - azeckoski
|
* OrderedBeanComparator.java - DSpace2 - Oct 24, 2008 5:01:44 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.utils.servicemanager;
|
package org.dspace.utils.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderHolder.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderHolder.java $
|
||||||
* ProviderHolder.java - DSpace2 - Oct 29, 2008 12:46:32 PM - azeckoski
|
* ProviderHolder.java - DSpace2 - Oct 29, 2008 12:46:32 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.utils.servicemanager;
|
package org.dspace.utils.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderNotFoundException.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderNotFoundException.java $
|
||||||
* ProviderNotFoundException.java - DS2 - Feb 16, 2009 2:34:56 PM - azeckoski
|
* ProviderNotFoundException.java - DS2 - Feb 16, 2009 2:34:56 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.utils.servicemanager;
|
package org.dspace.utils.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStack.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStack.java $
|
||||||
* ProviderStack.java - DS2 - Feb 12, 2009 10:10:45 AM - azeckoski
|
* ProviderStack.java - DS2 - Feb 12, 2009 10:10:45 AM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.utils.servicemanager;
|
package org.dspace.utils.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStackComparator.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/ProviderStackComparator.java $
|
||||||
* OrderedBeanComparator.java - DSpace2 - Oct 24, 2008 5:01:44 PM - azeckoski
|
* OrderedBeanComparator.java - DSpace2 - Oct 24, 2008 5:01:44 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.utils.servicemanager;
|
package org.dspace.utils.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/RequestExecutor.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servicemanager/RequestExecutor.java $
|
||||||
* RequestExecutor.java - DSpace2 - Nov 14, 2008 1:41:49 PM - azeckoski
|
* RequestExecutor.java - DSpace2 - Nov 14, 2008 1:41:49 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.utils.servicemanager;
|
package org.dspace.utils.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servlet/DSpaceWebappServletFilter.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/main/java/org/dspace/utils/servlet/DSpaceWebappServletFilter.java $
|
||||||
* ServletFilter.java - DSpace2 - Oct 20, 2008 6:42:19 PM - azeckoski
|
* ServletFilter.java - DSpace2 - Oct 20, 2008 6:42:19 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.utils.servlet;
|
package org.dspace.utils.servlet;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/test/java/org/dspace/utils/servicemanager/ProviderHolderTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/test/java/org/dspace/utils/servicemanager/ProviderHolderTest.java $
|
||||||
* ProviderHolderTest.java - DS2 - Feb 16, 2009 1:33:04 PM - azeckoski
|
* ProviderHolderTest.java - DS2 - Feb 16, 2009 1:33:04 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.utils.servicemanager;
|
package org.dspace.utils.servicemanager;
|
||||||
|
@@ -3,13 +3,13 @@
|
|||||||
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/test/java/org/dspace/utils/servicemanager/ProviderStackTest.java $
|
* $URL: https://scm.dspace.org/svn/repo/dspace2/core/trunk/utils/src/test/java/org/dspace/utils/servicemanager/ProviderStackTest.java $
|
||||||
* ProviderStackTest.java - DS2 - Feb 16, 2009 2:49:36 PM - azeckoski
|
* ProviderStackTest.java - DS2 - Feb 16, 2009 2:49:36 PM - azeckoski
|
||||||
**************************************************************************
|
**************************************************************************
|
||||||
* Copyright (c) 2008 Aaron Zeckoski
|
* Copyright (c) 2002-2009, The Duraspace Foundation. All rights reserved.
|
||||||
* Licensed under the Apache License, Version 2.0
|
* Licensed under the Duraspace Foundation License.
|
||||||
*
|
*
|
||||||
* A copy of the Apache License has been included in this
|
* A copy of the Duraspace License has been included in this
|
||||||
* distribution and is available at: http://www.apache.org/licenses/LICENSE-2.0.txt
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
*
|
*
|
||||||
* Aaron Zeckoski (azeckoski @ gmail.com) (aaronz @ vt.edu) (aaron @ caret.cam.ac.uk)
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.dspace.utils.servicemanager;
|
package org.dspace.utils.servicemanager;
|
||||||
|
Reference in New Issue
Block a user