Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 237320 Details for
Bug 421344
[Graphics] [Themes] fix up o.e.ui.images structure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
A sample SVG to PNG conversion in maven
convert.diff (text/plain), 1.16 KB, created by
Paul Webster
on 2013-11-08 14:40:27 EST
(
hide
)
Description:
A sample SVG to PNG conversion in maven
Filename:
MIME Type:
Creator:
Paul Webster
Created:
2013-11-08 14:40:27 EST
Size:
1.16 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.ui.images/pom.xml b/bundles/org.eclipse.ui.images/pom.xml >index ddcf502..75f6b74 100644 >--- a/bundles/org.eclipse.ui.images/pom.xml >+++ b/bundles/org.eclipse.ui.images/pom.xml >@@ -21,4 +21,31 @@ > <artifactId>org.eclipse.ui.images</artifactId> > <version>1.0.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >+ <build> >+ <plugins> >+ <plugin> >+ <groupId>org.codehaus.mojo</groupId> >+ <artifactId>batik-maven-plugin</artifactId> >+ <version>1.0-beta-1</version> >+ <dependencies> >+ <dependency> >+ <groupId>batik</groupId> >+ <artifactId>batik-transcoder</artifactId> >+ <version>1.6-1</version> >+ <exclusions> >+ <exclusion> >+ <artifactId>fop</artifactId> >+ <groupId>fop</groupId> >+ </exclusion> >+ </exclusions> >+ </dependency> >+ </dependencies> >+ <configuration> >+ <srcDir>eclipse-svg</srcDir> >+ <destDir>eclipse-png</destDir> >+ <destType>png</destType> >+ </configuration> >+ </plugin> >+ </plugins> >+ </build> > </project>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 421344
:
237317
|
237318
| 237320