[Lutinmatrix-commits] r115 - in lutinmatrix/tags: . 1.2
Author: tchemit Date: 2009-02-18 19:03:52 +0000 (Wed, 18 Feb 2009) New Revision: 115 Added: lutinmatrix/tags/1.2/ lutinmatrix/tags/1.2/changelog.txt lutinmatrix/tags/1.2/pom.xml Removed: lutinmatrix/tags/1.2/changelog.txt lutinmatrix/tags/1.2/pom.xml Log: [maven-release-plugin] copy for tag 1.2 Copied: lutinmatrix/tags/1.2 (from rev 111, lutinmatrix/trunk) Deleted: lutinmatrix/tags/1.2/changelog.txt =================================================================== --- lutinmatrix/trunk/changelog.txt 2009-02-18 10:19:09 UTC (rev 111) +++ lutinmatrix/tags/1.2/changelog.txt 2009-02-18 19:03:52 UTC (rev 115) @@ -1,45 +0,0 @@ -ver-1.2 - * Switch to lutinutil 1.0 - -ver-1.1 - * Switch to LGPL v3 - * Update site on maven2 - * Comment lutinxml dependent tests - * Remove unnecessary files - * Update pom (super-pom, version) - -ver-0-17 - * suppress MatrixNDXMLConverter.java and MatrixXMLDelegator.java - * add reduceDims method to reduce on specific dimension - * add sumAll to compute the sum on all value in matrix - -ver-0-16 - * support matrix 1D for importCSV - * add sumOverDim(dim, start, nb) - -ver-0-15 - - * add DoubleBigVector backend for matrix - * add SemanticList to keep semantics (list with optimized indexOf) - * MatrixPanel throw event when past is done in matrix - -ver-0-14 - - * correction bug importCSV et convertStringToList qui ne comprennaient pas - les exposants: 5.0E-7 - -ver-0-13 - - * ajout du menu contextuel - * ajout d'optimisation - -ver-0-12 - - * utilisation de l'interface vector pour representer la matrice dans la - couche la plus basse - * utilisation de double dans les signatures seul l'implantation des - vectors peuvent utiliser les floats si besoin - -ver-0-11 - - * utilisation de float a la place de double Copied: lutinmatrix/tags/1.2/changelog.txt (from rev 113, lutinmatrix/trunk/changelog.txt) =================================================================== --- lutinmatrix/tags/1.2/changelog.txt (rev 0) +++ lutinmatrix/tags/1.2/changelog.txt 2009-02-18 19:03:52 UTC (rev 115) @@ -0,0 +1,46 @@ +ver-1.2 chemit 20090218 + * Switch to lutinutil 1.0 + * Use lutinproject:3.4 + +ver-1.1 + * Switch to LGPL v3 + * Update site on maven2 + * Comment lutinxml dependent tests + * Remove unnecessary files + * Update pom (super-pom, version) + +ver-0-17 + * suppress MatrixNDXMLConverter.java and MatrixXMLDelegator.java + * add reduceDims method to reduce on specific dimension + * add sumAll to compute the sum on all value in matrix + +ver-0-16 + * support matrix 1D for importCSV + * add sumOverDim(dim, start, nb) + +ver-0-15 + + * add DoubleBigVector backend for matrix + * add SemanticList to keep semantics (list with optimized indexOf) + * MatrixPanel throw event when past is done in matrix + +ver-0-14 + + * correction bug importCSV et convertStringToList qui ne comprennaient pas + les exposants: 5.0E-7 + +ver-0-13 + + * ajout du menu contextuel + * ajout d'optimisation + +ver-0-12 + + * utilisation de l'interface vector pour representer la matrice dans la + couche la plus basse + * utilisation de double dans les signatures seul l'implantation des + vectors peuvent utiliser les floats si besoin + +ver-0-11 + + * utilisation de float a la place de double Deleted: lutinmatrix/tags/1.2/pom.xml =================================================================== --- lutinmatrix/trunk/pom.xml 2009-02-18 10:19:09 UTC (rev 111) +++ lutinmatrix/tags/1.2/pom.xml 2009-02-18 19:03:52 UTC (rev 115) @@ -1,176 +0,0 @@ -<?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> - - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - - <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinproject</artifactId> - <version>3.4-SNAPSHOT</version> - </parent> - - <artifactId>lutinmatrix</artifactId> - <version>1.2-SNAPSHOT</version> - - <dependencies> - - <dependency> - <groupId>org.codelutin</groupId> - <artifactId>lutinutil</artifactId> - <version>${lutinutil.version}</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.4</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>commons-primitives</groupId> - <artifactId>commons-primitives</artifactId> - <version>1.0</version> - <scope>compile</scope> - </dependency> - - </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>LutinMatrix</name> - <description>Librairie de matrice multi-dimensions.</description> - <inceptionYear>2004</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>jar</packaging> - - <properties> - <!-- id du projet du labs --> - <labs.id>63</labs.id> - <labs.project>${project.artifactId}</labs.project> - <i18n.version>0.9-SNAPSHOT</i18n.version> - </properties> - - <build> - <plugins> - - <!-- plugin i18n --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <version>${i18n.version}</version> - <executions> - <execution> - <goals> - <goal>parserJava</goal> - <goal>gen</goal> - </goals> - </execution> - </executions> - </plugin> - - <!-- Always process jrst files, but only called on pre-site phase --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-jrst-plugin</artifactId> - <version>${jrst.version}</version> - <configuration> - <directoryIn>${maven.src.dir}/site</directoryIn> - <directoryOut>${maven.site.gen.dir}</directoryOut> - <defaultLocale>fr</defaultLocale> - <inputEncoding>${maven.compile.encoding}</inputEncoding> - <outputEncoding>${maven.compile.encoding}</outputEncoding> - </configuration> - <executions> - <execution> - <phase>pre-site</phase> - <goals> - <goal>jrst</goal> - </goals> - </execution> - </executions> - </plugin> - - </plugins> - </build> - - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - - <!--Source control management--> - <scm> - <connection>${maven.scm.connection}</connection> - <developerConnection>${maven.scm.developerConnection}</developerConnection> - <url>${maven.scm.url}</url> - </scm> - - <!--Code Lutin Repository--> - <repositories> - <repository> - <id>codelutin-repository</id> - <name>CodeLutinRepository</name> - <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> - <snapshots> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </snapshots> - <releases> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </releases> - </repository> - </repositories> - - <profiles> - <profile> - <id>release-profile</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - <build> - <plugins> - - <!-- always add license and third-party files to classpath --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-license-switcher-plugin</artifactId> - <version>${license-switcher.version}</version> - <configuration> - <licenseName>${license-switcher.licenseName}</licenseName> - </configuration> - <executions> - <execution> - <id>attach-licenses</id> - <goals> - <goal>license</goal> - <goal>third-party</goal> - </goals> - </execution> - </executions> - </plugin> - - </plugins> - - </build> - </profile> - </profiles> - -</project> Copied: lutinmatrix/tags/1.2/pom.xml (from rev 114, lutinmatrix/trunk/pom.xml) =================================================================== --- lutinmatrix/tags/1.2/pom.xml (rev 0) +++ lutinmatrix/tags/1.2/pom.xml 2009-02-18 19:03:52 UTC (rev 115) @@ -0,0 +1,177 @@ +<?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> + + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + + <parent> + <groupId>org.codelutin</groupId> + <artifactId>lutinproject</artifactId> + <version>3.4</version> + </parent> + + <artifactId>lutinmatrix</artifactId> + <version>1.2</version> + + <dependencies> + + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinutil</artifactId> + <version>${lutinutil.version}</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.4</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>commons-primitives</groupId> + <artifactId>commons-primitives</artifactId> + <version>1.0</version> + <scope>compile</scope> + </dependency> + + </dependencies> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + + <name>LutinMatrix</name> + <description>Librairie de matrice multi-dimensions.</description> + <inceptionYear>2004</inceptionYear> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + + <packaging>jar</packaging> + + <properties> + <!-- id du projet du labs --> + <labs.id>63</labs.id> + <labs.project>${project.artifactId}</labs.project> + + <i18n.version>0.9</i18n.version> + <lutinutil.version>1.0.3</lutinutil.version> + </properties> + + <build> + <plugins> + + <!-- plugin i18n --> + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <version>${i18n.version}</version> + <executions> + <execution> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + </execution> + </executions> + </plugin> + + <!-- Always process jrst files, but only called on pre-site phase --> + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-jrst-plugin</artifactId> + <version>0.8.4</version> + <configuration> + <directoryIn>${maven.src.dir}/site</directoryIn> + <directoryOut>${maven.site.gen.dir}</directoryOut> + <defaultLocale>fr</defaultLocale> + <inputEncoding>${project.build.sourceEncoding}</inputEncoding> + <outputEncoding>${project.build.sourceEncoding}</outputEncoding> + </configuration> + <executions> + <execution> + <phase>pre-site</phase> + <goals> + <goal>jrst</goal> + </goals> + </execution> + </executions> + </plugin> + + </plugins> + </build> + + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + + <!--Source control management--> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinmatrix/lutinmatrix/tags/1.2</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinmatrix/lutinmatrix/tags/1.2</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinmatrix/tags/1.2?root=lutinmatrix</url> + </scm> + + <!--Code Lutin Repository--> + <repositories> + <repository> + <id>codelutin-repository</id> + <name>CodeLutinRepository</name> + <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> + <snapshots> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </snapshots> + <releases> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </releases> + </repository> + </repositories> + + <profiles> + <profile> + <id>release-profile</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + <build> + <plugins> + + <!-- always add license and third-party files to classpath --> + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-license-switcher-plugin</artifactId> + <version>0.6</version> + <configuration> + <licenseName>${license-switcher.licenseName}</licenseName> + </configuration> + <executions> + <execution> + <id>attach-licenses</id> + <goals> + <goal>license</goal> + <goal>third-party</goal> + </goals> + </execution> + </executions> + </plugin> + + </plugins> + + </build> + </profile> + </profiles> + +</project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org