Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 390020 | Differences between
and this patch

Collapse All | Expand All

(-)a/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml (+53 lines)
Lines 29-34 Link Here
29
    <os>linux</os>
29
    <os>linux</os>
30
    <ws>gtk</ws>
30
    <ws>gtk</ws>
31
    <arch>x86_64</arch>
31
    <arch>x86_64</arch>
32
    <buildid>${unqualifiedVersion}.${buildQualifier}</buildid>
32
  </properties>
33
  </properties>
33
34
34
  <!--dependencies>
35
  <!--dependencies>
Lines 40-45 Link Here
40
    </dependency>
41
    </dependency>
41
  </dependencies-->
42
  </dependencies-->
42
43
44
  <build>
45
    <plugins>
46
      <plugin>
47
        <artifactId>maven-antrun-plugin</artifactId>
48
        <version>1.7</version>
49
        <executions>
50
          <execution>
51
            <id>swtdownload</id>
52
            <phase>package</phase>
53
            <configuration>
54
              <target>
55
                <ant antfile="build.xml" target="swtdownload" />
56
              </target>
57
            </configuration>
58
            <goals>
59
              <goal>run</goal>
60
            </goals>
61
          </execution>
62
        </executions>
63
        <dependencies>
64
          <dependency>
65
            <groupId>com.sun</groupId>
66
            <artifactId>tools</artifactId>
67
            <version>0.0.0</version> 
68
            <scope>system</scope>
69
            <systemPath>${java.home}/../lib/tools.jar</systemPath>
70
          </dependency>
71
          <dependency>
72
            <groupId>bsf</groupId>
73
            <artifactId>bsf</artifactId>
74
            <version>2.4.0</version>
75
          </dependency>
76
          <dependency>
77
            <groupId>rhino</groupId>
78
            <artifactId>js</artifactId>
79
            <version>1.7R2</version>
80
          </dependency>
81
          <dependency>
82
            <groupId>org.apache.ant</groupId>
83
            <artifactId>ant-apache-bsf</artifactId>
84
            <version>1.8.3</version>
85
          </dependency>
86
          <dependency>
87
            <groupId>org.apache.ant</groupId>
88
            <artifactId>ant-nodeps</artifactId>
89
            <version>1.8.1</version>
90
          </dependency>
91
        </dependencies>
92
      </plugin>
93
    </plugins>
94
  </build>
95
43
  <!-- This has to be here. Profiles are not inheritable. -->
96
  <!-- This has to be here. Profiles are not inheritable. -->
44
  <profiles>
97
  <profiles>
45
    <profile>
98
    <profile>

Return to bug 390020