mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Add missing sections from distributable poms.
This commit is contained in:
@@ -9,6 +9,51 @@
|
||||
<name>guacamole-common-js</name>
|
||||
<url>http://guac-dev.org/</url>
|
||||
|
||||
<description>
|
||||
The base JavaScript API of the Guacamole project, providing JavaScript
|
||||
support for the Guacamole stack, including a full client
|
||||
implementation for the Guacamole protocol.
|
||||
</description>
|
||||
|
||||
<!-- All applicable licenses -->
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Mozilla Public License Version 1.1</name>
|
||||
<url>http://www.mozilla.org/MPL/1.1/</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
<license>
|
||||
<name>GNU General Public License, version 2</name>
|
||||
<url>http://www.gnu.org/licenses/gpl-2.0.html</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
<license>
|
||||
<name>GNU Lesser General Public License, version 2.1</name>
|
||||
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<!-- Git repository -->
|
||||
<scm>
|
||||
<url>https://github.com/glyptodon/guacamole-client</url>
|
||||
<connection>scm:git:git://github.com/glyptodon/guacamole-client.git</connection>
|
||||
</scm>
|
||||
|
||||
<!-- Developers -->
|
||||
<developers>
|
||||
<developer>
|
||||
<id>mike.jumper</id>
|
||||
<name>Michael Jumper</name>
|
||||
<email>mike.jumper@guac-dev.org</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>james.muehlner</id>
|
||||
<name>James Muehlner</name>
|
||||
<email>james.muehlner@guac-dev.org</email>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
@@ -9,6 +9,50 @@
|
||||
<name>guacamole-common</name>
|
||||
<url>http://guac-dev.org/</url>
|
||||
|
||||
<description>
|
||||
The base Java API of the Guacamole project, providing Java support for
|
||||
the Guacamole stack.
|
||||
</description>
|
||||
|
||||
<!-- All applicable licenses -->
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Mozilla Public License Version 1.1</name>
|
||||
<url>http://www.mozilla.org/MPL/1.1/</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
<license>
|
||||
<name>GNU General Public License, version 2</name>
|
||||
<url>http://www.gnu.org/licenses/gpl-2.0.html</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
<license>
|
||||
<name>GNU Lesser General Public License, version 2.1</name>
|
||||
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<!-- Git repository -->
|
||||
<scm>
|
||||
<url>https://github.com/glyptodon/guacamole-client</url>
|
||||
<connection>scm:git:git://github.com/glyptodon/guacamole-client.git</connection>
|
||||
</scm>
|
||||
|
||||
<!-- Developers -->
|
||||
<developers>
|
||||
<developer>
|
||||
<id>mike.jumper</id>
|
||||
<name>Michael Jumper</name>
|
||||
<email>mike.jumper@guac-dev.org</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>james.muehlner</id>
|
||||
<name>James Muehlner</name>
|
||||
<email>james.muehlner@guac-dev.org</email>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
@@ -9,6 +9,50 @@
|
||||
<name>guacamole-ext</name>
|
||||
<url>http://guac-dev.org/</url>
|
||||
|
||||
<description>
|
||||
The Java API for extending the main Guacamole web application. This
|
||||
is not needed for authoring a new Guacamole-based web application.
|
||||
</description>
|
||||
|
||||
<!-- All applicable licenses -->
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Mozilla Public License Version 1.1</name>
|
||||
<url>http://www.mozilla.org/MPL/1.1/</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
<license>
|
||||
<name>GNU General Public License, version 2</name>
|
||||
<url>http://www.gnu.org/licenses/gpl-2.0.html</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
<license>
|
||||
<name>GNU Lesser General Public License, version 2.1</name>
|
||||
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<!-- Git repository -->
|
||||
<scm>
|
||||
<url>https://github.com/glyptodon/guacamole-client</url>
|
||||
<connection>scm:git:git://github.com/glyptodon/guacamole-client.git</connection>
|
||||
</scm>
|
||||
|
||||
<!-- Developers -->
|
||||
<developers>
|
||||
<developer>
|
||||
<id>mike.jumper</id>
|
||||
<name>Michael Jumper</name>
|
||||
<email>mike.jumper@guac-dev.org</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>james.muehlner</id>
|
||||
<name>James Muehlner</name>
|
||||
<email>james.muehlner@guac-dev.org</email>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
@@ -9,6 +9,40 @@
|
||||
<name>guacamole</name>
|
||||
<url>http://guac-dev.org/</url>
|
||||
|
||||
<description>
|
||||
The base Java API of the Guacamole project, providing Java support for
|
||||
the Guacamole stack.
|
||||
</description>
|
||||
|
||||
<!-- All applicable licenses -->
|
||||
<licenses>
|
||||
<license>
|
||||
<name>GNU Affero General Public License</name>
|
||||
<url>http://www.gnu.org/licenses/agpl-3.0.html</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<!-- Git repository -->
|
||||
<scm>
|
||||
<url>https://github.com/glyptodon/guacamole-client</url>
|
||||
<connection>scm:git:git://github.com/glyptodon/guacamole-client.git</connection>
|
||||
</scm>
|
||||
|
||||
<!-- Developers -->
|
||||
<developers>
|
||||
<developer>
|
||||
<id>mike.jumper</id>
|
||||
<name>Michael Jumper</name>
|
||||
<email>mike.jumper@guac-dev.org</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>james.muehlner</id>
|
||||
<name>James Muehlner</name>
|
||||
<email>james.muehlner@guac-dev.org</email>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
Reference in New Issue
Block a user