pjs/java/dist/webclient-pom.xml

61 строка
2.2 KiB
XML
Executable File

<?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.mozilla.webclient</groupId>
<artifactId>webclient</artifactId>
<packaging>pom</packaging>
<name>Mozilla Webclient</name>
<version>2.0-SNAPSHOT</version>
<description>Artifacts for non-native portion of Mozilla Webclient
spec and implementation.</description>
<url>http://www.mozilla.org/projects/blackwood/webclient/</url>
<issueManagement>
<system>bugzilla</system>
<url>https://bugzilla.mozilla.org/</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>Mozilla Java Webclient Newsgroup</name>
<post>http://groups.google.com/group/mozilla.dev.embedding/post</post>
<archive>http://groups.google.com/group/mozilla.dev.embedding/</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>edburns</id>
<name>Ed Burns</name>
<email>edburns@acm.org</email>
<organization>Sun Microsystems, Inc.</organization>
<roles>
<role>project-owner</role>
</roles>
<timezone>-6</timezone>
</developer>
</developers>
<contributors>
</contributors>
<licenses>
<license>
<name>Mozilla Public License 1.1</name>
<url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
<distribution>manual</distribution>
<comments>Due to Webclient's current dependency on native code, it
is not possible to distribute Webclient entirely via Maven. The
Jar portion of Webclient can be distributed via Maven,
however.</comments>
</license>
</licenses>
<scm>
<connection>scm:cvs:pserver:anonymous:@cvs-mirror.mozilla.org:/cvsroot:Blackwood</connection>
<developerConnection>scm:cvs:ext:username:@cvs.mozilla.org:/cvsroot:Blackwood</developerConnection>
<url>http://bonsai.mozilla.org/rview.cgi?dir=mozilla/java&amp;cvsroot=/cvsroot&amp;module=default</url>
</scm>
<organization>
<name>Mozilla Organization</name>
<url>http://www.mozilla.org/</url>
</organization>
</project>