Code Search for Developers
 
 
  

pom.xml from DSpace at Krugle


Show pom.xml syntax highlighted

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.dspace</groupId>
   <artifactId>dspace-xmlui</artifactId>
   <packaging>pom</packaging>
   <name>DSpace XMLUI (Manakin)</name>
   <url>http://www.dspace.org</url>
   <description>DSpace web-based user interface based upon Apache Cocoon.</description>

   <parent>
      <groupId>org.dspace</groupId>
      <artifactId>dspace-pom</artifactId>
      <version>1.5-SNAPSHOT</version>
      <relativePath>../dspace-pom</relativePath>
   </parent>

   <modules>
      <module>dspace-xmlui-wing/</module>
      <module>dspace-xmlui-api/</module>
      <module>dspace-xmlui-webapp/</module>
   </modules>

</project>





See more files for this project here

DSpace

Open Source Digital Asset Management system that enables services for access, provision, stewardship and re-use of digital assets with a focus on educational and research materials

Project homepage: http://sourceforge.net/projects/dspace
Programming language(s): Java,JSP,XML
License: other

  dspace-xmlui-api/
    src/
      main/
        java/
          org/
            dspace/
              app/
                xmlui/
                  aspect/
                    administrative/
                    artifactbrowser/
                    eperson/
                    general/
                    submission/
                    xmltest/
                  cocoon/
                    AbstractDSpaceTransformer.java
                    AspectGenerator.java
                    AspectMatcher.java
                    BitstreamReader.java
                    DSpaceCocoonServlet.java
                    DSpaceFeedGenerator.java
                    DSpaceMETSGenerator.java
                    DSpacePropertyFileReader.java
                    DSpaceTransformer.java
                    NamespaceFilterTransformer.java
                    PropertyFileReader.java
                    StylesheetInstructionTransformer.java
                    ThemeMatcher.java
                  configuration/
                    Aspect.java
                    Theme.java
                    XMLUIConfiguration.java
                  objectmanager/
                    AbstractAdapter.java
                    ContainerAdapter.java
                    DSpaceObjectManager.java
                    ItemAdapter.java
                    RepositoryAdapter.java
                    SAXFilter.java
                  utils/
                    AuthenticationUtil.java
                    ContextUtil.java
                    DSpaceValidity.java
                    HandleUtil.java
                    RequestInfo.java
                    RequestUtils.java
                    UIException.java
        resources/
          aspects/
            Administrative/
              administrative.js
              sitemap.xmap
            ArtifactBrowser/
              sitemap.xmap
            EPerson/
              eperson.js
              noAuthMethod.xml
              shibbLoginFailure.xml
              sitemap.xmap
            Submission/
              sitemap.xmap
              submission.js
            XMLTest/
              sitemap.xmap
    pom.xml
  dspace-xmlui-webapp/
    src/
      main/
        webapp/
          WEB-INF/
            cocoon.xconf
            logkit.xconf
            web.xml
          aspects/
            aspects.xmap
            protodocument.xml
          i18n/
            messages.xml
          themes/
            Classic/
              images/
                arrow.gif
                dspace-blue.gif
                manakin_logo.png
                stripe.gif
              lib/
                style-ie6.css
                style.css
              Classic.xsl
              sitemap.xmap
            Reference/
              images/
              lib/
              sitemap.xmap
            dri2xhtml/
              DIM-Handler.xsl
              General-Handler.xsl
              MODS-Handler.xsl
              QDC-Handler.xsl
              structural.xsl
            template/
              images/
              lib/
              sitemap.xmap
              template.xsl
            dri2xhtml.xsl
            themes.xmap
          exception2html.xslt
          sitemap.xmap
    pom.xml
  dspace-xmlui-wing/
    src/
    pom.xml
  pom.xml