r2724 - in trunk: . lima-main lima-main/src/main/assembly src/site
Author: tchemit Date: 2009-11-04 15:36:03 +0100 (Wed, 04 Nov 2009) New Revision: 2724 Modified: trunk/lima-main/pom.xml trunk/lima-main/src/main/assembly/bin.xml trunk/pom.xml trunk/src/site/site_fr.xml Log: do not attach include artifacts in redmine release Modified: trunk/lima-main/pom.xml =================================================================== --- trunk/lima-main/pom.xml 2009-11-03 19:50:55 UTC (rev 2723) +++ trunk/lima-main/pom.xml 2009-11-04 14:36:03 UTC (rev 2724) @@ -117,6 +117,7 @@ <!--Main class in JAR --> <maven.jar.main.class>org.chorem.lima.Main</maven.jar.main.class> + <redmine.releaseFiles>target/${project.artifactId}-${project.version}-bin.zip,</redmine.releaseFiles> </properties> <packaging>jar</packaging> Modified: trunk/lima-main/src/main/assembly/bin.xml =================================================================== --- trunk/lima-main/src/main/assembly/bin.xml 2009-11-03 19:50:55 UTC (rev 2723) +++ trunk/lima-main/src/main/assembly/bin.xml 2009-11-04 14:36:03 UTC (rev 2724) @@ -17,7 +17,7 @@ <scope>runtime</scope> </dependencySet> </dependencySets> --> - + <files> <file> <source>target/${project.build.finalName}.${project.packaging}</source> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-03 19:50:55 UTC (rev 2723) +++ trunk/pom.xml 2009-11-04 14:36:03 UTC (rev 2724) @@ -209,7 +209,8 @@ <!-- license to use --> <license.licenseName>gpl_v3</license.licenseName> - + <!-- do not deploy build artifacts --> + <helper.includeAttached>false</helper.includeAttached> </properties> Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2009-11-03 19:50:55 UTC (rev 2723) +++ trunk/src/site/site_fr.xml 2009-11-04 14:36:03 UTC (rev 2724) @@ -17,6 +17,7 @@ <item name="Présentation" href="presentation.html"/> <item name="ScreenShots" href="screenshots.html"/> <item name="Features" href="features.html"/> + <item name="Lancer Lima" href="lima-main/jnlp/launch.jnlp" /> <item name="Téléchargements" href="http://chorem.org/projects/list_files/lima" /> <item name="Lexique comptable" href="lexique.html" /> <item name="Contacts" href="contact.html" />
participants (1)
-
tchemit@users.chorem.org