Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > bd6f75a048ac2b9eab1d9e12d092f88e > files > 2

springframework-3.1.1-21.mga3.src.rpm

<?xml version="1.0" encoding="UTF-8"?>

<!-- This is a dummy POM added just to ease building in the RPM platforms: -->

<project
  xmlns="http://maven.apache.org/POM/4.0.0"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

  <modelVersion>4.0.0</modelVersion>
  <groupId>org.springframework</groupId>
  <artifactId>spring-project</artifactId>
  <packaging>pom</packaging>
  <version>3.1.1.RELEASE</version>

  <modules>
    <!-- These are not all the modules, only those that we can currently build: -->
    <module>org.springframework.aop</module>
    <module>org.springframework.beans</module>
    <module>org.springframework.context</module>
    <module>org.springframework.core</module>
    <module>org.springframework.expression</module>
    <module>org.springframework.instrument</module>
    <module>org.springframework.jdbc</module>
    <module>org.springframework.transaction</module>
    <module>org.springframework.context.support</module>
    <module>org.springframework.oxm</module>
    <module>org.springframework.web</module>
    <module>org.springframework.jms</module>
    <module>org.springframework.orm</module>
    <module>org.springframework.web.servlet</module>
    <module>org.springframework.web.portlet</module>
    <module>org.springframework.web.struts</module>
    <!-- TODO -module>org.springframework.aspects</module-->
    <!-- TODO -module>org.springframework.test</module-->
  </modules>

</project>