Skip to content

Commit

Permalink
[BACKLOG-11041] Updgrade SWT to version 4.6 (#2971)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdamour1976 committed Sep 28, 2016
1 parent 09f9d63 commit 150e6a0
Show file tree
Hide file tree
Showing 29 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion assembly/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<replace file = "${approot.stage.dir}/Data Integration.app/Contents/Info.plist" token="@KETTLE_VERSION_STRING@" value="${dependency.kettle.revision}" />
<!-- Remove the SWT JAR used for compilation -->
<delete quiet="true">
<fileset dir="${approot.stage.dir}/lib" includes="swt*.jar" />
<fileset dir="${approot.stage.dir}/lib" includes="org.eclipse.swt.*.jar" />
</delete>

<antcall target="unzip-swtlibs"/>
Expand Down
4 changes: 2 additions & 2 deletions assembly/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency org="${ivy.artifact.group}" name="kettle-engine" rev="${project.revision}" changing="true" force="true"/>
<dependency org="${ivy.artifact.group}" name="kettle-dbdialog" rev="${project.revision}" changing="true" force="true"/>
<dependency org="${ivy.artifact.group}" name="kettle-ui-swt" rev="${project.revision}" changing="true" force="true">
<exclude name="swt-linux-x86_64"/>
<exclude name="org.eclipse.swt.gtk.linux.x86_64"/>
</dependency>

<dependency org="pentaho" name="pdi-osgi-bridge-core" rev="${dependency.pdi-osgi-bridge.revision}" changing="true" />
Expand Down Expand Up @@ -156,7 +156,7 @@
</dependency>

<!-- The OS-specific libraries are bundled together, unzip them all for assembly -->
<dependency org="org.eclipse" name="swtlibs" rev="4.3.2" conf="swtlibs->default" transitive="false">
<dependency org="org.eclipse.swt" name="swtlibs" rev="4.6" conf="swtlibs->default" transitive="false">
<artifact name="swtlibs" type="zip"/>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
<classpath>
<fileset dir="${lib.dir}">
<include name="*.jar"/>
<exclude name="swt-linux*.jar"/>
<exclude name="org.eclipse.swt.gtk.linux*.jar"/>
<exclude name="kettle-*.jar"/>
</fileset>
<fileset dir="${testlib.dir}">
Expand Down
4 changes: 2 additions & 2 deletions dbdialog/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<!-- Third-party (external) dependencies -->

<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false" />
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false" />

<dependency org="junit" name="junit" rev="4.7" conf="test->default" transitive="false"/>
<dependency org="org.mockito" name="mockito-all" rev="1.9.5" conf="test->default" transitive="false" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</dependency>
<dependency org="${ivy.artifact.group}" name="kettle-dbdialog" rev="${project.revision}" changing="true"/>
<dependency org="${ivy.artifact.group}" name="kettle-ui-swt" rev="${project.revision}" changing="true">
<exclude name="swt-linux-x86_64"/>
<exclude name="org.eclipse.swt.gtk.linux.x86_64"/>
</dependency>

<!-- Common (Unit, Integration) test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/aggregate-rows/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency org="pentaho-kettle" name="kettle-ui-swt" rev="${dependency.kettle.revision}" transitive="false" changing="true"/>

<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/elasticsearch-bulk-insert/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ explicitly covering such access.
<dependency org="pentaho-kettle" name="kettle-core" rev="${dependency.kettle.revision}" transitive="true" changing="true"/>
<dependency org="pentaho-kettle" name="kettle-ui-swt" rev="${dependency.kettle.revision}" transitive="false" changing="true"/>
<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/get-previous-row-field/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency org="pentaho-kettle" name="kettle-ui-swt" rev="${dependency.kettle.revision}" transitive="false" changing="true"/>

<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/googleanalytics/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ explicitly covering such access.
<dependency org="pentaho-kettle" name="kettle-core" rev="${dependency.kettle.revision}" transitive="true" changing="true"/>
<dependency org="pentaho-kettle" name="kettle-ui-swt" rev="${dependency.kettle.revision}" transitive="false" changing="true"/>
<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/gp-bulk-loader/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency org="pentaho-kettle" name="kettle-ui-swt" rev="${dependency.kettle.revision}" transitive="false" changing="true"/>

<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/kettle-drools5-plugin/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency org="org.drools" name="knowledge-internal-api" rev="5.0.1" transitive="true"/>
-->
<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>


Expand Down
2 changes: 1 addition & 1 deletion plugins/kettle-dummy-plugin/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency org="pentaho-kettle" name="kettle-ui-swt" rev="${dependency.kettle.revision}" changing="true"/>

<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<dependency org="junit" name="junit" rev="4.7" conf="test->default"/>
Expand Down
2 changes: 1 addition & 1 deletion plugins/kettle-gpload-plugin/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<dependency org="org.apache.commons" name="commons-vfs2" rev="2.1-20150824" transitive="false"/>
<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/kettle-hl7-plugin/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency org="ca.uhn.hapi" name="hapi-structures-v26" rev="1.1" transitive="false"/>

<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" conf="dev->default" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" conf="dev->default" transitive="false"/>

<dependency org="junit" name="junit" rev="4.7" conf="test->default"/>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugins/kettle-json-plugin/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency org="org.codehaus.jackson" name="jackson-jaxrs" rev="1.9.2" conf="dev->default" transitive="false"/>

<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" conf="dev->default" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" conf="dev->default" transitive="false"/>

<dependency org="junit" name="junit" rev="4.7" conf="test->default"/>
<dependency org="org.mockito" name="mockito-all" rev="1.9.5" conf="test->default" transitive="false" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/kettle-openerp-plugin/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<exclude org="junit" module="junit"/>
</dependency>
<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>
<dependency org="com.debortoliwines.openerp" name="openerp-java-api" rev="1.3.0" conf="default->default" transitive="false"/>

Expand Down
2 changes: 1 addition & 1 deletion plugins/kettle-palo-plugin/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency org="pentaho" name="pentaho-palo-core" rev="${dependency.pentaho-palo-core.revision}" conf="default->default" transitive="false"/>

<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<dependency org="junit" name="junit" rev="4.7" conf="test->default"/>
Expand Down
2 changes: 1 addition & 1 deletion plugins/kettle-s3csvinput-plugin/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency org="net.java.dev.jets3t" name="jets3t" rev="0.7.0" conf="default->default" transitive="false"/>

<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<dependency org="junit" name="junit" rev="4.7" conf="test->default"/>
Expand Down
2 changes: 1 addition & 1 deletion plugins/kettle-shapefilereader-plugin/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency org="pentaho-kettle" name="kettle-ui-swt" rev="${dependency.kettle.revision}" changing="true"/>

<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<dependency org="junit" name="junit" rev="4.7" conf="test->default"/>
Expand Down
2 changes: 1 addition & 1 deletion plugins/kettle-xml-plugin/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency org="commons-validator" name="commons-validator" rev="1.3.1" conf="dev->default" transitive="false"/>

<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" conf="dev->default" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" conf="dev->default" transitive="false"/>

<dependency org="junit" name="junit" rev="4.7" conf="test->default"/>
<dependency org="org.mockito" name="mockito-all" rev="1.9.5" conf="test->default" transitive="false" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/lucid-db-bulk-loader/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ explicitly covering such access.
<dependency org="pentaho-kettle" name="kettle-core" rev="${dependency.kettle.revision}" transitive="true" changing="true"/>
<dependency org="pentaho-kettle" name="kettle-ui-swt" rev="${dependency.kettle.revision}" transitive="false" changing="true"/>
<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/lucid-db-streaming-loader/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ explicitly covering such access.
<dependency org="pentaho-kettle" name="kettle-core" rev="${dependency.kettle.revision}" transitive="true" changing="true"/>
<dependency org="pentaho-kettle" name="kettle-ui-swt" rev="${dependency.kettle.revision}" transitive="false" changing="true"/>
<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<!-- test dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions plugins/meta-inject-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency.pentaho-kettle.version>7.0-SNAPSHOT</dependency.pentaho-kettle.version>
<guava.version>17.0</guava.version>
<jface.version>3.3.0-I20070606-0010</jface.version>
<swt.version>4.3.2</swt.version>
<swt.version>4.6</swt.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -56,7 +56,7 @@
</dependency>
<dependency>
<groupId>org.eclipse.swt</groupId>
<artifactId>swt-linux-x86_64</artifactId>
<artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
<version>${swt.version}</version>
<scope>compile</scope>
<exclusions>
Expand Down
2 changes: 1 addition & 1 deletion plugins/ms-access-bulk-loader/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ explicitly covering such access.
<dependency org="pentaho-kettle" name="kettle-core" rev="${dependency.kettle.revision}" transitive="true" changing="true"/>
<dependency org="pentaho-kettle" name="kettle-ui-swt" rev="${dependency.kettle.revision}" transitive="false" changing="true"/>
<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/salesforce/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!--dependency org="org.apache.axis" name="axis-saaj" rev="1.4"/-->

<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" conf="dev->default" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" conf="dev->default" transitive="false"/>

<dependency org="junit" name="junit" rev="4.7" conf="test->default"/>
<dependency org="org.mockito" name="mockito-all" rev="1.9.5" conf="test->default" transitive="false" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/ssh2-plugin/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ explicitly covering such access.
<dependency org="pentaho-kettle" name="kettle-core" rev="${dependency.kettle.revision}" transitive="true" changing="true"/>
<dependency org="pentaho-kettle" name="kettle-ui-swt" rev="${dependency.kettle.revision}" transitive="false" changing="true"/>
<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/xml-input-stream/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency org="pentaho-kettle" name="kettle-ui-swt" rev="${dependency.kettle.revision}" transitive="false" changing="true"/>

<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/xml-input/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency org="pentaho-kettle" name="kettle-ui-swt" rev="${dependency.kettle.revision}" transitive="false" changing="true"/>

<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false"/>
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false"/>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion ui/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- Third-party (external) dependencies -->

<!-- SWT it required to compile any version of any architecture will work -->
<dependency org="org.eclipse.swt" name="swt-linux-x86_64" rev="4.3.2" transitive="false" />
<dependency org="org.eclipse.swt" name="org.eclipse.swt.gtk.linux.x86_64" rev="4.6" transitive="false" />

<dependency org="org.eclipse.equinox" name="common" rev="3.3.0-v20070426" transitive="false"/>
<dependency org="org.eclipse" name="jface" rev="3.3.0-I20070606-0010" transitive="false" conf="default->default"/>
Expand Down

0 comments on commit 150e6a0

Please sign in to comment.