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 421344
Collapse All | Expand All

(-)a/bundles/org.eclipse.ui.images/pom.xml (+27 lines)
Lines 21-24 Link Here
21
  <artifactId>org.eclipse.ui.images</artifactId>
21
  <artifactId>org.eclipse.ui.images</artifactId>
22
  <version>1.0.0-SNAPSHOT</version>
22
  <version>1.0.0-SNAPSHOT</version>
23
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
24
  <build>
25
    <plugins>
26
      <plugin>
27
        <groupId>org.codehaus.mojo</groupId>
28
        <artifactId>batik-maven-plugin</artifactId>
29
        <version>1.0-beta-1</version>
30
        <dependencies>
31
          <dependency>
32
            <groupId>batik</groupId>
33
            <artifactId>batik-transcoder</artifactId>
34
            <version>1.6-1</version>
35
            <exclusions>
36
              <exclusion>
37
                <artifactId>fop</artifactId>
38
                <groupId>fop</groupId>
39
              </exclusion>
40
            </exclusions>
41
          </dependency>
42
        </dependencies>
43
        <configuration>
44
          <srcDir>eclipse-svg</srcDir>
45
          <destDir>eclipse-png</destDir>
46
          <destType>png</destType>
47
        </configuration>
48
      </plugin>
49
    </plugins>
50
  </build>
24
</project>
51
</project>

Return to bug 421344