Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release-src > by-pkgid > 210324f331b353fa6c336395fcb71746 > files > 3

rhino-1.7R4-2.mga4.src.rpm

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mozilla</groupId>
  <artifactId>rhino</artifactId>
  <name>Mozilla Rhino</name>
  <version>1.7R4</version>
  <packaging>jar</packaging>
  <description>Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.</description>
  <url>https://developer.mozilla.org/en/Rhino</url>

  <licenses>
    <license>
      <name>Mozilla Public License, Version 2.0</name>
      <url>http://www.mozilla.org/MPL/2.0/index.txt</url>
    </license>
  </licenses>

  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>

  <scm>
    <connection>scm:git:git@github.com:mozilla/rhino.git</connection>
    <developerConnection>scm:git:git@github.com:mozilla/rhino.git</developerConnection>
    <url>git@github.com:mozilla/rhino.git</url>
  </scm>

  <organization>
    <name>The Mozilla Foundation</name>
    <url>http://www.mozilla.org</url>
  </organization>
</project>