create_build_process_for_binary_release
git-svn-id: svn://10.0.0.236/trunk@235463 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
60
mozilla/java/plugins/dist/pluglet-pom.xml
vendored
Normal file
60
mozilla/java/plugins/dist/pluglet-pom.xml
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
<?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.pluglet</groupId>
|
||||
<artifactId>pluglet</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Mozilla Pluglets</name>
|
||||
<version>1.1-SNAPSHOT</version>
|
||||
|
||||
<description>Artifacts for non-native portion of Mozilla Pluglet
|
||||
spec and implementation.</description>
|
||||
|
||||
<url>http://www.mozilla.org/projects/blackwood/java-plugins/</url>
|
||||
<issueManagement>
|
||||
<system>bugzilla</system>
|
||||
<url>https://bugzilla.mozilla.org/</url>
|
||||
</issueManagement>
|
||||
<mailingLists>
|
||||
<mailingList>
|
||||
<name>Mozilla Java Pluglet Newsgroup</name>
|
||||
<post>http://groups.google.com/group/mozilla.dev.tech.plugins/post</post>
|
||||
<archive>http://groups.google.com/group/mozilla.dev.tech.plugins/</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 Pluglet's current dependency on native code, it
|
||||
is not possible to distribute Webclient entirely via Maven. The
|
||||
Jar portion of Pluglet 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&cvsroot=/cvsroot&module=default</url>
|
||||
</scm>
|
||||
<organization>
|
||||
<name>Mozilla Organization</name>
|
||||
<url>http://www.mozilla.org/</url>
|
||||
</organization>
|
||||
</project>
|
||||
Reference in New Issue
Block a user