Author: tchemit Date: 2008-04-07 21:33:29 +0000 (Mon, 07 Apr 2008) New Revision: 41 Removed: trunk/profiles.xml Modified: trunk/pom.xml Log: preparation isis-fish-data:3.1.3 suppression du fichier profiles.xml mal reconnu dans les ide Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-04-07 21:05:40 UTC (rev 40) +++ trunk/pom.xml 2008-04-07 21:33:29 UTC (rev 41) @@ -24,7 +24,7 @@ <packaging>jar</packaging> <!--Version--> - <version>3.1.0</version> + <version>3.1.3</version> <!--Description--> <description>Data for Isis-fish</description> @@ -46,7 +46,7 @@ <dependency> <groupId>ifremer</groupId> <artifactId>isis-fish</artifactId> - <version>3.1.0</version> + <version>3.1.2</version> <scope>compile</scope> </dependency> </dependencies> @@ -58,4 +58,40 @@ </site> </distributionManagement> + <!--Definition of profiles--> + <profiles> + <profile> + <id>codelutin-repository</id> + + <activation> + <activeByDefault>true</activeByDefault> + </activation> + + <properties> + <maven.src.dir>${basedir}/src</maven.src.dir> + <maven.test.skip>true</maven.test.skip> + <maven.compile.source>1.5</maven.compile.source> + <maven.compile.target>1.5</maven.compile.target> + </properties> + + <repositories> + <repository> + <id>codelutin-lib</id> + <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> + </repository> + </repositories> + + <pluginRepositories> + <pluginRepository> + <id>codelutin-plugin</id> + <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> + </pluginRepository> + </pluginRepositories> + </profile> + </profiles> + + <!--List of profiles that are active for all builds.--> + <!--activeProfiles> + <activeProfile>codelutin-repository</activeProfile> + </activeProfiles--> </project> Deleted: trunk/profiles.xml =================================================================== --- trunk/profiles.xml 2008-04-07 21:05:40 UTC (rev 40) +++ trunk/profiles.xml 2008-04-07 21:33:29 UTC (rev 41) @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<settings> - <!--Definition of profiles--> - <profiles> - <profile> - <id>codelutin-repository</id> - - <activation> - <activeByDefault>true</activeByDefault> - </activation> - - <properties> - <maven.src.dir>${basedir}/src</maven.src.dir> - <maven.test.skip>true</maven.test.skip> - <maven.compile.source>1.5</maven.compile.source> - <maven.compile.target>1.5</maven.compile.target> - </properties> - - <repositories> - <repository> - <id>codelutin-lib</id> - <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> - </repository> - </repositories> - - <pluginRepositories> - <pluginRepository> - <id>codelutin-plugin</id> - <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> - </pluginRepository> - </pluginRepositories> - </profile> - </profiles> - - <!--List of profiles that are active for all builds.--> - <activeProfiles> - <activeProfile>codelutin-repository</activeProfile> - </activeProfiles> -</settings>