Index: dspace/src/assemble/bin.xml =================================================================== --- dspace/src/assemble/bin.xml +++ dspace/src/assemble/bin.xml @@ -0,0 +1,57 @@ + + bin + + dir + + + dspace + + + + bin/** + config/** + docs/** + etc/** + build.xml + LICENSE* + CHANGES + KNOWN_BUGS + README + + + src + + + + + + + + + org.dspace:dspace-api + + + lib + false + + + + + + org.dspace:dspace-jspui + org.dspace:dspace-oai + org.dspace:dspace-lni + + + false + webapps + false + + + + + \ No newline at end of file Index: dspace/pom.xml =================================================================== --- dspace/pom.xml +++ dspace/pom.xml @@ -0,0 +1,260 @@ + + + 4.0.0 + org.dspace + dspace + DSpace Installation Project + 1.5-SNAPSHOT + pom + + The DSpace Installer Project provides all the functionality + required to build, install and upgrade and dspace instance. + + http://www.dspace.org + + + The DSpace Federation + http://www.dspace.org + + + + + DSpace Sourcecode License + LICENSE + repo + + A BSD compatable OSS license for the DSpace codebase. + + + + + + Sourceforge Issue Tracking + http://sourceforge.net/tracker/?group_id=19984 + + + + + DSpace Technical Users List + + http://lists.sourceforge.net/mailman/listinfo/dspace-tech + + + http://lists.sourceforge.net/mailman/listinfo/dspace-tech + + dspace-tech AT lists.sourceforge.net + + http://sourceforge.net/mailarchive/forum.php?forum_name=dspace-tech + + + + DSpace Developers List + + http://lists.sourceforge.net/mailman/listinfo/dspace-devel + + + http://lists.sourceforge.net/mailman/listinfo/dspace-devel + + dspace-devel AT lists.sourceforge.net + + http://sourceforge.net/mailarchive/forum.php?forum_name=dspace-devel + + + + DSpace Manakin List + + http://lists.sourceforge.net/mailman/listinfo/dspace-manakin + + + http://lists.sourceforge.net/mailman/listinfo/dspace-manakin + + dspace-manakin AT lists.sourceforge.net + + http://sourceforge.net/mailarchive/forum.php?forum_name=dspace-manakin + + + + DSpace SCM Commit Change-Log + + http://lists.sourceforge.net/mailman/listinfo/dspace-changelog + + + http://lists.sourceforge.net/mailman/listinfo/dspace-changelog + + noreply AT lists.sourceforge.net + + http://sourceforge.net/mailarchive/forum.php?forum_name=dspace-changelog + + + + + + + scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/branches/dspace-addon-v2-prototype/dspace + + + scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/branches/dspace-addon-v2-prototype/dspace + + + http://dspace.svn.sourceforge.net/viewvc/dspace/branches/dspace-addon-v2-prototype/dspace/ + + + + + + maven.dspace.org + DSpace Maven Repository + scp://maven.dspace.org/var/maven + + + maven.dspace.org + DSpace Maven Repository + scp://maven.dspace.org/var/maven + + + website + + scp://projects.dspace.org/var/www/projects.dspace.org/htdocs/dspace + + + + + + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + maven-assembly-plugin + + + src/assemble/bin.xml + + + + + + + + ../dspace-api + ../dspace-oai + ../dspace-jspui + ../dspace-lni + + + + + + always + fail + + + never + fail + + maven.dspace.org + DSpace Maven Repository + http://maven.dspace.org + + + + + + junit + junit + 3.8.1 + test + + + + + true + + + maven-javadoc-plugin + + + + http://projects.dspace.org/dspace/apidocs + + + http://projects.dspace.org/dspace-core/apidocs + + + http://projects.dspace.org/dspace-jspui/apidocs + + + http://projects.dspace.org/dspace-oai/apidocs + + + http://java.sun.com/j2se/1.5.0/docs/api + + + http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/ + + + http://jakarta.apache.org/commons/dbcp/apidocs/ + + + http://jakarta.apache.org/commons/fileupload/apidocs/ + + + http://jakarta.apache.org/commons/httpclient/apidocs/ + + + http://jakarta.apache.org/commons/logging/api/ + + + http://jakarta.apache.org/commons/pool/apidocs/ + + http://www.junit.org/junit/javadoc/ + + http://logging.apache.org/log4j/docs/api/ + + + http://jakarta.apache.org/regexp/apidocs/ + + + http://jakarta.apache.org/velocity/api/ + + + + + + maven-jxr-plugin + + true + + + + maven-site-plugin + + + navigation.xml,changes.xml + + + + + maven-surefire-report-plugin + + + org.codehaus.mojo + jdepend-maven-plugin + 2.0-beta-1 + + + org.codehaus.mojo + rat-maven-plugin + + + + + + + Index: dspace-api/LICENSE =================================================================== --- dspace-api/LICENSE +++ dspace-api/LICENSE @@ -0,0 +1,41 @@ +DSpace source code license: + + +Copyright (c) 2002-2007, Hewlett-Packard Company and Massachusetts +Institute of Technology. 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 Hewlett-Packard Company nor the name of the +Massachusetts Institute of Technology nor the names of their +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. + + +DSpace uses third-party libraries which may be distributed under +different licenses to the above. These licenses are located in +the lib/licenses directory. You must agree to the terms of these +licenses, in addition to the above DSpace source code license, in +order to use this software. Index: dspace-api/pom.xml =================================================================== --- dspace-api/pom.xml +++ dspace-api/pom.xml @@ -0,0 +1,201 @@ + + + 4.0.0 + org.dspace + dspace-api + DSpace Core Library + 1.5-SNAPSHOT + DSpace core data model and service APIs. + http://www.dspace.org + + + org.dspace + dspace + 1.5-SNAPSHOT + ../dspace + + + + + scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/branches/dspace-addon-v2-prototype/dspace-api + + + scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/branches/dspace-addon-v2-prototype/dspace-api + + + http://dspace.svn.sourceforge.net/viewvc/dspace/branches/dspace-addon-v2-prototype/dspace-api/ + + + + + + website + + scp://projects.dspace.org/var/www/projects.dspace.org/htdocs/dspace-api + + + + + + + org.dspace + jena + 1.4.0 + + + org.dspace + handle + 5.3.4 + + + org.dspace + jargon + 1.4.25 + + + org.dspace + mets + 1.5.2 + + + org.dspace + bcprov-jdk15 + 136 + + + org.dspace + bcmail-jdk15 + 136 + + + org.dspace + lucene + 2.1.0 + + + org.dspace + tm-extractors + 0.4 + + + commons-cli + commons-cli + 1.0 + + + commons-codec + commons-codec + 1.3 + + + commons-collections + commons-collections + 3.2 + + + commons-dbcp + commons-dbcp + 1.2.1 + + + commons-fileupload + commons-fileupload + 1.1.1 + + + commons-io + commons-io + 1.2 + + + commons-lang + commons-lang + 2.2 + + + commons-pool + commons-pool + 1.3 + + + javax.mail + mail + 1.4 + + + javax.servlet + servlet-api + 2.3 + + + jaxen + jaxen + 1.1 + + + jdom + jdom + 1.0 + + + log4j + log4j + 1.2.14 + + + oro + oro + 2.0.8 + + + pdfbox + pdfbox + 0.7.1 + + + poi + poi + 2.5.1 + + + rome + rome + 0.8 + + + xalan + xalan + 2.7.0 + + + xerces + xercesImpl + 2.8.1 + + + xml-apis + xmlParserAPIs + 2.0.2 + + + junit + junit + 3.8.1 + test + + + javax.activation + activation + 1.1 + + + postgresql + postgresql + 8.1-407.jdbc3 + + + + + Index: dspace-jspui/LICENSE =================================================================== --- dspace-jspui/LICENSE +++ dspace-jspui/LICENSE @@ -0,0 +1,41 @@ +DSpace source code license: + + +Copyright (c) 2002-2007, Hewlett-Packard Company and Massachusetts +Institute of Technology. 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 Hewlett-Packard Company nor the name of the +Massachusetts Institute of Technology nor the names of their +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. + + +DSpace uses third-party libraries which may be distributed under +different licenses to the above. These licenses are located in +the lib/licenses directory. You must agree to the terms of these +licenses, in addition to the above DSpace source code license, in +order to use this software. Index: dspace-jspui/pom.xml =================================================================== --- dspace-jspui/pom.xml +++ dspace-jspui/pom.xml @@ -0,0 +1,71 @@ + + + 4.0.0 + org.dspace + dspace-jspui + war + DSpace JSP Based Webapplication + 1.5-SNAPSHOT + http://www.dspace.org + DSpace JSP Based Webapplication + + + org.dspace + dspace + 1.5-SNAPSHOT + ../dspace + + + + + scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/branches/dspace-addon-v2-prototype/dspace-jspui + + + scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/branches/dspace-addon-v2-prototype/dspace-jspui + + + http://dspace.svn.sourceforge.net/viewvc/dspace/branches/dspace-addon-v2-prototype/dspace-jspui/ + + + + + + website + + scp://projects.dspace.org/var/www/projects.dspace.org/htdocs/dspace-jspui + + + + + + + javax.servlet + jstl + 1.1.2 + + + taglibs + standard + 1.1.2 + + + javax.servlet + servlet-api + 2.3 + + + log4j + log4j + 1.2.14 + + + org.dspace + dspace-api + 1.5-SNAPSHOT + + + + + Index: dspace-oai/LICENSE =================================================================== --- dspace-oai/LICENSE +++ dspace-oai/LICENSE @@ -0,0 +1,41 @@ +DSpace source code license: + + +Copyright (c) 2002-2007, Hewlett-Packard Company and Massachusetts +Institute of Technology. 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 Hewlett-Packard Company nor the name of the +Massachusetts Institute of Technology nor the names of their +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. + + +DSpace uses third-party libraries which may be distributed under +different licenses to the above. These licenses are located in +the lib/licenses directory. You must agree to the terms of these +licenses, in addition to the above DSpace source code license, in +order to use this software. Index: dspace-oai/pom.xml =================================================================== --- dspace-oai/pom.xml +++ dspace-oai/pom.xml @@ -0,0 +1,66 @@ + + + 4.0.0 + org.dspace + dspace-oai + war + DSpace OAI Webapplication + 1.5-SNAPSHOT + DSpace OAI Service Provider Webapplication + http://www.dspace.org + + + org.dspace + dspace + 1.5-SNAPSHOT + ../dspace + + + + + scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/branches/dspace-addon-v2-prototype/dspace-oai + + + scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/branches/dspace-addon-v2-prototype/dspace-oai + + + http://dspace.svn.sourceforge.net/viewvc/dspace/branches/dspace-addon-v2-prototype/dspace-oai/ + + + + + + website + + scp://projects.dspace.org/var/www/projects.dspace.org/htdocs/dspace-oai + + + + + + + javax.servlet + servlet-api + 2.3 + + + log4j + log4j + 1.2.14 + + + org.dspace + dspace-api + 1.5-SNAPSHOT + + + org.dspace + oaicat + 1.5.48 + + + + +