|
From: <de...@us...> - 2012-03-24 03:15:51
|
Revision: 7030
http://fudaa.svn.sourceforge.net/fudaa/?rev=7030&view=rev
Author: deniger
Date: 2012-03-24 03:15:39 +0000 (Sat, 24 Mar 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/ui/pom.xml
Added Paths:
-----------
trunk/soft/fudaa-prepro/grid/pom.xml.releaseBackup
trunk/soft/fudaa-prepro/meshview/pom.xml.releaseBackup
trunk/soft/fudaa-prepro/pom.xml.releaseBackup
trunk/soft/fudaa-prepro/release.properties
trunk/soft/fudaa-prepro/ui/pom.xml.releaseBackup
Modified: trunk/soft/fudaa-prepro/grid/pom.xml
===================================================================
--- trunk/soft/fudaa-prepro/grid/pom.xml 2012-03-24 03:11:13 UTC (rev 7029)
+++ trunk/soft/fudaa-prepro/grid/pom.xml 2012-03-24 03:15:39 UTC (rev 7030)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.fudaa.soft.fudaa-prepro</groupId>
<artifactId>fudaa-prepro</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<artifactId>grid</artifactId>
<build>
@@ -15,8 +15,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
Added: trunk/soft/fudaa-prepro/grid/pom.xml.releaseBackup
===================================================================
--- trunk/soft/fudaa-prepro/grid/pom.xml.releaseBackup (rev 0)
+++ trunk/soft/fudaa-prepro/grid/pom.xml.releaseBackup 2012-03-24 03:15:39 UTC (rev 7030)
@@ -0,0 +1,83 @@
+<?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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <name>Grid pre and post-processing</name>
+ <description>Prepare, launch and post-process a grid.</description>
+ <parent>
+ <groupId>org.fudaa.soft.fudaa-prepro</groupId>
+ <artifactId>fudaa-prepro</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </parent>
+ <artifactId>grid</artifactId>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <configuration>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ </configuration>
+ </plugin>
+ </plugins>
+ <pluginManagement>
+ <plugins>
+ <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <versionRange>[1.3,)</versionRange>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.fudaa.business.fudaa-sig</groupId>
+ <artifactId>fudaa-sig</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.framework.fudaa</groupId>
+ <artifactId>fudaa-common-courbe</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <properties>
+ <project.build.sourceEncoding>ISO-8859-15</project.build.sourceEncoding>
+ </properties>
+</project>
Modified: trunk/soft/fudaa-prepro/meshview/pom.xml
===================================================================
--- trunk/soft/fudaa-prepro/meshview/pom.xml 2012-03-24 03:11:13 UTC (rev 7029)
+++ trunk/soft/fudaa-prepro/meshview/pom.xml 2012-03-24 03:15:39 UTC (rev 7030)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.soft.fudaa-prepro</groupId>
<artifactId>fudaa-prepro</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<groupId>org.fudaa.soft.fudaa-prepro</groupId>
<artifactId>meshview</artifactId>
Added: trunk/soft/fudaa-prepro/meshview/pom.xml.releaseBackup
===================================================================
--- trunk/soft/fudaa-prepro/meshview/pom.xml.releaseBackup (rev 0)
+++ trunk/soft/fudaa-prepro/meshview/pom.xml.releaseBackup 2012-03-24 03:15:39 UTC (rev 7030)
@@ -0,0 +1,99 @@
+<?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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.fudaa.soft.fudaa-prepro</groupId>
+ <artifactId>fudaa-prepro</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.fudaa.soft.fudaa-prepro</groupId>
+ <artifactId>meshview</artifactId>
+ <name>Affichage maillage</name>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase> process-resources
+ </phase>
+ <configuration>
+ <tasks>
+ <replace dir="${project.build.outputDirectory}" includes="**/*.fr_txt" token=" " value="_" />
+ <native2ascii src="${project.build.outputDirectory}" dest="${project.build.outputDirectory}" includes="**/*.fr_txt" ext=".txt" />
+ <delete>
+ <fileset dir="${project.build.outputDirectory}">
+ <include name="**/*.fr_txt" />
+ </fileset>
+ </delete>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant-optional</artifactId>
+ <version>1.5.3-1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun</groupId>
+ <artifactId>tools</artifactId>
+ <version>1.5+</version>
+ <scope>system</scope>
+ <systemPath>${java.home}/../lib/tools.jar</systemPath>
+ </dependency>
+
+ </dependencies>
+ </plugin>
+ </plugins>
+ <pluginManagement>
+ <plugins>
+ <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <versionRange>[1.3,)</versionRange>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.fudaa.business.fudaa-sig</groupId>
+ <artifactId>fudaa-sig</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.framework.fudaa</groupId>
+ <artifactId>fudaa-common-courbe</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+</project>
Modified: trunk/soft/fudaa-prepro/pom.xml
===================================================================
--- trunk/soft/fudaa-prepro/pom.xml 2012-03-24 03:11:13 UTC (rev 7029)
+++ trunk/soft/fudaa-prepro/pom.xml 2012-03-24 03:15:39 UTC (rev 7030)
@@ -15,7 +15,7 @@
</parent>
<groupId>org.fudaa.soft.fudaa-prepro</groupId>
<artifactId>fudaa-prepro</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.0</version>
<name>Fudaa-Prepro</name>
<packaging>pom</packaging>
<modules>
Added: trunk/soft/fudaa-prepro/pom.xml.releaseBackup
===================================================================
--- trunk/soft/fudaa-prepro/pom.xml.releaseBackup (rev 0)
+++ trunk/soft/fudaa-prepro/pom.xml.releaseBackup 2012-03-24 03:15:39 UTC (rev 7030)
@@ -0,0 +1,79 @@
+<?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>
+
+ <properties>
+ <fudaa-sig.version>1.2</fudaa-sig.version>
+ <javaCompiler>1.6</javaCompiler>
+ <targetJdk>1.6</targetJdk>
+ </properties>
+
+ <parent>
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>soft-pom</artifactId>
+ <version>1.2</version>
+ </parent>
+ <groupId>org.fudaa.soft.fudaa-prepro</groupId>
+ <artifactId>fudaa-prepro</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <name>Fudaa-Prepro</name>
+ <packaging>pom</packaging>
+ <modules>
+ <module>meshview</module>
+ <module>grid</module>
+ <module>ui</module>
+ </modules>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.fudaa.business.fudaa-sig</groupId>
+ <artifactId>fudaa-sig</artifactId>
+ <version>${fudaa-sig.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.business.fudaa-sig</groupId>
+ <artifactId>fudaa-sig</artifactId>
+ <version>${fudaa-sig.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.soft.fudaa-prepro</groupId>
+ <artifactId>prepro-ui</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.soft.fudaa-prepro</groupId>
+ <artifactId>meshview</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.soft.fudaa-prepro</groupId>
+ <artifactId>grid</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <classpathContainers>
+ <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6</classpathContainer>
+ </classpathContainers>
+ <additionalConfig>
+ <file>
+ <name>.settings/org.eclipse.core.resources.prefs</name>
+ <location>../src/config/eclipse/org.eclipse.core.resources.prefs</location>
+ </file>
+ </additionalConfig>
+
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: trunk/soft/fudaa-prepro/release.properties
===================================================================
--- trunk/soft/fudaa-prepro/release.properties (rev 0)
+++ trunk/soft/fudaa-prepro/release.properties 2012-03-24 03:15:39 UTC (rev 7030)
@@ -0,0 +1,24 @@
+#release configuration
+#Sat Mar 24 04:11:15 CET 2012
+project.scm.org.fudaa.soft.fudaa-prepro\:grid.empty=true
+scm.commentPrefix=[maven-release-plugin]
+pushChanges=true
+project.scm.org.fudaa.soft.fudaa-prepro\:prepro-ui.empty=true
+project.dev.org.fudaa.soft.fudaa-prepro\:meshview=1.1.1-SNAPSHOT
+scm.tag=fudaa-prepro-1.1.0
+scm.tagBase=https\://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/soft
+remoteTagging=true
+project.rel.org.fudaa.soft.fudaa-prepro\:meshview=1.1.0
+project.scm.org.fudaa.soft.fudaa-prepro\:fudaa-prepro.empty=true
+project.rel.org.fudaa.soft.fudaa-prepro\:fudaa-prepro=1.1.0
+scm.url=scm\:svn\:https\://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/fudaa-prepro
+scm.tagNameFormat=@{project.artifactId}-@{project.version}
+preparationGoals=clean verify
+project.scm.org.fudaa.soft.fudaa-prepro\:meshview.empty=true
+exec.snapshotReleasePluginAllowed=false
+project.dev.org.fudaa.soft.fudaa-prepro\:grid=1.1.1-SNAPSHOT
+project.dev.org.fudaa.soft.fudaa-prepro\:fudaa-prepro=1.1.1-SNAPSHOT
+project.rel.org.fudaa.soft.fudaa-prepro\:prepro-ui=1.1.0
+project.rel.org.fudaa.soft.fudaa-prepro\:grid=1.1.0
+project.dev.org.fudaa.soft.fudaa-prepro\:prepro-ui=1.1.1-SNAPSHOT
+completedPhase=end-release
Modified: trunk/soft/fudaa-prepro/ui/pom.xml
===================================================================
--- trunk/soft/fudaa-prepro/ui/pom.xml 2012-03-24 03:11:13 UTC (rev 7029)
+++ trunk/soft/fudaa-prepro/ui/pom.xml 2012-03-24 03:15:39 UTC (rev 7030)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.fudaa.soft.fudaa-prepro</groupId>
<artifactId>fudaa-prepro</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.0</version>
</parent>
<groupId>org.fudaa.soft.fudaa-prepro</groupId>
<artifactId>prepro-ui</artifactId>
Added: trunk/soft/fudaa-prepro/ui/pom.xml.releaseBackup
===================================================================
--- trunk/soft/fudaa-prepro/ui/pom.xml.releaseBackup (rev 0)
+++ trunk/soft/fudaa-prepro/ui/pom.xml.releaseBackup 2012-03-24 03:15:39 UTC (rev 7030)
@@ -0,0 +1,110 @@
+<?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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.fudaa.soft.fudaa-prepro</groupId>
+ <artifactId>fudaa-prepro</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.fudaa.soft.fudaa-prepro</groupId>
+ <artifactId>prepro-ui</artifactId>
+ <name>prepro-ui</name>
+ <dependencies>
+ <dependency>
+ <groupId>org.fudaa.soft.fudaa-prepro</groupId>
+ <artifactId>meshview</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.framework.ebli</groupId>
+ <artifactId>ebli-3d</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.framework.fudaa.fudaa-dico</groupId>
+ <artifactId>dico-ui</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.framework.ebli</groupId>
+ <artifactId>ebli-visuallibrary</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${dodicoGroupId}</groupId>
+ <artifactId>dodico-common</artifactId>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${ctuluGroupId}</groupId>
+ <artifactId>ctulu-gis</artifactId>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <mainClass>org.fudaa.fudaa.tr.Tr</mainClass>
+ </manifest>
+ </archive>
+ <descriptorRefs>
+ <descriptorRef>jar-with-dependencies</descriptorRef>
+ </descriptorRefs>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <configuration>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ </configuration>
+ </plugin>
+ </plugins>
+ <pluginManagement>
+ <plugins>
+ <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <versionRange>[1.3,)</versionRange>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <properties>
+ <project.build.sourceEncoding>ISO-8859-15</project.build.sourceEncoding>
+ </properties>
+</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|