Author: tchemit Date: 2013-02-15 21:37:14 +0100 (Fri, 15 Feb 2013) New Revision: 433 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/433 Log: prepare release (make bundles) Modified: trunk/tutti-ui-swing/pom.xml Modified: trunk/tutti-ui-swing/pom.xml =================================================================== --- trunk/tutti-ui-swing/pom.xml 2013-02-15 20:28:55 UTC (rev 432) +++ trunk/tutti-ui-swing/pom.xml 2013-02-15 20:37:14 UTC (rev 433) @@ -417,7 +417,7 @@ <executions> <execution> <id>get-linux-x64-jre</id> - <phase>process-classes</phase> + <phase>prepare-package</phase> <goals> <goal>unpack</goal> </goals> @@ -446,7 +446,7 @@ </configuration> <executions> <execution> - <id>assembly-full</id> + <id>assembly-full-linux-x64</id> <phase>package</phase> <goals> <goal>single</goal> @@ -512,7 +512,7 @@ </configuration> <executions> <execution> - <id>assembly-full</id> + <id>assembly-full-linux-i586</id> <phase>package</phase> <goals> <goal>single</goal> @@ -549,7 +549,7 @@ <executions> <execution> <id>get-windows-i586-jre</id> - <phase>process-classes</phase> + <phase>prepare-package</phase> <goals> <goal>unpack</goal> </goals> @@ -578,7 +578,7 @@ </configuration> <executions> <execution> - <id>assembly-full</id> + <id>assembly-full-windows-i586</id> <phase>package</phase> <goals> <goal>single</goal> @@ -615,7 +615,7 @@ <executions> <execution> <id>get-windows-x64-jre</id> - <phase>process-classes</phase> + <phase>prepare-package</phase> <goals> <goal>unpack</goal> </goals> @@ -644,7 +644,7 @@ </configuration> <executions> <execution> - <id>assembly-full</id> + <id>assembly-full-windows-x64</id> <phase>package</phase> <goals> <goal>single</goal>