[nbpwr~src-nocentral:135] Added Quaqua 8.0.
- From: fabriziogiudici@kenai.com
- To: commits@nbpwr.kenai.com
- Subject: [nbpwr~src-nocentral:135] Added Quaqua 8.0.
- Date: Tue, 1 Nov 2011 12:21:00 +0000
Project: nbpwr
Repository: src-nocentral
Revision: 135
Author: fabriziogiudici
Date: 2011-11-01 12:20:33 UTC
Link:
Log Message:
------------
Added Quaqua 8.0.
Revisions:
----------
135
Added Paths:
------------
ch.randelshofer.quaqua/8.0/pom.xml
ch.randelshofer.quaqua/8.0/src/main/nbm/manifest.mf
ch.randelshofer.quaqua/8.0/src/main/nbm/module.xml
ch.randelshofer.quaqua/mvndeploy.sh
ch.randelshofer.quaqua/mvninstall.sh
Diffs:
------
diff -r ba686994a63c -r e88b34d5863c ch.randelshofer.quaqua/8.0/pom.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ch.randelshofer.quaqua/8.0/pom.xml Tue Nov 01 13:20:33 2011 +0100
@@ -0,0 +1,115 @@
+<?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>
+
+ <parent>
+ <groupId>com.kenai.nbpwr</groupId>
+ <artifactId>wrappers-no-central</artifactId>
+ <version>201007271250</version>
+ </parent>
+
+ <artifactId>ch-randelshofer-quaqua</artifactId>
+ <packaging>nbm</packaging>
+ <version>8.0-201111011200</version>
+ <name>Wrappers - Quaqua</name>
+ <description>ch-randelshofer-quaqua</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>ch.randelshofer</groupId>
+ <artifactId>quaqua</artifactId>
+ <version>8.0</version>
+ </dependency>
+ <dependency>
+ <groupId>ch.randelshofer</groupId>
+ <artifactId>quaqua-swing-layout</artifactId>
+ <version>8.0</version>
+ </dependency>
+ <dependency>
+ <groupId>ch.randelshofer</groupId>
+ <artifactId>libquaqua</artifactId>
+ <version>8.0</version>
+ <type>jnilib</type>
+ <classifier>native-mac-32</classifier>
+ </dependency>
+ <dependency>
+ <groupId>ch.randelshofer</groupId>
+ <artifactId>libquaqua</artifactId>
+ <version>8.0</version>
+ <type>jnilib</type>
+ <classifier>native-mac-64</classifier>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>lib/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>ch.randelshofer</groupId>
+ <artifactId>libquaqua</artifactId>
+ <version>8.0</version>
+ <type>jnilib</type>
+ <classifier>native-mac-32</classifier>
+ <overWrite>true</overWrite>
+
<outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+
<destFileName>libquaqua.jnilib</destFileName>
+ </artifactItem>
+ <artifactItem>
+ <groupId>ch.randelshofer</groupId>
+ <artifactId>libquaqua</artifactId>
+ <version>8.0</version>
+ <type>jnilib</type>
+ <classifier>native-mac-64</classifier>
+ <overWrite>true</overWrite>
+
<outputDirectory>${project.build.outputDirectory}/lib</outputDirectory>
+
<destFileName>libquaqua64.jnilib</destFileName>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>nbm-maven-plugin</artifactId>
+ <configuration>
+ <publicPackages>
+ <publicPackage>ch.randelshofer.quaqua</publicPackage>
+
<publicPackage>ch.randelshofer.quaqua.border</publicPackage>
+
<publicPackage>ch.randelshofer.quaqua.color</publicPackage>
+
<publicPackage>ch.randelshofer.quaqua.colorchooser</publicPackage>
+
<publicPackage>ch.randelshofer.quaqua.datatransfer</publicPackage>
+
<publicPackage>ch.randelshofer.quaqua.ext</publicPackage>
+
<publicPackage>ch.randelshofer.quaqua.filechooser</publicPackage>
+
<publicPackage>ch.randelshofer.quaqua.util</publicPackage>
+ </publicPackages>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
+
+
+
+
diff -r ba686994a63c -r e88b34d5863c
ch.randelshofer.quaqua/8.0/src/main/nbm/manifest.mf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ch.randelshofer.quaqua/8.0/src/main/nbm/manifest.mf Tue Nov 01
13:20:33 2011 +0100
@@ -0,0 +1,3 @@
+OpenIDE-Module-Display-Category: Libraries
+OpenIDE-Module-Name: Libraries - ch-randelshofer-quaqua
+AutoUpdate-Show-In-Client: true
diff -r ba686994a63c -r e88b34d5863c
ch.randelshofer.quaqua/8.0/src/main/nbm/module.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ch.randelshofer.quaqua/8.0/src/main/nbm/module.xml Tue Nov 01
13:20:33 2011 +0100
@@ -0,0 +1,22 @@
+
+<nbm>
+ <moduleType>normal</moduleType>
+ <codeNameBase>ch.randelshofer.quaqua/8</codeNameBase>
+ <cluster>libraries</cluster>
+ <manifest>src/main/nbm/manifest.mf</manifest>
+ <homepageUrl>http://www.randelshofer.ch/quaqua</homepageUrl>
+ <author>Werner Randelshofer</author>
+ <licenseName>GNU Lesser General Public License (LGPL)</licenseName>
+ <licenseFile>../../licenses/LGPL2.1.txt</licenseFile>
+
+ <nbmResources>
+ <nbmResource>
+ <baseDirectory>target/classes</baseDirectory>
+ <relativeClusterPath>modules</relativeClusterPath>
+ <includes>
+ <include>lib/*.jnilib</include>
+ </includes>
+ </nbmResource>
+ </nbmResources>
+
+</nbm>
diff -r ba686994a63c -r e88b34d5863c ch.randelshofer.quaqua/mvndeploy.sh
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ch.randelshofer.quaqua/mvndeploy.sh Tue Nov 01 13:20:33 2011 +0100
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+VERSION=8.0
+QUAQUA=$HOME/Downloads/Quaqua/dist
+TARGET="-DrepositoryId=maven2-release-repository.tidalwave.it
-Durl=http://services.tidalwave.it/nexus/content/repositories/releases/"
+
+mvn deploy:deploy-file $TARGET -Dfile=$QUAQUA/quaqua.jar
-DgroupId=ch.randelshofer -DartifactId=quaqua -Dversion=$VERSION
-Dpackaging=jar
+mvn deploy:deploy-file $TARGET -Dfile=$QUAQUA/swing-layout.jar
-DgroupId=ch.randelshofer -DartifactId=quaqua-swing-layout -Dversion=$VERSION
-Dpackaging=jar
+mvn deploy:deploy-file $TARGET -Dfile=$QUAQUA/libquaqua.jnilib
-DgroupId=ch.randelshofer -DartifactId=libquaqua -Dversion=$VERSION
-Dpackaging=jnilib -Dclassifier=native-mac-32
+mvn deploy:deploy-file $TARGET -Dfile=$QUAQUA/libquaqua64.jnilib
-DgroupId=ch.randelshofer -DartifactId=libquaqua -Dversion=$VERSION
-Dpackaging=jnilib -Dclassifier=native-mac-64
+
diff -r ba686994a63c -r e88b34d5863c ch.randelshofer.quaqua/mvninstall.sh
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ch.randelshofer.quaqua/mvninstall.sh Tue Nov 01 13:20:33 2011 +0100
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+VERSION=8.0
+QUAQUA=$HOME/Downloads/Quaqua/dist
+
+mvn install:install-file -Dfile=$QUAQUA/quaqua.jar -DgroupId=ch.randelshofer
-DartifactId=quaqua -Dversion=$VERSION -Dpackaging=jar -DgeneratePom=true
-DcreateChecksum=true
+mvn install:install-file -Dfile=$QUAQUA/swing-layout.jar
-DgroupId=ch.randelshofer -DartifactId=quaqua-swing-layout -Dversion=$VERSION
-Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true
+mvn install:install-file -Dfile=$QUAQUA/libquaqua.jnilib
-DgroupId=ch.randelshofer -DartifactId=libquaqua -Dversion=$VERSION
-Dpackaging=jnilib -Dclassifier=native-mac-32 -DgeneratePom=true
-DcreateChecksum=true
+mvn install:install-file -Dfile=$QUAQUA/libquaqua64.jnilib
-DgroupId=ch.randelshofer -DartifactId=libquaqua -Dversion=$VERSION
-Dpackaging=jnilib -Dclassifier=native-mac-64 -DgeneratePom=true
-DcreateChecksum=true
+
|
[nbpwr~src-nocentral:135] Added Quaqua 8.0. |
fabriziogiudici | 11/01/2011 |





