summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-07-10 15:24:10 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-07-10 15:24:10 +0000
commitd3f2f0b0061e1389a3d4d71468314766c446ab20 (patch)
treeed3b9d6e9d229c54a85dabbab30c142ad0acca28
parent5bff0a3288bd2b5e1f1030c6e47430735cd09463 (diff)
downloadmocca-d3f2f0b0061e1389a3d4d71468314766c446ab20.tar.gz
mocca-d3f2f0b0061e1389a3d4d71468314766c446ab20.tar.bz2
mocca-d3f2f0b0061e1389a3d4d71468314766c446ab20.zip
Mac OS X (snow leopard): jvm param -d32
plugin version for webstart-maven-plugin git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@408 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r--BKUOnline/pom.xml2
-rw-r--r--BKUWebStart/pom.xml2
-rw-r--r--BKUWebStart/src/main/jnlp/resources/version.xml16
-rw-r--r--BKUWebStart/src/main/jnlp/template.xml12
-rw-r--r--pom.xml5
5 files changed, 22 insertions, 15 deletions
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml
index 258b978a..23ce4205 100644
--- a/BKUOnline/pom.xml
+++ b/BKUOnline/pom.xml
@@ -261,7 +261,7 @@
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUWebStart</artifactId>
- <version>1.0.4-SNAPSHOT</version>
+ <version>1.0.5-SNAPSHOT</version>
<scope>provided</scope>
<type>zip</type>
</dependency>
diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml
index 0ae3feec..9ef1914f 100644
--- a/BKUWebStart/pom.xml
+++ b/BKUWebStart/pom.xml
@@ -11,7 +11,7 @@
<packaging>jar</packaging>
<name>BKU Web Start</name>
<!--
- | IMPORTANT: update jnlp/resources/version.xml and
+ | IMPORTANT: update jnlp/resources/version.xml (BKUWebStart and utils) and
| include-webstart profile in BKUOnline if version changes
|-->
<version>1.0.5-SNAPSHOT</version>
diff --git a/BKUWebStart/src/main/jnlp/resources/version.xml b/BKUWebStart/src/main/jnlp/resources/version.xml
index 4e263ded..763552fc 100644
--- a/BKUWebStart/src/main/jnlp/resources/version.xml
+++ b/BKUWebStart/src/main/jnlp/resources/version.xml
@@ -10,6 +10,14 @@
<resource>
<pattern>
+ <name>utils-1.2.1-SNAPSHOT.jar</name>
+ <version-id>1.2.1-SNAPSHOT</version-id>
+ </pattern>
+ <file>utils-1.2.1-SNAPSHOT.jar</file>
+ </resource>
+
+ <resource>
+ <pattern>
<name>commons-logging-1.0.4.jar</name>
<version-id>1.0.4</version-id>
</pattern>
@@ -98,12 +106,4 @@
<file>stax-api-1.0-2.jar</file>
</resource>
- <resource>
- <pattern>
- <name>utils-1.1.2-SNAPSHOT.jar</name>
- <version-id>1.1.2-SNAPSHOT</version-id>
- </pattern>
- <file>utils-1.1.2-SNAPSHOT.jar</file>
- </resource>
-
</jnlp-versions>
diff --git a/BKUWebStart/src/main/jnlp/template.xml b/BKUWebStart/src/main/jnlp/template.xml
index 4d08d4e5..a6f6d96e 100644
--- a/BKUWebStart/src/main/jnlp/template.xml
+++ b/BKUWebStart/src/main/jnlp/template.xml
@@ -1,7 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
-<!--
- jnlp spec="$jnlpspec" codebase="$project.Url" href="$outputFile">
--->
<jnlp spec="$jnlpspec" codebase="$$codebase" context="$$context" href="$$name">
<information>
@@ -31,13 +28,18 @@
</security>
#end
+ <resources os="Mac OS X">
+ <j2se version="$j2seVersion" java-vm-args="-d32"/>
+ <property name="jnlp.versionEnabled" value="true"/>
+ $dependencies
+ </resources>
+
<resources>
<!-- initial-heap-size="32m" max-heap-size="128m" -->
<j2se version="$j2seVersion"/>
<property name="jnlp.versionEnabled" value="true"/>
-
$dependencies
-
</resources>
+
<application-desc main-class="$mainClass"/>
</jnlp> \ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 4a3369a7..bc0e3f4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,6 +106,11 @@
<artifactId>maven-buildnumber-plugin</artifactId>
<version>0.9.6</version>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo.webstart</groupId>
+ <artifactId>webstart-maven-plugin</artifactId>
+ <version>1.0-alpha-2</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>