Skip to content

Commit

Permalink
chore(product): restore build of product for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentpetit committed Feb 13, 2014
1 parent 55411b1 commit d2b79e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions ccw.product/pom.xml
Expand Up @@ -66,7 +66,6 @@
</configuration>
</configuration>
</execution>
<!--
<execution>
<id>install-win32-win32-x86-ccw</id>
<phase>package</phase>
Expand Down Expand Up @@ -303,7 +302,6 @@
</configuration>
</configuration>
</execution>
-->
<execution>
<id>install-macosx-cocoa-x86_64-ccw</id>
<phase>package</phase>
Expand Down Expand Up @@ -408,7 +406,6 @@
<target name="rename archives with version numbers">
<move file="${basedir}/target/products/ccw-macosx.cocoa.x86_64.zip"
tofile="${basedir}/target/products/ccw-${project.version}-macosx.cocoa.x86_64.zip" />
<!--
<move file="${basedir}/target/products/ccw-linux.gtk.x86.zip"
tofile="${basedir}/target/products/ccw-${project.version}-linux.gtk.x86.zip" />
<move file="${basedir}/target/products/ccw-linux.gtk.x86_64.zip"
Expand All @@ -417,7 +414,6 @@
tofile="${basedir}/target/products/ccw-${project.version}-win32.win32.x86.zip" />
<move file="${basedir}/target/products/ccw-win32.win32.x86_64.zip"
tofile="${basedir}/target/products/ccw-${project.version}-win32.win32.x86_64.zip" />
-->
</target>
</configuration>
</configuration>
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Expand Up @@ -83,7 +83,6 @@
<configuration>
<resolver>p2</resolver>
<environments>
<!--
<environment>
<os>win32</os>
<ws>win32</ws>
Expand All @@ -104,7 +103,6 @@
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
-->
<environment>
<os>macosx</os>
<ws>cocoa</ws>
Expand Down

0 comments on commit d2b79e4

Please sign in to comment.