|
From: <de...@us...> - 2012-10-16 07:23:33
|
Revision: 7747
http://fudaa.svn.sourceforge.net/fudaa/?rev=7747&view=rev
Author: deniger
Date: 2012-10-16 07:23:24 +0000 (Tue, 16 Oct 2012)
Log Message:
-----------
Modified Paths:
--------------
trunk/soft/fudaa-prepro/grid/pom.xml
trunk/soft/fudaa-prepro/meshview/pom.xml
trunk/soft/fudaa-prepro/pom.xml
trunk/soft/fudaa-prepro/prepro-jnlp/pom.xml
Added Paths:
-----------
trunk/soft/fudaa-prepro/prepro-jnlp/src/test/
trunk/soft/fudaa-prepro/prepro-jnlp/src/test/java/
Modified: trunk/soft/fudaa-prepro/grid/pom.xml
===================================================================
--- trunk/soft/fudaa-prepro/grid/pom.xml 2012-10-15 15:29:32 UTC (rev 7746)
+++ trunk/soft/fudaa-prepro/grid/pom.xml 2012-10-16 07:23:24 UTC (rev 7747)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.fudaa.soft.fudaa-prepro</groupId>
<artifactId>fudaa-prepro</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
</parent>
<artifactId>grid</artifactId>
<build>
Modified: trunk/soft/fudaa-prepro/meshview/pom.xml
===================================================================
--- trunk/soft/fudaa-prepro/meshview/pom.xml 2012-10-15 15:29:32 UTC (rev 7746)
+++ trunk/soft/fudaa-prepro/meshview/pom.xml 2012-10-16 07:23:24 UTC (rev 7747)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.soft.fudaa-prepro</groupId>
<artifactId>fudaa-prepro</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
</parent>
<groupId>org.fudaa.soft.fudaa-prepro</groupId>
<artifactId>meshview</artifactId>
Modified: trunk/soft/fudaa-prepro/pom.xml
===================================================================
--- trunk/soft/fudaa-prepro/pom.xml 2012-10-15 15:29:32 UTC (rev 7746)
+++ trunk/soft/fudaa-prepro/pom.xml 2012-10-16 07:23:24 UTC (rev 7747)
@@ -15,7 +15,7 @@
</parent>
<groupId>org.fudaa.soft.fudaa-prepro</groupId>
<artifactId>fudaa-prepro</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
<name>Fudaa-Prepro</name>
<packaging>pom</packaging>
<modules>
Modified: trunk/soft/fudaa-prepro/prepro-jnlp/pom.xml
===================================================================
--- trunk/soft/fudaa-prepro/prepro-jnlp/pom.xml 2012-10-15 15:29:32 UTC (rev 7746)
+++ trunk/soft/fudaa-prepro/prepro-jnlp/pom.xml 2012-10-16 07:23:24 UTC (rev 7747)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.fudaa.soft.fudaa-prepro</groupId>
<artifactId>fudaa-prepro</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
</parent>
<artifactId>prepro-jnlp</artifactId>
<name>Prepro jnlp</name>
@@ -27,7 +27,7 @@
<!--outputDirectory></outputDirectory--> <!-- not required?? -->
<!-- Set to true to exclude all transitive dependencies. Default is false. -->
- <excludeTransitive>true</excludeTransitive>
+ <excludeTransitive>false</excludeTransitive>
<!-- The path where the libraries are stored within the jnlp structure. not required. by default the libraries are within the working directory -->
<libPath>lib</libPath>
<outputJarVersions>false</outputJarVersions>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|