Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > e2af4a032b08c152fe73f8326e2e53fd > files > 9

eclipselink-2.2.1-1.mga2.src.rpm

<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.eclipse.persistence</groupId>
  <artifactId>org.eclipse.persistence.core</artifactId>
  <packaging>jar</packaging>
  <name>EclipseLink Core</name>
  <description>EclipseLink subversion revision 9776</description>
  <version>2.2.1</version>
  <url>http://www.eclipse.org/eclipselink</url>
  <issueManagement>
    <system>bugzilla</system>
    <url>https://bugs.eclipse.org/bugs</url>
  </issueManagement>
  <inceptionYear>2007</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>EclipseLink Developer List</name>
      <post>eclipselink-dev@eclipse.org</post>
      <archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-dev</archive>
    </mailingList>
    <mailingList>
      <name>EclipseLink User List</name>
      <post>eclipselink-users@eclipse.org</post>
      <archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-users</archive>
    </mailingList>
  </mailingLists>
  <licenses>
    <license>
      <name>Eclipse Public License v1.0</name>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
      <distribution>repo</distribution>
      <comments>Standard Eclipse Licence</comments>
    </license>
    <license>
      <name>Eclipse Distribution License v. 1.0</name>
      <url>http://www.eclipse.org/org/documents/edl-v10.php</url>
      <distribution>repo</distribution>
      <comments>Standard Eclipse Distribution License</comments>
    </license>
  </licenses>
  <dependencies>
  	<dependency>
  		<groupId>asm</groupId>
  		<artifactId>asm</artifactId>
  		<version>1.5.3</version>
  		<type>jar</type>
  		<scope>compile</scope>
  		<optional>false</optional>
  	</dependency>
  	<dependency>
  		<groupId>org.antlr</groupId>
  		<artifactId>antlr</artifactId>
  		<version>2.2.1</version>
  		<type>jar</type>
  		<scope>compile</scope>
  		<optional>false</optional>
  	</dependency>
  </dependencies>
</project>