This is an automated email from the git hooks/post-receive script. fnatter-guest pushed a commit to branch master in repository insubstantial.
commit bfc52d2406ca0c83629e83a0f9b26e8c9275ea77 Author: Felix Natter <[email protected]> Date: Sat Jan 16 15:37:46 2016 +0100 add poms and information about poms and jars --- debian/libflamingo-java.poms | 1 + debian/liblaf-plugin-java.poms | 1 + debian/liblaf-widget-java.poms | 1 + debian/libtrident-java.poms | 1 + debian/pom-libflamingo.xml | 90 +++++++++++++++++++++++++++++++++++++++ debian/pom-liblaf-plugin.xml | 46 ++++++++++++++++++++ debian/pom-liblaf-widget.xml | 67 +++++++++++++++++++++++++++++ debian/pom-libtrident.xml | 59 +++++++++++++++++++++++++ debian/pom-substance-flamingo.xml | 66 ++++++++++++++++++++++++++++ debian/pom-substance-swingx.xml | 66 ++++++++++++++++++++++++++++ debian/pom-substance.xml | 85 ++++++++++++++++++++++++++++++++++++ debian/substance-flamingo.poms | 1 + debian/substance-swingx.poms | 1 + debian/substance.poms | 1 + 14 files changed, 486 insertions(+) diff --git a/debian/libflamingo-java.poms b/debian/libflamingo-java.poms new file mode 100644 index 0000000..3b6b70c --- /dev/null +++ b/debian/libflamingo-java.poms @@ -0,0 +1 @@ +debian/pom-libflamingo.xml --java-lib --has-package-version --artifact=flamingo/build/libs/flamingo-7.3.jar diff --git a/debian/liblaf-plugin-java.poms b/debian/liblaf-plugin-java.poms new file mode 100644 index 0000000..77c3015 --- /dev/null +++ b/debian/liblaf-plugin-java.poms @@ -0,0 +1 @@ +debian/pom-liblaf-plugin.xml --java-lib --has-package-version --artifact=laf-plugin/build/libs/laf-plugin-7.3.jar diff --git a/debian/liblaf-widget-java.poms b/debian/liblaf-widget-java.poms new file mode 100644 index 0000000..b03d60c --- /dev/null +++ b/debian/liblaf-widget-java.poms @@ -0,0 +1 @@ +debian/pom-liblaf-widget.xml --java-lib --has-package-version --artifact=laf-widget/build/libs/laf-widget-7.3.jar diff --git a/debian/libtrident-java.poms b/debian/libtrident-java.poms new file mode 100644 index 0000000..557b49d --- /dev/null +++ b/debian/libtrident-java.poms @@ -0,0 +1 @@ +debian/pom-libtrident.xml --java-lib --has-package-version --artifact=trident/build/libs/trident-7.3.jar diff --git a/debian/pom-libflamingo.xml b/debian/pom-libflamingo.xml new file mode 100644 index 0000000..6098448 --- /dev/null +++ b/debian/pom-libflamingo.xml @@ -0,0 +1,90 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>com.github.insubstantial</groupId> + <artifactId>flamingo</artifactId> + <version>7.3</version> + <name>flamingo</name> + <description>A fork of @kirilcool's flamingo project</description> + <url>http://insubstantial.github.com/insubstantial/flamingo/</url> + <licenses> + <license> + <name>The BSD License</name> + <url>http://www.opensource.org/licenses/bsd-license.php</url> + <distribution>repo</distribution> + </license> + </licenses> + <developers> + <developer> + <name>Kirill Grouchnikov</name> + <email>[email protected]</email> + <roles> + <role>author</role> + <role>developer</role> + </roles> + </developer> + <developer> + <name>Danno Ferrin</name> + <email>[email protected]</email> + <roles> + <role>maintainer</role> + </roles> + </developer> + </developers> + <scm> + <connection>scm:git:[email protected]:Insubstantial/insubstantial.git</connection> + <developerConnection>scm:git:[email protected]:Insubstantial/insubstantial.git</developerConnection> + <url>scm:git:[email protected]:Insubstantial/insubstantial.git</url> + </scm> + <dependencies> + <dependency> + <groupId>org.easytesting</groupId> + <artifactId>fest-swing-junit</artifactId> + <version>1.2.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.github.insubstantial</groupId> + <artifactId>trident</artifactId> + <version>7.3</version> + <classifier>swing</classifier> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.easytesting</groupId> + <artifactId>fest-swing-junit-4.3.1</artifactId> + <version>1.2.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.easytesting</groupId> + <artifactId>fest-swing</artifactId> + <version>1.2.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.easytesting</groupId> + <artifactId>fest-assert</artifactId> + <version>1.2</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.jgoodies</groupId> + <artifactId>forms</artifactId> + <version>1.2.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.3.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.easytesting</groupId> + <artifactId>fest-reflect</artifactId> + <version>1.2</version> + <scope>test</scope> + </dependency> + </dependencies> +</project> diff --git a/debian/pom-liblaf-plugin.xml b/debian/pom-liblaf-plugin.xml new file mode 100644 index 0000000..187008a --- /dev/null +++ b/debian/pom-liblaf-plugin.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>com.github.insubstantial</groupId> + <artifactId>laf-plugin</artifactId> + <version>7.3</version> + <name>laf-plugin</name> + <description>A fork of @kirilcool's laf-plugin project</description> + <url>http://insubstantial.github.com/insubstantial/laf-plugin/</url> + <licenses> + <license> + <name>The BSD License</name> + <url>http://www.opensource.org/licenses/bsd-license.php</url> + <distribution>repo</distribution> + <comments>Covers LafPlugin</comments> + </license> + <license> + <name>The zlib/libpng License</name> + <url>http://www.opensource.org/licenses/zlib-license</url> + <distribution>repo</distribution> + <comments>Covers the XMLElement and XMLParseException classes</comments> + </license> + </licenses> + <developers> + <developer> + <name>Kirill Grouchnikov</name> + <email>[email protected]</email> + <roles> + <role>author</role> + <role>developer</role> + </roles> + </developer> + <developer> + <name>Danno Ferrin</name> + <email>[email protected]</email> + <roles> + <role>maintainer</role> + </roles> + </developer> + </developers> + <scm> + <connection>scm:git:[email protected]:Insubstantial/insubstantial.git</connection> + <developerConnection>scm:git:[email protected]:Insubstantial/insubstantial.git</developerConnection> + <url>scm:git:[email protected]:Insubstantial/insubstantial.git</url> + </scm> +</project> diff --git a/debian/pom-liblaf-widget.xml b/debian/pom-liblaf-widget.xml new file mode 100644 index 0000000..708adad --- /dev/null +++ b/debian/pom-liblaf-widget.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>com.github.insubstantial</groupId> + <artifactId>laf-widget</artifactId> + <version>7.3</version> + <name>laf-widget</name> + <description>A fork of @kirilcool's laf-widget project</description> + <url>http://insubstantial.github.com/insubstantial/laf-widget/</url> + <licenses> + <license> + <name>The BSD License</name> + <url>http://www.opensource.org/licenses/bsd-license.php</url> + <distribution>repo</distribution> + <comments>Covers ASM, BlogOfBug, JibX, LafWidget, and Looks contributions</comments> + </license> + <license> + <name>CC BY-SA 2.5</name> + <url>http://creativecommons.org/licenses/by-sa/2.5/</url> + <distribution>repo</distribution> + <comments>Covers the TangoIcons</comments> + </license> + </licenses> + <developers> + <developer> + <name>Kirill Grouchnikov</name> + <email>[email protected]</email> + <roles> + <role>author</role> + <role>developer</role> + </roles> + </developer> + <developer> + <name>Danno Ferrin</name> + <email>[email protected]</email> + <roles> + <role>maintainer</role> + </roles> + </developer> + </developers> + <scm> + <connection>scm:git:[email protected]:Insubstantial/insubstantial.git</connection> + <developerConnection>scm:git:[email protected]:Insubstantial/insubstantial.git</developerConnection> + <url>scm:git:[email protected]:Insubstantial/insubstantial.git</url> + </scm> + <dependencies> + <dependency> + <groupId>com.github.insubstantial</groupId> + <artifactId>trident</artifactId> + <version>7.3</version> + <classifier>swing</classifier> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.ant</groupId> + <artifactId>ant</artifactId> + <version>1.7.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>asm</groupId> + <artifactId>asm-all</artifactId> + <version>2.2.3</version> + <scope>provided</scope> + </dependency> + </dependencies> +</project> diff --git a/debian/pom-libtrident.xml b/debian/pom-libtrident.xml new file mode 100644 index 0000000..f42edfd --- /dev/null +++ b/debian/pom-libtrident.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>com.github.insubstantial</groupId> + <artifactId>trident</artifactId> + <version>7.3</version> + <name>trident</name> + <description>A fork of @kirilcool's trident project</description> + <url>https://github.com/Insubstantial/insubstantial/tree/master/trident</url> + <licenses> + <license> + <name>The BSD License</name> + <url>http://www.opensource.org/licenses/bsd-license.php</url> + <distribution>repo</distribution> + </license> + </licenses> + <developers> + <developer> + <name>Kirill Grouchnikov</name> + <email>[email protected]</email> + <roles> + <role>author</role> + <role>developer</role> + </roles> + </developer> + <developer> + <name>Danno Ferrin</name> + <email>[email protected]</email> + <roles> + <role>maintainer</role> + </roles> + </developer> + </developers> + <scm> + <connection>scm:git:[email protected]:Insubstantial/insubstantial.git</connection> + <developerConnection>scm:git:[email protected]:Insubstantial/insubstantial.git</developerConnection> + <url>scm:git:[email protected]:Insubstantial/insubstantial.git</url> + </scm> + <dependencies> + <dependency> + <groupId>org.eclipse.swt.win32.win32</groupId> + <artifactId>x86</artifactId> + <version>3.3.0-v3346</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>com.google.android</groupId> + <artifactId>android</artifactId> + <version>2.3.1</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>net.jcip</groupId> + <artifactId>jcip-annotations</artifactId> + <version>1.0</version> + <scope>provided</scope> + </dependency> + </dependencies> +</project> diff --git a/debian/pom-substance-flamingo.xml b/debian/pom-substance-flamingo.xml new file mode 100644 index 0000000..29f93fb --- /dev/null +++ b/debian/pom-substance-flamingo.xml @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>com.github.insubstantial</groupId> + <artifactId>substance-flamingo</artifactId> + <version>7.3</version> + <name>substance-flamingo</name> + <description>A fork of @kirilcool's substance project</description> + <url>http://insubstantial.github.com/insubstantial/substance-flamingo/</url> + <licenses> + <license> + <name>BSD License</name> + <url>http://www.opensource.org/licenses/bsd-license.php</url> + <distribution>repo</distribution> + <comments>Does not cover the Xoetrope Color Wheel</comments> + </license> + <license> + <name>Mozilla Public License 1.1</name> + <url>http://www.opensource.org/licenses/mozilla1.1</url> + <distribution>repo</distribution> + <comments>Covers the Xoetrope Color Wheel</comments> + </license> + </licenses> + <developers> + <developer> + <name>Kirill Grouchnikov</name> + <email>[email protected]</email> + <roles> + <role>author</role> + <role>developer</role> + </roles> + </developer> + <developer> + <name>Danno Ferrin</name> + <email>[email protected]</email> + <roles> + <role>maintainer</role> + </roles> + </developer> + </developers> + <scm> + <connection>scm:git:[email protected]:Insubstantial/insubstantial.git</connection> + <developerConnection>scm:git:[email protected]:Insubstantial/insubstantial.git</developerConnection> + <url>scm:git:[email protected]:Insubstantial/insubstantial.git</url> + </scm> + <dependencies> + <dependency> + <groupId>com.github.insubstantial</groupId> + <artifactId>flamingo</artifactId> + <version>7.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>com.jgoodies</groupId> + <artifactId>forms</artifactId> + <version>1.2.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.github.insubstantial</groupId> + <artifactId>substance</artifactId> + <version>7.3</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> diff --git a/debian/pom-substance-swingx.xml b/debian/pom-substance-swingx.xml new file mode 100644 index 0000000..e11a632 --- /dev/null +++ b/debian/pom-substance-swingx.xml @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>com.github.insubstantial</groupId> + <artifactId>substance-swingx</artifactId> + <version>7.3</version> + <name>substance-swingx</name> + <description>A fork of @kirilcool's substance project</description> + <url>http://insubstantial.github.com/insubstantial/substance-swingx/</url> + <licenses> + <license> + <name>BSD License</name> + <url>http://www.opensource.org/licenses/bsd-license.php</url> + <distribution>repo</distribution> + <comments>Does not cover the Xoetrope Color Wheel</comments> + </license> + <license> + <name>Mozilla Public License 1.1</name> + <url>http://www.opensource.org/licenses/mozilla1.1</url> + <distribution>repo</distribution> + <comments>Covers the Xoetrope Color Wheel</comments> + </license> + </licenses> + <developers> + <developer> + <name>Kirill Grouchnikov</name> + <email>[email protected]</email> + <roles> + <role>author</role> + <role>developer</role> + </roles> + </developer> + <developer> + <name>Danno Ferrin</name> + <email>[email protected]</email> + <roles> + <role>maintainer</role> + </roles> + </developer> + </developers> + <scm> + <connection>scm:git:[email protected]:Insubstantial/insubstantial.git</connection> + <developerConnection>scm:git:[email protected]:Insubstantial/insubstantial.git</developerConnection> + <url>scm:git:[email protected]:Insubstantial/insubstantial.git</url> + </scm> + <dependencies> + <dependency> + <groupId>org.swinglabs.swingx</groupId> + <artifactId>swingx-core</artifactId> + <version>1.6.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>com.jgoodies</groupId> + <artifactId>forms</artifactId> + <version>1.2.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.github.insubstantial</groupId> + <artifactId>substance</artifactId> + <version>7.3</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> diff --git a/debian/pom-substance.xml b/debian/pom-substance.xml new file mode 100644 index 0000000..f6e4a9b --- /dev/null +++ b/debian/pom-substance.xml @@ -0,0 +1,85 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>com.github.insubstantial</groupId> + <artifactId>substance</artifactId> + <version>7.3</version> + <name>substance</name> + <description>A fork of @kirilcool's substance project</description> + <url>http://insubstantial.github.com/insubstantial/substance/</url> + <licenses> + <license> + <name>BSD License</name> + <url>http://www.opensource.org/licenses/bsd-license.php</url> + <distribution>repo</distribution> + <comments>Does not cover the Xoetrope Color Wheel</comments> + </license> + <license> + <name>Mozilla Public License 1.1</name> + <url>http://www.opensource.org/licenses/mozilla1.1</url> + <distribution>repo</distribution> + <comments>Covers the Xoetrope Color Wheel</comments> + </license> + </licenses> + <developers> + <developer> + <name>Kirill Grouchnikov</name> + <email>[email protected]</email> + <roles> + <role>author</role> + <role>developer</role> + </roles> + </developer> + <developer> + <name>Danno Ferrin</name> + <email>[email protected]</email> + <roles> + <role>maintainer</role> + </roles> + </developer> + </developers> + <scm> + <connection>scm:git:[email protected]:Insubstantial/insubstantial.git</connection> + <developerConnection>scm:git:[email protected]:Insubstantial/insubstantial.git</developerConnection> + <url>scm:git:[email protected]:Insubstantial/insubstantial.git</url> + </scm> + <dependencies> + <dependency> + <groupId>com.github.insubstantial</groupId> + <artifactId>trident</artifactId> + <version>7.3</version> + <classifier>swing</classifier> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>net.jcip</groupId> + <artifactId>jcip-annotations</artifactId> + <version>1.0</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.swinglabs.swingx</groupId> + <artifactId>swingx-core</artifactId> + <version>1.6.3</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.github.insubstantial</groupId> + <artifactId>laf-plugin</artifactId> + <version>7.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>com.jgoodies</groupId> + <artifactId>forms</artifactId> + <version>1.2.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.github.insubstantial</groupId> + <artifactId>laf-widget</artifactId> + <version>7.3</version> + <scope>compile</scope> + </dependency> + </dependencies> +</project> diff --git a/debian/substance-flamingo.poms b/debian/substance-flamingo.poms new file mode 100644 index 0000000..ea73343 --- /dev/null +++ b/debian/substance-flamingo.poms @@ -0,0 +1 @@ +debian/pom-substance-flamingo.xml --java-lib --has-package-version --artifact=substance-flamingo/build/libs/substance-flamingo-7.3.jar diff --git a/debian/substance-swingx.poms b/debian/substance-swingx.poms new file mode 100644 index 0000000..98df0ba --- /dev/null +++ b/debian/substance-swingx.poms @@ -0,0 +1 @@ +debian/pom-substance-swingx.xml --java-lib --has-package-version --artifact=substance-swingx/build/libs/substance-swingx-7.3.jar diff --git a/debian/substance.poms b/debian/substance.poms new file mode 100644 index 0000000..63eab1d --- /dev/null +++ b/debian/substance.poms @@ -0,0 +1 @@ +debian/pom-substance.xml --java-lib --has-package-version --artifact=substance/build/libs/substance-7.3.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/insubstantial.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

