Skip to content

Commit

Permalink
[maven-release-plugin] prepare release wix-toolset-3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GregDomjan committed May 3, 2016
1 parent 587fc6a commit 006e557
Show file tree
Hide file tree
Showing 33 changed files with 173 additions and 289 deletions.
10 changes: 4 additions & 6 deletions maven/sdk-toolset/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>

<project 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/maven-v4_0_0.xsd">
<project 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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wixtoolset</groupId>
<artifactId>wix-toolset-parent</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.wixtoolset.maven</groupId>
<artifactId>sdk-toolset</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<packaging>jar</packaging>

<name>WiX SDK Toolset Maven</name>
Expand All @@ -34,8 +33,7 @@
<configuration>
<target name="prepare modules">
<echo>../../${wix.downloadFile}</echo>
<unzip dest="${project.build.directory}/classes/bin" overwrite="false"
src="../../${wix.downloadFile}">
<unzip dest="${project.build.directory}/classes/bin" overwrite="false" src="../../${wix.downloadFile}">
<patternset>
<include name="sdk/*" />
<include name="sdk/x86/*" />
Expand Down
13 changes: 5 additions & 8 deletions maven/wix-bootstrap/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>

<project 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/maven-v4_0_0.xsd">
<project 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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wixtoolset</groupId>
<artifactId>wix-toolset-parent</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.wixtoolset.maven</groupId>
<artifactId>wix-bootstrap</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<packaging>jar</packaging>

<name>WiX Toolset Maven burn bootstrap application</name>
Expand All @@ -34,14 +33,12 @@
<configuration>
<target name="prepare modules">
<echo>../../${wix.downloadFile}</echo>
<unzip dest="${project.build.directory}/classes/bin" overwrite="false"
src="../../${wix.downloadFile}">
<unzip dest="${project.build.directory}/classes/bin" overwrite="false" src="../../${wix.downloadFile}">
<patternset>
<include name="x86/*" />
</patternset>
</unzip>
<unzip dest="${project.build.directory}/classes/bin" overwrite="false"
src="../../${wix.downloadFile.debug}">
<unzip dest="${project.build.directory}/classes/bin" overwrite="false" src="../../${wix.downloadFile.debug}">
<patternset>
<include name="pdbs/x86/burn.pdb" />
</patternset>
Expand Down
12 changes: 5 additions & 7 deletions maven/wix-toolset/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>

<project 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/maven-v4_0_0.xsd">
<project 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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wixtoolset</groupId>
<artifactId>wix-toolset-parent</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.wixtoolset.maven</groupId>
<artifactId>wix-toolset</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<packaging>jar</packaging>

<name>WiX Toolset Maven</name>
Expand All @@ -24,7 +23,7 @@
<dependency>
<groupId>org.wixtoolset.maven</groupId>
<artifactId>wix-bootstrap</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
</dependency>
</dependencies>

Expand All @@ -42,8 +41,7 @@
<configuration>
<target name="prepare modules">
<echo>../../${wix.downloadFile}</echo>
<unzip dest="${zip.unpack}" overwrite="false"
src="../../${wix.downloadFile}">
<unzip dest="${zip.unpack}" overwrite="false" src="../../${wix.downloadFile}">
<patternset>
<include name="*" />
</patternset>
Expand Down
16 changes: 6 additions & 10 deletions nar/balutil-vc10/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project 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/maven-v4_0_0.xsd">
<project 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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wixtoolset</groupId>
<artifactId>wix-toolset-parent</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -19,7 +18,7 @@
<dependency>
<groupId>org.wixtoolset.sdk.nar</groupId>
<artifactId>dutil-vc10</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<type>nar</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -58,20 +57,17 @@
<configuration>
<target name="prepare modules">
<echo>../../${wix.downloadFile}</echo>
<unzip dest="${zip.unpack}" overwrite="false"
src="../../${wix.downloadFile}">
<unzip dest="${zip.unpack}" overwrite="false" src="../../${wix.downloadFile}">
<patternset>
<include name="sdk/inc/**/*" />
</patternset>
</unzip>
<unzip dest="${zip.unpack}" overwrite="false"
src="../../${wix.downloadFile}">
<unzip dest="${zip.unpack}" overwrite="false" src="../../${wix.downloadFile}">
<patternset>
<include name="sdk/vs*/**/balutil*" />
</patternset>
<mapper>
<mapper type="regexp" from="^sdk/vs2010/lib/(.*)/(.*\.lib)"
to="sdk/\1/\2" />
<mapper type="regexp" from="^sdk/vs2010/lib/(.*)/(.*\.lib)" to="sdk/\1/\2" />
</mapper>
</unzip>
</target>
Expand Down
16 changes: 6 additions & 10 deletions nar/balutil-vc11/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project 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/maven-v4_0_0.xsd">
<project 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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wixtoolset</groupId>
<artifactId>wix-toolset-parent</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -19,7 +18,7 @@
<dependency>
<groupId>org.wixtoolset.sdk.nar</groupId>
<artifactId>dutil-vc11</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<type>nar</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -58,20 +57,17 @@
<configuration>
<target name="prepare modules">
<echo>../../${wix.downloadFile}</echo>
<unzip dest="${zip.unpack}" overwrite="false"
src="../../${wix.downloadFile}">
<unzip dest="${zip.unpack}" overwrite="false" src="../../${wix.downloadFile}">
<patternset>
<include name="sdk/inc/**/*" />
</patternset>
</unzip>
<unzip dest="${zip.unpack}" overwrite="false"
src="../../${wix.downloadFile}">
<unzip dest="${zip.unpack}" overwrite="false" src="../../${wix.downloadFile}">
<patternset>
<include name="sdk/vs*/**/balutil*" />
</patternset>
<mapper>
<mapper type="regexp" from="^sdk/vs2012/lib/(.*)/(.*\.lib)"
to="sdk/\1/\2" />
<mapper type="regexp" from="^sdk/vs2012/lib/(.*)/(.*\.lib)" to="sdk/\1/\2" />
</mapper>
</unzip>
</target>
Expand Down
16 changes: 6 additions & 10 deletions nar/balutil-vc12/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project 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/maven-v4_0_0.xsd">
<project 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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wixtoolset</groupId>
<artifactId>wix-toolset-parent</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -19,7 +18,7 @@
<dependency>
<groupId>org.wixtoolset.sdk.nar</groupId>
<artifactId>dutil-vc12</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<type>nar</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -58,20 +57,17 @@
<configuration>
<target name="prepare modules">
<echo>../../${wix.downloadFile}</echo>
<unzip dest="${zip.unpack}" overwrite="false"
src="../../${wix.downloadFile}">
<unzip dest="${zip.unpack}" overwrite="false" src="../../${wix.downloadFile}">
<patternset>
<include name="sdk/inc/**/*" />
</patternset>
</unzip>
<unzip dest="${zip.unpack}" overwrite="false"
src="../../${wix.downloadFile}">
<unzip dest="${zip.unpack}" overwrite="false" src="../../${wix.downloadFile}">
<patternset>
<include name="sdk/vs*/**/balutil*" />
</patternset>
<mapper>
<mapper type="regexp" from="^sdk/vs2013/lib/(.*)/(.*\.lib)"
to="sdk/\1/\2" />
<mapper type="regexp" from="^sdk/vs2013/lib/(.*)/(.*\.lib)" to="sdk/\1/\2" />
</mapper>
</unzip>
</target>
Expand Down
16 changes: 6 additions & 10 deletions nar/balutil-vc9/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project 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/maven-v4_0_0.xsd">
<project 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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wixtoolset</groupId>
<artifactId>wix-toolset-parent</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -19,7 +18,7 @@
<dependency>
<groupId>org.wixtoolset.sdk.nar</groupId>
<artifactId>dutil-vc9</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<type>nar</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -58,20 +57,17 @@
<configuration>
<target name="prepare modules">
<echo>../../${wix.downloadFile}</echo>
<unzip dest="${zip.unpack}" overwrite="false"
src="../../${wix.downloadFile}">
<unzip dest="${zip.unpack}" overwrite="false" src="../../${wix.downloadFile}">
<patternset>
<include name="sdk/inc/**/*" />
</patternset>
</unzip>
<unzip dest="${zip.unpack}" overwrite="false"
src="../../${wix.downloadFile}">
<unzip dest="${zip.unpack}" overwrite="false" src="../../${wix.downloadFile}">
<patternset>
<include name="sdk/vs*/**/balutil*" />
</patternset>
<mapper>
<mapper type="regexp" from="^sdk/vs2008/lib/(.*)/(.*\.lib)"
to="sdk/\1/\2" />
<mapper type="regexp" from="^sdk/vs2008/lib/(.*)/(.*\.lib)" to="sdk/\1/\2" />
</mapper>
</unzip>
</target>
Expand Down
25 changes: 9 additions & 16 deletions nar/balutil/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project 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/maven-v4_0_0.xsd">
<project 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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wixtoolset</groupId>
<artifactId>wix-toolset-parent</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -19,7 +18,7 @@
<dependency>
<groupId>org.wixtoolset.sdk.nar</groupId>
<artifactId>dutil</artifactId>
<version>3.9.2-SNAPSHOT</version>
<version>3.9.2</version>
<type>nar</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -65,26 +64,20 @@
<configuration>
<target name="prepare modules">
<echo>../../${wix.downloadFile}</echo>
<unzip dest="${zip.unpack}" overwrite="false"
src="../../${wix.downloadFile}">
<unzip dest="${zip.unpack}" overwrite="false" src="../../${wix.downloadFile}">
<patternset>
<include name="sdk/inc/**/*" />
</patternset>
</unzip>
<unzip dest="${zip.unpack}" overwrite="false"
src="../../${wix.downloadFile}">
<unzip dest="${zip.unpack}" overwrite="false" src="../../${wix.downloadFile}">
<patternset>
<include name="sdk/vs*/**/balutil*" />
</patternset>
<mapper>
<mapper type="regexp" from="^sdk/vs2008/lib/(.*)/(.*\.lib)"
to="sdk/\1/msvc9/\2" />
<mapper type="regexp" from="^sdk/vs2010/lib/(.*)/(.*\.lib)"
to="sdk/\1/msvc10/\2" />
<mapper type="regexp" from="^sdk/vs2012/lib/(.*)/(.*\.lib)"
to="sdk/\1/msvc11/\2" />
<mapper type="regexp" from="^sdk/vs2013/lib/(.*)/(.*\.lib)"
to="sdk/\1/msvc12/\2" />
<mapper type="regexp" from="^sdk/vs2008/lib/(.*)/(.*\.lib)" to="sdk/\1/msvc9/\2" />
<mapper type="regexp" from="^sdk/vs2010/lib/(.*)/(.*\.lib)" to="sdk/\1/msvc10/\2" />
<mapper type="regexp" from="^sdk/vs2012/lib/(.*)/(.*\.lib)" to="sdk/\1/msvc11/\2" />
<mapper type="regexp" from="^sdk/vs2013/lib/(.*)/(.*\.lib)" to="sdk/\1/msvc12/\2" />
</mapper>
</unzip>
</target>
Expand Down
Loading

0 comments on commit 006e557

Please sign in to comment.