Author: glandais Date: 2008-02-12 10:31:30 +0000 (Tue, 12 Feb 2008) New Revision: 860 Added: trunk/simexplorer-is/.classpath Removed: trunk/simexplorer-is/simexplorer-is-ear/profiles.xml trunk/simexplorer-is/simexplorer-is-entities/profiles.xml trunk/simexplorer-is/simexplorer-is-security/profiles.xml trunk/simexplorer-is/simexplorer-is-service/profiles.xml trunk/simexplorer-is/simexplorer-is-storage/profiles.xml trunk/simexplorer-is/simexplorer-is-swing/profiles.xml trunk/simexplorer-is/simexplorer-is-web/profiles.xml Modified: trunk/simexplorer-is/simexplorer-is-entities/pom.xml trunk/simexplorer-is/simexplorer-is-storage/pom.xml trunk/simexplorer-is/simexplorer-is-swing/pom.xml Log: Eclipse is your friend... Added: trunk/simexplorer-is/.classpath =================================================================== --- trunk/simexplorer-is/.classpath (rev 0) +++ trunk/simexplorer-is/.classpath 2008-02-12 10:31:30 UTC (rev 860) @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="simexplorer-is-entities/src/test"/> + <classpathentry kind="src" path="simexplorer-is-swing/src/test"/> + <classpathentry kind="src" path="simexplorer-is-ear/src/java"/> + <classpathentry kind="src" path="simexplorer-is-swing/src/resources"/> + <classpathentry kind="src" path="simexplorer-is-swing/target/gen/java"/> + <classpathentry kind="src" path="simexplorer-is-swing/src/java"/> + <classpathentry kind="src" path="simexplorer-is-web/src/resources"/> + <classpathentry kind="src" path="simexplorer-is-web/src/java"/> + <classpathentry kind="src" path="simexplorer-is-service/src/resources"/> + <classpathentry kind="src" path="simexplorer-is-service/src/java"/> + <classpathentry kind="src" path="simexplorer-is-service/src/test"/> + <classpathentry kind="src" path="simexplorer-is-security/src/test"/> + <classpathentry kind="src" path="simexplorer-is-security/src/java"/> + <classpathentry kind="src" path="simexplorer-is-security/src/resources"/> + <classpathentry kind="src" path="simexplorer-is-storage/src/java"/> + <classpathentry kind="src" path="simexplorer-is-storage/src/test"/> + <classpathentry kind="src" path="simexplorer-is-storage/src/resources"/> + <classpathentry kind="src" path="simexplorer-is-entities/src/resources"/> + <classpathentry kind="src" path="simexplorer-is-entities/src/java"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER/modules"/> + <classpathentry kind="output" path="bin"/> +</classpath> Deleted: trunk/simexplorer-is/simexplorer-is-ear/profiles.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-ear/profiles.xml 2008-02-12 01:43:29 UTC (rev 859) +++ trunk/simexplorer-is/simexplorer-is-ear/profiles.xml 2008-02-12 10:31:30 UTC (rev 860) @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<settings 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/settings-1.0.0.xsd"> - <profiles> - <profile> - <id>project</id> - <properties> - </properties> - </profile> - </profiles> -</settings> \ No newline at end of file Modified: trunk/simexplorer-is/simexplorer-is-entities/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-entities/pom.xml 2008-02-12 01:43:29 UTC (rev 859) +++ trunk/simexplorer-is/simexplorer-is-entities/pom.xml 2008-02-12 10:31:30 UTC (rev 860) @@ -19,32 +19,42 @@ <version>0.0.1-SNAPSHOT</version> </parent> - <build> - <plugins> - <plugin> - <groupId>lutinplugin</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <version>0.2-SNAPSHOT</version> - <configuration> - <bundles> - <param>fr_FR</param> - <param>en_GB</param> - </bundles> - </configuration> - <executions> - <execution> - <phase>compile</phase> - <goals> - <goal>parserJava</goal> - <goal>gen</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> + <profiles> + <profile> + <id>project</id> + <properties> + <!--force unit tests to be launched--> + <maven.test.skip>false</maven.test.skip> + </properties> + </profile> + </profiles> - <dependencies> + <build> + <plugins> + <plugin> + <groupId>lutinplugin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <version>0.2-SNAPSHOT</version> + <configuration> + <bundles> + <param>fr_FR</param> + <param>en_GB</param> + </bundles> + </configuration> + <executions> + <execution> + <phase>compile</phase> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <dependencies> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> Deleted: trunk/simexplorer-is/simexplorer-is-entities/profiles.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-entities/profiles.xml 2008-02-12 01:43:29 UTC (rev 859) +++ trunk/simexplorer-is/simexplorer-is-entities/profiles.xml 2008-02-12 10:31:30 UTC (rev 860) @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<settings 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/settings-1.0.0.xsd"> - <profiles> - <profile> - <id>project</id> - <properties> - <!--force unit tests to be launched--> - <maven.test.skip>false</maven.test.skip> - </properties> - </profile> - </profiles> -</settings> \ No newline at end of file Deleted: trunk/simexplorer-is/simexplorer-is-security/profiles.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-security/profiles.xml 2008-02-12 01:43:29 UTC (rev 859) +++ trunk/simexplorer-is/simexplorer-is-security/profiles.xml 2008-02-12 10:31:30 UTC (rev 860) @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<settings 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/settings-1.0.0.xsd"> - <profiles> - <profile> - <id>project</id> - <properties> - </properties> - </profile> - </profiles> -</settings> \ No newline at end of file Deleted: trunk/simexplorer-is/simexplorer-is-service/profiles.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-service/profiles.xml 2008-02-12 01:43:29 UTC (rev 859) +++ trunk/simexplorer-is/simexplorer-is-service/profiles.xml 2008-02-12 10:31:30 UTC (rev 860) @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<settings 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/settings-1.0.0.xsd"> - <profiles> - <profile> - <id>project</id> - <properties> - </properties> - </profile> - </profiles> -</settings> \ No newline at end of file Modified: trunk/simexplorer-is/simexplorer-is-storage/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-storage/pom.xml 2008-02-12 01:43:29 UTC (rev 859) +++ trunk/simexplorer-is/simexplorer-is-storage/pom.xml 2008-02-12 10:31:30 UTC (rev 860) @@ -18,6 +18,16 @@ <version>0.0.1-SNAPSHOT</version> </parent> + <profiles> + <profile> + <id>project</id> + <properties> + <!--launch unit tests--> + <maven.test.skip>false</maven.test.skip> + </properties> + </profile> + </profiles> + <!--build> <plugins> <plugin> Deleted: trunk/simexplorer-is/simexplorer-is-storage/profiles.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-storage/profiles.xml 2008-02-12 01:43:29 UTC (rev 859) +++ trunk/simexplorer-is/simexplorer-is-storage/profiles.xml 2008-02-12 10:31:30 UTC (rev 860) @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<settings 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/settings-1.0.0.xsd"> - <profiles> - <profile> - <id>project</id> - <properties> - <!--launch unit tests--> - <maven.test.skip>false</maven.test.skip> - </properties> - </profile> - </profiles> -</settings> \ No newline at end of file Modified: trunk/simexplorer-is/simexplorer-is-swing/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-swing/pom.xml 2008-02-12 01:43:29 UTC (rev 859) +++ trunk/simexplorer-is/simexplorer-is-swing/pom.xml 2008-02-12 10:31:30 UTC (rev 860) @@ -19,6 +19,20 @@ <version>0.0.1-SNAPSHOT</version> </parent> + <profiles> + <profile> + <id>project</id> + <properties> + <!--Source base dir--> + <maven.src.dir>${basedir}/target/src-build</maven.src.dir> + <!--Main class in JAR --> + <maven.jar.main.class> + fr.cemagref.simexplorer.is.ui.SimExplorer + </maven.jar.main.class> + </properties> + </profile> + </profiles> + <build> <plugins> <!--Attaching processor plugin to the Build Lifecycle--> Deleted: trunk/simexplorer-is/simexplorer-is-swing/profiles.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-swing/profiles.xml 2008-02-12 01:43:29 UTC (rev 859) +++ trunk/simexplorer-is/simexplorer-is-swing/profiles.xml 2008-02-12 10:31:30 UTC (rev 860) @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<settings 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/settings-1.0.0.xsd"> - <profiles> - <profile> - <id>project</id> - <properties> - <!--Source base dir--> - <maven.src.dir>${basedir}/target/src-build</maven.src.dir> - <!--Main class in JAR --> - <maven.jar.main.class> - fr.cemagref.simexplorer.is.ui.SimExplorer - </maven.jar.main.class> - </properties> - </profile> - </profiles> -</settings> \ No newline at end of file Deleted: trunk/simexplorer-is/simexplorer-is-web/profiles.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-web/profiles.xml 2008-02-12 01:43:29 UTC (rev 859) +++ trunk/simexplorer-is/simexplorer-is-web/profiles.xml 2008-02-12 10:31:30 UTC (rev 860) @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<settings 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/settings-1.0.0.xsd"> - <profiles> - <profile> - <id>project</id> - <properties> - </properties> - </profile> - </profiles> -</settings> \ No newline at end of file
participants (1)
-
glandais@users.labs.libre-entreprise.org