Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Add Batik Codec to Batik project
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeatcompeople committed Jun 2, 2020
1 parent 5773274 commit a98dfa1
Show file tree
Hide file tree
Showing 14 changed files with 164 additions and 4 deletions.
1 change: 1 addition & 0 deletions org.apache.batik/.classpath
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="batik-codec-1.11.jar"/>
<classpathentry exported="true" kind="lib" path="xmlgraphics-commons-2.3.jar"/>
<classpathentry exported="true" kind="lib" path="batik-awt-util-1.11.jar"/>
<classpathentry exported="true" kind="lib" path="batik-script-1.11.jar"/>
Expand Down
6 changes: 5 additions & 1 deletion org.apache.batik/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Bundle-ClassPath: batik-bridge-1.11.jar,
batik-constants-1.11.jar,
batik-script-1.11.jar,
batik-awt-util-1.11.jar,
xmlgraphics-commons-2.3.jar
xmlgraphics-commons-2.3.jar,
batik-codec-1.11.jar
Export-Package: org.apache.batik,
org.apache.batik.anim,
org.apache.batik.anim.dom,
Expand Down Expand Up @@ -51,6 +52,9 @@ Export-Package: org.apache.batik,
org.apache.batik.ext.awt.g2d,
org.apache.batik.ext.awt.geom,
org.apache.batik.ext.awt.image,
org.apache.batik.ext.awt.image.codec.imageio,
org.apache.batik.ext.awt.image.codec.png,
org.apache.batik.ext.awt.image.codec.util,
org.apache.batik.ext.awt.image.renderable,
org.apache.batik.ext.awt.image.rendered,
org.apache.batik.ext.awt.image.spi,
Expand Down
Binary file added org.apache.batik/batik-codec-1.11.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion org.apache.batik/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ bin.includes = .classpath,\
batik-script-1.11.jar,\
batik-awt-util-1.11.jar,\
xmlgraphics-commons-2.3.jar,\
batik-parser-1.11.jar
batik-parser-1.11.jar,\
batik-codec-1.11.jar

Binary file added org.apache.batik/fop-transcoder-allinone-2.3.jar
Binary file not shown.
Binary file added org.apache.batik/js.jar
Binary file not shown.
Binary file added org.apache.batik/serializer-2.7.2.jar
Binary file not shown.
Binary file added org.apache.batik/xalan-2.7.2.jar
Binary file not shown.
Binary file added org.apache.batik/xercesImpl-2.9.1.jar
Binary file not shown.
Binary file added org.apache.batik/xml-apis-1.3.04.jar
Binary file not shown.
Binary file added org.apache.batik/xml-apis-ext-1.3.04.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion org.eclipse.riena.core.log4j2.apiconfig/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
output.. = bin/
bin.includes = META-INF/,\
.
.,\
readme.md
153 changes: 153 additions & 0 deletions org.eclipse.riena.example.client/icons/0410.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void configureRidgets() {
final IActionRidget button1 = getRidget(IActionRidget.class, "button1");
final IActionRidget button2 = getRidget(IActionRidget.class, "button2");
final IActionRidget button3 = getRidget(IActionRidget.class, "button3");
button1.setIcon("cloud", IconSize.F128);
button1.setIcon("0410", IconSize.F128);
button2.setIcon("cloud", IconSize.B22);
button3.setIcon("cloud", IconSize.A16);

Expand Down

0 comments on commit a98dfa1

Please sign in to comment.