Author: echatellier Date: 2014-06-10 11:25:38 +0200 (Tue, 10 Jun 2014) New Revision: 180 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/180 Log: Comment full bundles Modified: trunk/faxtomail-ui-swing/pom.xml Modified: trunk/faxtomail-ui-swing/pom.xml =================================================================== --- trunk/faxtomail-ui-swing/pom.xml 2014-06-10 09:21:07 UTC (rev 179) +++ trunk/faxtomail-ui-swing/pom.xml 2014-06-10 09:25:38 UTC (rev 180) @@ -490,9 +490,9 @@ <descriptor> src/main/assembly/standalone.xml </descriptor> - <descriptor> + <!-- <descriptor> src/main/assembly/i18n.xml - </descriptor> + </descriptor> --> </descriptors> </configuration> </execution> @@ -504,12 +504,12 @@ <profile> <id>prepare-full-release</id> - <activation> + <!--<activation> <property> <name>performFullRelease</name> <value>true</value> </property> - </activation> + </activation>--> <properties> <redmine.releaseFiles> @@ -592,12 +592,12 @@ <profile> <id>linux-i586-bundle</id> - <activation> + <!--<activation> <property> <name>performFullRelease</name> <value>true</value> </property> - </activation> + </activation>--> <build> <defaultGoal>package</defaultGoal> <plugins> @@ -658,12 +658,12 @@ <profile> <id>windows-i586-bundle</id> - <activation> + <!--<activation> <property> <name>performFullRelease</name> <value>true</value> </property> - </activation> + </activation>--> <build> <defaultGoal>package</defaultGoal> <plugins> @@ -787,29 +787,5 @@ </plugins> </build> </profile> - - <!--<profile>--> - <!--<id>profiling</id>--> - - <!--<build>--> - <!--<resources>--> - <!--<resource>--> - <!--<directory>src/main/profiling</directory>--> - <!--<includes>--> - <!--<include>**/*</include>--> - <!--</includes>--> - <!--</resource>--> - <!--</resources>--> - <!--</build>--> - - <!--<dependencies>--> - - <!--<dependency>--> - <!--<groupId>org.nuiton</groupId>--> - <!--<artifactId>nuiton-profiling</artifactId>--> - <!--<scope>runtime</scope>--> - <!--</dependency>--> - <!--</dependencies>--> - <!--</profile>--> </profiles> </project> \ No newline at end of file