You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/10/08 16:03:50 UTC

[35/62] [abbrv] [partial] Merged Apache Flex 4.9.0 release branch

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/anim/resources/Messages.properties
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/anim/resources/Messages.properties b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/anim/resources/Messages.properties
new file mode 100644
index 0000000..6a2e454e
--- /dev/null
+++ b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/anim/resources/Messages.properties
@@ -0,0 +1,28 @@
+# -----------------------------------------------------------------------------
+#
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You under the Apache License, Version 2.0
+#   (the "License"); you may not use this file except in compliance with
+#   the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+#
+# $Id$
+# -----------------------------------------------------------------------------
+
+attribute.malformed = \
+The attribute "{1}" of the element <{0}> is invalid
+
+values.to.by.missing = \
+None of "values", "to" or "by" are specified on the element <{0}>
+
+values.to.by.path.missing = \
+None of "values", "to", "by" or "path" are specified on the element <{0}>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/rasterizer/resources/Messages.properties
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/rasterizer/resources/Messages.properties b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/rasterizer/resources/Messages.properties
deleted file mode 100644
index e250d70..0000000
--- a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/rasterizer/resources/Messages.properties
+++ /dev/null
@@ -1,280 +0,0 @@
-###############################################################################
-#
-#   Copyright 2001-2003  The Apache Software Foundation 
-#
-#   Licensed under the Apache License, Version 2.0 (the "License");
-#   you may not use this file except in compliance with the License.
-#   You may obtain a copy of the License at
-#
-#       http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing, software
-#   distributed under the License is distributed on an "AS IS" BASIS,
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#   See the License for the specific language governing permissions and
-#   limitations under the License.
-#
-###############################################################################
-SVGConverter.error.no.sources.specified = \
-Error: no source was specified.
-
-SVGConverter.error.cannot.use.dst.file = \
-Error: cannot use destination file where there are multiple sources. \
-Should use a destination directory instead.
-
-SVGConverter.error.no.srcdir.or.srcfile.specified = \
-Error: no source directory or source file specified. 
-
-SVGConverter.error.cannot.compute.destination = \
-Error: no output directory specified and source is not \
-a file (source causing failure is "{0}"
-
-SVGConverter.error.cannot.access.transcoder = \
-Error: cannot access transcoder for image of type {0}
-
-SVGConverter.error.source.same.as.destination = \
-Error: source is the same as destination.
-
-SVGConverter.error.cannot.read.source = \
-Error: cannot read source ({0})
-
-SVGConverter.error.cannot.open.source = \
-Error: cannot open source {0}
-
-SVGConverterURLSource.error.invalid.url = \
-Error: invalid url ({0})
-
-SVGConverter.error.unable.to.create.output.dir = \
-Error: unable to create output directory
-
-SVGConverter.error.output.not.writeable = \
-Error: output not writeable {0}
-
-SVGConverter.error.cannot.open.output.file = \
-Error: cannot open output file ({0})
-
-SVGConverter.error.while.rasterizing.file = \
-Error while rasterizing SVG file: {0} \
-Got an exception with message : {1}
-
-SVGConverter.error.invalid.area = \
-Error. Invalid area of interest. There must be exactly four integers in the area value. \
-The value was: {0}
-
-SVGConverter.error.invalid.area.x.problem = \
-Error. Invalid area of interest. Start x is after end x. \
-The value was: {0}
-
-SVGConverter.error.invalid.area.y.problem = \
-Error. Invalid area of interest. Start y is after end y. \
-The value was: {0}
-
-
-Main.usage = \
-SVG Rasterizer options are: \n \
- -d <dir|file>   \n \
-\toutput directory. If there is a single input file, this can be a file. \n \
- -m <mimeType>   \n \
-\toutput mime type. \n \
- -w <width>      \n \
-\toutput width. This is a floating point value. \n \
- -h <height>     \n \
-\toutput height. This is a floating point value. \n \
- -maxw <width>      \n \
-\tMaximum output width. This is a floating point value. \n \
- -maxh <height>     \n \
-\tMaximum output height. This is a floating point value. \n \
- -a <area>       \n \
-\toutput area. The format for <area> is x,y,w,h, where x, y, w and h \n \
-\tare floating point values. \n \
- -bg <color>     \n \
-\touput color. The format for <color> is a.r.g.b, where a, r, g and b \n \
-\tare integer values. \n \
- -cssMedia <media> \n \
-\tCSS media type for which the source SVG files should be \n \
-\tconverted.\n \
- -cssAlternate <alternate> \n \
-\tCSS alternate stylesheet to use when converting the source \n \
-\tSVG files. \n \
- -cssUser <userStylesheet> \n \
-\tCSS user stylesheet URI to apply to converted SVG documents \n \
-\tin addition to any other referened or embeded stylesheets. \n \
- -font-family <defaultFontFamily> \n \
-\tValue used as a default when no font-family value \n \
-\tis specified. \n \
- -lang <userLanguage> \n \
-\tUser language to use when converting SVG documents.\n \
- -q <quality> \n \
-\tQuality for the output image. This is only relevant for the \n \
-\timage/jpeg mime type. \n \
- -indexed (1|2|4|8)\n \
-\tReduces the image to given number of bits per pixel using an\n \
-\tadaptive pallete, resulting in an Indexed image.  This is\n \
-\tcurrently only supported for PNG conversion.\n \
- -dpi <resolution> \n \
-\tResolution for the ouptut image. \n \
- -validate  \n \
-\tControls whether the source SVG files should be validated. \n \
- -onload  \n \
-\tControls if the source SVG files must be rasterize after \n \
-\tdispatching the ''onload'' event. \n \
- -scriptSecurityOff removes any security check on the scripts running \n \
-\tas a result of dispatching the onload event. \n \
- -anyScriptOrigin controls whether scripts can be loaded from \n \
-\t any location. By default, scripts can only be loaded from \n \
-\tthe same location as the document referencing them. \n \
- -scripts <listOfAllowedScripts> List of script types (i.e., \n \
-\tvalues for the type attribute in the <script> tag) which \n \
-\tshould be loaded. \n \ 
-
-
-Main.cl.option.output.description = \
--d <dir|file> output directory. If there is a single input file, this can be a file. \n \
-              Otherwise, it has to be a directory. \n \
-              If no -d option is specified, then the output files are created in  \n \
-              the same directory (or directories) as the sources. \n \
-Example: -d rasters/png \n \
-Default: none 
-
-Main.cl.option.mime.type.description = \
--m <mimeType> output mime type. This should be one of: \n \
-              + image/jpg \n \
-              + image/jpeg \n \
-              + image/jpe \n \
-              + image/png \n \
-              + image/tiff \n\
-              + application/pdf \n\n \
-Example: -m image/jpeg \n \
-Default: image/png
-
-Main.cl.option.width.description = \
--w <width> Output width. This is a floating point value. \n \
-Example: -w 455.6 \n \
-Default: none (which means that the images's width will be used)
-
-Main.cl.option.height.description = \
--h <height> Output height. This is a floating point value. \n \
-Example: -h 345.67 \n \
-Default: none (which means that the image's height will be used)
-
-Main.cl.option.max.width.description = \
--maxw <width> Maximum output width. This is a floating point value. \n \
-Example: -maxw 455.6 \n \
-Default: none (which means that the option is ignored)
-
-Main.cl.option.max.height.description = \
--maxh <height> Maximum output height. This is a floating point value. \n \
-Example: -maxh 345.67 \n \
-Default: none (which means that the option is ignored)
-
-Main.cl.option.area.description = \
--a <area> output area. The format for <area> is x,y,w,h, where x, y, w and h are \n \
-          floating point values. \n \
-Example: -a 40,40,300,200 \n \
-Default: none (which means that the entire image will be rendered).
-
-Mail.cl.option.bg.description = \
--bg <color> ouput color. The format for <color> is a.r.g.b, where a, r, g and b \n \
-            are integer values. \n \
-Example: -bg 128.255.0.0 \n \
-Default: none (which means that the background is not filled with any color \n \
-         before rendering the SVG file). \n \
-
-Main.cl.option.cssMedia.description = \
--cssMedia <media> CSS media type for which the source SVG files should be \n \
-                  converted.\n \
-Example: -cssMedia projection \n \
-Default: none (which means that the "screen" media will be used.
-
-Main.cl.option.default.font.family.description = \
--font-family <defaultValue> Value used as a default when no font-family value \n \
-                            is specified.\n \
-Example: -font-family "Times, Comic Sans MS" \n \
-Default: "Arial, Helvetica, sans-serif"
-
-Main.cl.option.cssAlternate.description = \
--cssAlternate <alternate> CSS alternate stylesheet to use when converting the source \n \
-                 SVG files. \n \
-Example: -cssAlternate myFavoriteStylesheet \n \
-Default: none
-
-Main.cl.option.cssUser.description = \
--cssUser <userStylesheetURI> User CSS stylesheet to apply when converting SVG files. \n \
-Example: -cssUser myStylesheet.css \n \
-Default: none
-
-Main.cl.option.quality.description = \
--q <quality> Quality for the generated output image. This is only used for JPEG conversion. \n \
-The value should be in the [0,1] range. \n \
-Example: -q 0.5 \n \
-Default: 0.99
-
-Main.cl.option.indexed.description = \
--indexed (1|2|4|8) indicates that the image should be reduced to the given number of bits per pixel using an  adaptive pallete, resulting in an Indexed image.  This is currently only supported for PNG conversion.\n \
-Example: -indexed 8 \n \
-Default: none
-
-Main.cl.option.dpi.description = \
--dpi <resolution> Resolution for the output image. This is used to compute the \n \
-"pixel to millimeter" ratio used when processing SVG documents. \n \
-Example: -dpi 300 \n \
-Default: 96
-
-Main.cl.option.lang.description = \
--lang <language> Language to use when processing SVG documents. This is important for \n \
-SVG documents containing multiple languages. \n
-Example: -lang fr \n \
-Default: en
-
-Main.cl.option.validate.description = \
--validate  controls whether the source SVG files should be validated. 
-
-Main.cl.option.onload.description = \
--onload  controls whether the source SVG files must be rasterize after \n \
-dispatching the 'onload' event. 
-
-Main.cl.option.allowed.scripts.description = \
--scripts <listOfAllowedScripts> List of script types (i.e., values for the type attribute \
-in the <script> tag) which should be loaded. \n \ 
-Example: -scripts text/ecmascript \n \
-Default: text/ecmascript,application/java-archive
-
-Main.cl.option.constrain.script.origin.description = \
--anyScriptOrigin controls whether scripts can be loaded from any location. By default, \
-scripts can only be loaded from the same location as the document referencing them.
-
-Main.cl.option.script.security.off.description = \
--scriptSecurityOff removes any security check on the scripts running \n \
-as a result of dispatching the onload event. \n \
-
-#
-# Main error codes
-#
-
-Main.error.not.enough.option.values = \
-Error: not enough option values for option {0} \n \
-{1}
-
-Main.error.illegal.argument = \
-Error: illegal argument for option {0} : {2} \n \
-{1}
-
-Main.error.while.converting.files = \
-Error while converting files: \n \
-{0}
-
-
-#
-# Main messages
-#
-Main.message.about.to.transcode = \
-About to transcode {0} SVG file(s)\n
-
-Main.message.about.to.transcode.source = \
-Converting {0} to {1} ... 
-
-Main.message.conversion.failed = \
-... error ({0})
-
-Main.message.conversion.success = \
-... success

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/rasterizer/resources/rasterizer.bin.policy
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/rasterizer/resources/rasterizer.bin.policy b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/rasterizer/resources/rasterizer.bin.policy
deleted file mode 100644
index 1dd0707..0000000
--- a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/rasterizer/resources/rasterizer.bin.policy
+++ /dev/null
@@ -1 +0,0 @@
-// -------------------------------------------------------------------------
// Copyright 2002-2003 The Apache Software Foundation
// 
//    Licensed under the Apache License, Version 2.0 (the "License");
//    you may not use this file except in compliance with the License.
//    You may obtain a copy of the License at
// 
//        http://www.apache.org/licenses/LICENSE-2.0
// 
//    Unless required by applicable law or agreed to in writing, software
//    distributed under the License is distributed on an "AS IS" BASIS,
//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//    See the License for the specific language governing permissions and
//    limitations under the License.
// -------------------------------------------------------------------------

grant codeBase "${app.jar.base}/lib/xerces_2_5_0.jar" {
  permission java.security.AllPermission;
};





grant codeBase "${app.jar.base}/batik-rasterizer.jar" {


  permission java.security.AllPermis
 sion;


};





grant codeBase "${app.jar.base}/lib/batik-ext.jar" {


  permission java.security.AllPermission;


};





grant codeBase "${app.jar.base}/lib/batik-dom.jar" {


  permission java.security.AllPermission;


};





grant codeBase "${app.jar.base}/lib/batik-css.jar" {


  permission java.security.AllPermission;


};





grant codeBase "${app.jar.base}/lib/batik-svg-dom.jar" {


  permission java.security.AllPermission;


};





grant codeBase "${app.jar.base}/lib/batik-gvt.jar" {


  permission java.security.AllPermission;


};





grant codeBase "${app.jar.base}/lib/batik-parser.jar" {


  permission java.security.AllPermission;


};





grant codeBase "${app.jar.base}/lib/batik-script.jar" {


  permission java.security.AllPermission;


};





grant codeBase "${app.jar.base}/lib/batik-bridge.jar" {


  permission java.security.AllPermission;


};





grant codeBase "${app.jar.base}/lib/batik-swing.jar" {


  permission java.security.AllPermission;


};





gra
 nt codeBase "${app.jar.base}/lib/batik-transcoder.jar" {


  permission java.security.AllPermission;


};

grant codeBase "${app.jar.base}/lib/pdf-transcoder.jar" {


  permission java.security.AllPermission;


};

grant codeBase "${app.jar.base}/lib/batik-gui-util.jar" {


  permission java.security.AllPermission;


};





grant codeBase "${app.jar.base}/lib/batik-awt-util.jar" {


  permission java.security.AllPermission;


};





grant codeBase "${app.jar.base}/lib/batik-util.jar" {


  permission java.security.AllPermission;


};





grant codeBase "${app.jar.base}/lib/batik-xml.jar" {


  permission java.security.AllPermission;


};





grant codeBase "${app.jar.base}/lib/js.jar" {


  permission java.lang.RuntimePermission "createClassLoader";


  permission java.net.SocketPermission "*", "listen, connect, resolve, accept";


  permission java.lang.RuntimePermission "accessDeclaredMembers";


  permission java.util.PropertyPermission "org.mozilla.javascript.JavaAdapter", "
 read";


  permission java.util.PropertyPermission "org.mozilla.javascript.JavaAdapterClassName", "read";


  permission java.io.FilePermission "<<ALL FILES>>", "read";


};





grant {



  permission java.io.FilePermission "lib/batik-svg-dom.jar", "read";


};
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/rasterizer/resources/rasterizer.policy
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/rasterizer/resources/rasterizer.policy b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/rasterizer/resources/rasterizer.policy
deleted file mode 100644
index 5a21335..0000000
--- a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/rasterizer/resources/rasterizer.policy
+++ /dev/null
@@ -1 +0,0 @@
-// -------------------------------------------------------------------------
// Copyright 2002-2003 The Apache Software Foundation
// 
//    Licensed under the Apache License, Version 2.0 (the "License");
//    you may not use this file except in compliance with the License.
//    You may obtain a copy of the License at
// 
//        http://www.apache.org/licenses/LICENSE-2.0
// 
//    Unless required by applicable law or agreed to in writing, software
//    distributed under the License is distributed on an "AS IS" BASIS,
//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//    See the License for the specific language governing permissions and
//    limitations under the License.
// -------------------------------------------------------------------------

grant codeBase "${app.dev.base}/classes/" {
  permission java.security.AllPermission;
};





grant codeBase "${app.dev.base}/lib/xerces_2_5_0.jar" {
  permission java.security.AllPermission;
};

gran
 t codeBase "${app.dev.base}/lib/pdf-transcoder.jar" {
  permission java.security.AllPermission;
};


grant codeBase "${app.dev.base}/lib/js.jar" {


  permission java.lang.RuntimePermission "createClassLoader";


  permission java.net.SocketPermission "*", "listen, connect, resolve, accept";


  permission java.lang.RuntimePermission "accessDeclaredMembers";


  permission java.util.PropertyPermission "org.mozilla.javascript.JavaAdapter", "read";


  permission java.util.PropertyPermission "org.mozilla.javascript.JavaAdapterClassName", "read";


  permission java.io.FilePermission "<<ALL FILES>>", "read";


};





grant {


  permission java.io.FilePermission "resources/org/apache/batik/dom/svg/resources/svg10.dtd", "read";


  permission java.io.FilePermission "resources/org/apache/batik/dom/svg/resources/UserAgentStyleSheet.css", "read";


};
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/FindDialog.properties
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/FindDialog.properties b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/FindDialog.properties
deleted file mode 100644
index 0114fca..0000000
--- a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/FindDialog.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-###############################################################################
-#
-#   Copyright 2001  The Apache Software Foundation 
-#
-#   Licensed under the Apache License, Version 2.0 (the "License");
-#   you may not use this file except in compliance with the License.
-#   You may obtain a copy of the License at
-#
-#       http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing, software
-#   distributed under the License is distributed on an "AS IS" BASIS,
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#   See the License for the specific language governing permissions and
-#   limitations under the License.
-#
-###############################################################################
-#
-# FindDialog properties file
-#
-# Author: tkormann@apache.org
-# $Id: FindDialog.properties,v 1.7 2004/08/18 07:11:30 vhardy Exp $
-#
-
-Dialog.title = Batik: Find
-Panel.title = Search for text
-ShowResultPanel.title = Display
-
-FindLabel.text = Find :
-
-CaseSensitiveCheckBox.text = Case sensitive
-CaseSensitiveCheckBox.mnemonic = S
-
-FindButton.text = Find
-FindButton.mnemonic = F
-FindButton.action   = FindButtonAction
-
-ClearButton.text = Clear
-ClearButton.mnemonic = C
-ClearButton.action   = ClearButtonAction
-
-CloseButton.text = Close
-CloseButton.mnemonic = O
-CloseButton.action   = CloseButtonAction
-
-Highlight.text = Highlight result
-Highlight.mnemonic = H
-
-HighlightAndCenter.text = Highlight and center result
-HighlightButtonAction.mnemonic = A
-
-HighlightCenterAndZoom.text = Highlight, center and zoom on result
-HighlightCenterAndZoom.mnemonic = Z
-
-End.text = End of document reached; continue from beginning.
-End.title = Batik: Find wrap
-
- 
-
-
-
-

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/GUI.properties
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/GUI.properties b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/GUI.properties
deleted file mode 100644
index 682f11e..0000000
--- a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/GUI.properties
+++ /dev/null
@@ -1,639 +0,0 @@
-###############################################################################
-#
-#   Copyright 2001-2004  The Apache Software Foundation 
-#
-#   Licensed under the Apache License, Version 2.0 (the "License");
-#   you may not use this file except in compliance with the License.
-#   You may obtain a copy of the License at
-#
-#       http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing, software
-#   distributed under the License is distributed on an "AS IS" BASIS,
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#   See the License for the specific language governing permissions and
-#   limitations under the License.
-#
-###############################################################################
-#
-# The viewer's GUI resources.
-#
-# Author: stephane@hillion.org
-# $Id: GUI.properties,v 1.64 2005/02/17 11:47:05 deweese Exp $
-#
-
-ViewSource.width = 750
-ViewSource.height = 500
-
-
-#
-# Messages
-#
-
-Message.documentLoad = Loading document...
-Message.documentCancelled = Loading document cancelled.
-Message.documentFailed = Loading document failed.
-Message.documentLoadTime = Loading document completed in 
-Message.treeBuild = Building document...
-Message.treeCancelled = Building document cancelled.
-Message.treeFailed = Building document failed.
-Message.treeBuildTime = Building document completed in 
-Message.onload = Dispatching 'onload'...
-Message.onloadCancelled = Dispatch of 'onload'  cancelled.
-Message.onloadFailed = Dispatch of 'onload' failed.
-Message.onloadTime = Dispatch of 'onload' completed in 
-Message.treeRendering = Rendering document...
-Message.treeRenderingCancelled = Rendering document cancelled.
-Message.treeRenderingFailed = Rendering document failed.
-Message.treeRenderingPrep = Rendering document preparation...
-Message.treeRenderingPrepTime = Rendering document preparation completed in 
-Message.treeRenderingStart = Rendering document started...
-Message.treeRenderingTime = Rendering document completed in 
-Message.done = Done.
-Message.updateManagerStarted = Update manager started...
-Message.updateManagerSuspended = Update manager suspended...
-Message.updateManagerResumed = Update manager resumed...
-Message.updateManagerStopped = Update manager stopped...
-Message.saveAs  = Saving as SVG...
-Message.exportAsJPG  = Exporting as JPG...
-Message.exportAsPNG  = Exporting as PNG...
-Message.exportAsTIFF = Exporting as TIFF...
-
-#
-# Dialog Titles
-#
-SaveAs.title  = Save as SVG
-ExportAsJPG.title  = Export as JPG
-ExportAsPNG.title  = Export as PNG
-ExportAsTIFF.title = Export as TIFF
-SetTransform.title = Transform
-
-#
-# Definition of the menu bar
-#
-
-MenuBar = File Edit View Processing Go Tools Help
-
-# File menu ################
-File = Open OpenLocation NewWindow Reload SaveAs - \
-       Print ExportAs - Close Exit
-File.type = MENU
-File.text = File
-File.mnemonic = F
-
-Open.type        = ITEM
-Open.text        = Open File...
-Open.icon        = resources/open.gif
-Open.mnemonic    = O
-Open.action      = OpenAction
-Open.accelerator = Ctrl+F
-
-OpenLocation.type        = ITEM
-OpenLocation.text        = Open Location...
-OpenLocation.icon        = resources/blank.gif
-OpenLocation.mnemonic    = L
-OpenLocation.action      = OpenLocationAction
-OpenLocation.accelerator = Ctrl+A
-
-NewWindow.type        = ITEM
-NewWindow.text        = Create New Window...
-NewWindow.icon        = resources/blank.gif
-NewWindow.mnemonic    = N
-NewWindow.action      = NewWindowAction
-NewWindow.accelerator = Ctrl+N
-
-Reload.type        = ITEM
-Reload.text        = Reload Document
-Reload.icon        = resources/reload.gif
-Reload.mnemonic    = R
-Reload.action      = ReloadAction
-Reload.accelerator = Ctrl+R
-
-SaveAs.type        = ITEM
-SaveAs.text        = Save SVG As
-SaveAs.icon        = resources/blank.gif
-SaveAs.mnemonic    = S
-SaveAs.action      = SaveAsAction
-SaveAs.accelerator = Ctrl+S
-
-Close.type        = ITEM
-Close.text        = Close
-Close.icon        = resources/blank.gif
-Close.mnemonic    = C
-Close.action      = CloseAction
-Close.accelerator = Ctrl+W
-
-Exit.type        = ITEM
-Exit.text        = Exit
-Exit.icon        = resources/blank.gif
-Exit.mnemonic    = E
-Exit.action      = ExitAction
-Exit.accelerator = Ctrl+Q
-
-Print.type        = ITEM
-Print.text        = Print...
-Print.icon        = resources/print.gif
-Print.mnemonic    = P
-Print.action      = PrintAction
-Print.accelerator = Ctrl+P
-
-# Export As submenu ###########
-ExportAs             = PNG JPG TIFF
-ExportAs.type        = MENU
-ExportAs.text        = Export As
-ExportAs.icon        = resources/blank.gif
-ExportAs.mnemonic    = E
-
-PNG.type        = ITEM
-PNG.text        = PNG...
-PNG.icon        = resources/blank.gif
-PNG.mnemonic    = P
-PNG.action      = ExportAsPNGAction
-
-JPG.type        = ITEM
-JPG.text        = JPG...
-JPG.icon        = resources/blank.gif
-JPG.mnemonic    = J
-JPG.action      = ExportAsJPGAction
-
-TIFF.type        = ITEM
-TIFF.text        = TIFF...
-TIFF.icon        = resources/blank.gif
-TIFF.mnemonic    = T
-TIFF.action      = ExportAsTIFFAction
-
-
-# Edit menu ################
-Edit = FindDialog - Preferences
-#Edit = Preferences Flush
-#Edit = Preferences
-
-Edit.type = MENU
-Edit.text = Edit
-Edit.mnemonic = E
-
-FindDialog.type        = ITEM
-FindDialog.text        = Find...
-FindDialog.icon        = resources/blank.gif
-FindDialog.mnemonic    = F
-FindDialog.action      = FindDialogAction
-FindDialog.accelerator = Ctrl+Z
-
-Preferences.type        = ITEM
-Preferences.text        = Preferences...
-Preferences.icon        = resources/blank.gif
-Preferences.mnemonic    = P
-Preferences.action      = PreferencesAction
-Preferences.accelerator = Ctrl+G
-
-Flush.type        = ITEM
-Flush.text        = Flush Cache
-Flush.icon        = resources/blank.gif
-Flush.mnemonic    = F
-Flush.action      = FlushAction
-
-
-# View menu ################
-View = ResetTransform ZoomIn ZoomOut - UseStylesheet - PreviousTransform NextTransform SetTransform - ThumbnailDialog ViewSource
-
-View.type = MENU
-View.text = View
-View.mnemonic = V
-
-ThumbnailDialog.type        = ITEM
-ThumbnailDialog.text        = Thumbnail...
-ThumbnailDialog.icon        = resources/blank.gif
-ThumbnailDialog.mnemonic    = M
-ThumbnailDialog.action      = ThumbnailDialogAction
-ThumbnailDialog.accelerator = Ctrl+Y
-
-ResetTransform.type        = ITEM
-ResetTransform.text        = Initial View
-ResetTransform.icon        = resources/blank.gif
-ResetTransform.mnemonic    = T
-ResetTransform.action      = ResetTransformAction
-ResetTransform.accelerator = Ctrl+T
-
-ZoomIn.type        = ITEM
-ZoomIn.text        = Zoom In
-ZoomIn.icon        = resources/zoomin.gif
-ZoomIn.mnemonic    = I
-ZoomIn.action      = ZoomInAction
-ZoomIn.accelerator = Ctrl+I
-
-ZoomOut.type        = ITEM
-ZoomOut.text        = Zoom Out
-ZoomOut.icon        = resources/zoomout.gif
-ZoomOut.mnemonic    = O
-ZoomOut.action      = ZoomOutAction
-ZoomOut.accelerator = Ctrl+O
-
-UseStylesheet        = DefaultStylesheet
-UseStylesheet.type   = MENU
-UseStylesheet.text   = Use Stylesheet
-UseStylesheet.icon   = resources/blank.gif
-UseStylesheet.action = UseStylesheetAction
-
-DefaultStylesheet.type     = RADIO
-DefaultStylesheet.text     = Default
-DefaultStylesheet.selected = true
-
-PreviousTransform.type        = ITEM
-PreviousTransform.text        = Previous Transform
-PreviousTransform.icon        = resources/blank.gif
-PreviousTransform.mnemonic    = P
-PreviousTransform.action      = PreviousTransformAction
-PreviousTransform.accelerator = Ctrl+K
-
-NextTransform.type        = ITEM
-NextTransform.text        = Next Transform
-NextTransform.icon        = resources/blank.gif
-NextTransform.mnemonic    = N
-NextTransform.action      = NextTransformAction
-NextTransform.accelerator = Ctrl+L
-
-SetTransform.type         = ITEM
-SetTransform.text         = Transform...
-SetTransform.icon         = resources/blank.gif
-SetTransform.mnemonic     = S
-SetTransform.action       = SetTransformAction
-SetTransform.accelerator  = Ctrl+E
-
-ViewSource.type        = ITEM
-ViewSource.text        = View Source...
-ViewSource.icon        = resources/source.gif
-ViewSource.mnemonic    = V
-ViewSource.action      = ViewSourceAction
-ViewSource.accelerator = Ctrl+U
-
-
-# Processing menu ################
-Processing = Play Pause Stop
-Processing.type = MENU
-Processing.text = Processing
-Processing.mnemonic = P
-
-Play.type        = ITEM
-Play.text        = Play
-Play.icon        = resources/play.gif
-Play.mnemonic    = P
-Play.action      = PlayAction
-Play.accelerator = Ctrl+H
-
-Pause.type        = ITEM
-Pause.text        = Pause
-Pause.icon        = resources/pause.gif
-Pause.mnemonic    = A
-Pause.action      = PauseAction
-Pause.accelerator = Ctrl+J
-
-Stop.type        = ITEM
-Stop.text        = Stop
-Stop.icon        = resources/stop.gif
-Stop.mnemonic    = S
-Stop.action      = StopAction
-
-
-# Go menu ################
-Go = Back Forward - HistoryMarker
-Go.type = MENU
-Go.text = Go
-Go.mnemonic = G
-
-Back.type        = ITEM
-Back.text        = Back
-Back.icon        = resources/back.gif
-Back.mnemonic    = B
-Back.action      = BackAction
-Back.accelerator = Ctrl+Left
-
-Forward.type        = ITEM
-Forward.text        = Forward
-Forward.icon        = resources/forward.gif
-Forward.mnemonic    = F
-Forward.action      = ForwardAction
-Forward.accelerator = Ctrl+Right
-
-HistoryMarker.type        = ITEM
-HistoryMarker.text        = @@@
-
-
-# Tools menu ################
-Tools = Monitor DOMViewer ScriptDebugger
-Tools.type = MENU
-Tools.text = Tools
-Tools.mnemonic = T
-
-Monitor.type        = ITEM
-Monitor.text        = Memory Monitor...
-Monitor.icon        = resources/monitor.gif
-Monitor.mnemonic    = M
-Monitor.action      = MonitorAction
-Monitor.accelerator = Ctrl+M
-
-DOMViewer.type        = ITEM
-DOMViewer.text        = DOM Viewer...
-DOMViewer.icon        = resources/domtree.gif
-DOMViewer.mnemonic    = D
-DOMViewer.action      = DOMViewerAction
-DOMViewer.accelerator = Ctrl+D
-
-ScriptDebugger.type        = ITEM
-ScriptDebugger.text        = Script Debugger...
-ScriptDebugger.mnemonic    = S
-ScriptDebugger.action      = ToggleDebuggerAction
-
-
-# Help menu ##################
-Help = About
-Help.type = MENU
-Help.text = ?
-Help.mnemonic = ?
-
-About.type     = ITEM
-About.text     = About Batik ...
-About.mnemonic = A
-About.action   = AboutAction
-About.accelerator = Ctrl+Shift+A
-
-
-#
-# Definition of the tool bar
-#
-
-ToolBar = ToolOpen - ToolReload ToolBack ToolForward - \
-          ToolZoomIn ToolZoomOut - ToolViewSource ToolDOMViewer - \
-          ToolPrint - ToolPlay ToolPause ToolStop
-
-ToolOpen.icon      = resources/open.gif
-ToolOpen.action    = OpenAction
-ToolOpen.tooltip   = Open a SVG file.
-
-ToolReload.icon      = resources/reload.gif
-ToolReload.action    = ReloadAction
-ToolReload.tooltip   = Reload the current document.
-
-ToolBack.icon      = resources/back.gif
-ToolBack.action    = BackAction
-ToolBack.tooltip   = Move back to the previous document.
-
-ToolForward.icon      = resources/forward.gif
-ToolForward.action    = ForwardAction
-ToolForward.tooltip   = Move forward to the next document.
-
-ToolPrint.icon      = resources/print.gif
-ToolPrint.action    = PrintAction
-ToolPrint.tooltip   = Print the current document.
-
-ToolZoomIn.icon      = resources/zoomin.gif
-ToolZoomIn.action    = ZoomInAction
-ToolZoomIn.tooltip   = Zoom in the current document.
-
-ToolZoomOut.icon      = resources/zoomout.gif
-ToolZoomOut.action    = ZoomOutAction
-ToolZoomOut.tooltip   = Zoom out the current document.
-
-ToolViewSource.icon      = resources/source.gif
-ToolViewSource.action    = ViewSourceAction
-ToolViewSource.tooltip   = View the source of the current document.
-
-ToolDOMViewer.icon      = resources/domtree.gif
-ToolDOMViewer.action    = DOMViewerAction
-ToolDOMViewer.tooltip   = Shows the DOM Viewer.
-
-ToolPlay.icon      = resources/play.gif
-ToolPlay.action    = PlayAction
-ToolPlay.tooltip   = Continue the Processing of the SVG Document.
-
-ToolPause.icon      = resources/pause.gif
-ToolPause.action    = PauseAction
-ToolPause.tooltip   = Pause the Processing of the SVG Document.
-
-ToolStop.icon      = resources/stop.gif
-ToolStop.action    = StopAction
-ToolStop.tooltip   = Stop the Processing of the SVG Document.
-
-#
-# JSVGViewerFrame constants
-#
-JSVGViewerFrame.property.os.name=os.name
-JSVGViewerFrame.property.os.name.default=Solaris
-JSVGViewerFrame.property.os.windows.prefix=Windows
-
-#
-# PreferenceDialog parameters
-#
-PreferenceDialog.MediaPanel.title = Media
-
-
-PreferenceDialog.label.user.options = User Options
-PreferenceDialog.label.user.language = Language
-PreferenceDialog.label.user.stylesheet = Stylesheet
-PreferenceDialog.label.user.font = Font
-PreferenceDialog.label.behavior = Browser Options
-PreferenceDialog.label.network = Network
-PreferenceDialog.label.applications = Applications
-PreferenceDialog.label.auto.adjust.window = Auto Adjust Window
-PreferenceDialog.label.enable.double.buffering = Enable Double Buffering
-PreferenceDialog.label.show.rendering = Show Rendering
-PreferenceDialog.label.show.debug.trace = Show Debug Trace
-PreferenceDialog.label.selection.xor.mode = Display selection overlay using XOR mode
-PreferenceDialog.label.is.xml.parser.validating = Use a validating XML parser
-PreferenceDialog.label.enforce.secure.scripting = Enforce secure scripting:
-PreferenceDialog.label.secure.scripting.toggle = On
-PreferenceDialog.label.grant.script.file.access = Grant scripts access to file system
-PreferenceDialog.label.grant.script.network.access = Grant scripts access to all network
-PreferenceDialog.label.load.java = Java jar files
-PreferenceDialog.label.load.ecmascript = Ecmascript/Javascript
-PreferenceDialog.label.constrain.script.origin = Scripts constrained to same origin as document
-PreferenceDialog.label.constrain.external.resource.origin = External resources (images, stylesheets, etc..) constrained to same origin as document
-PreferenceDialog.label.host = Proxy Host
-PreferenceDialog.label.port = Proxy Port
-PreferenceDialog.label.ok = OK
-PreferenceDialog.label.cancel = Cancel
-PreferenceDialog.label.load.scripts = Load Scripts:
-PreferenceDialog.label.origin.any = Any
-PreferenceDialog.label.origin.document = Same as document
-PreferenceDialog.label.origin.embed = Embeded
-PreferenceDialog.label.origin.none = Not allowed
-PreferenceDialog.label.script.origin = Script Origin:
-PreferenceDialog.label.resource.origin = External Resources Origin:
-PreferenceDialog.title.browser.options = Browser Options
-PreferenceDialog.title.behavior = Optional Behaviors
-PreferenceDialog.title.security = Security Settings
-PreferenceDialog.title.network = Network Options
-PreferenceDialog.title.dialog = Preferences
-
-PreferenceDialog.config.host.text.field.length = 12
-PreferenceDialog.config.port.text.field.length = 3
-PreferenceDialog.config.ok.mnemonic = O
-PreferenceDialog.config.cancel.mnemonic = C
-
-PreferenceDialog.icon.userLanguagePref = \
-org/apache/batik/apps/svgbrowser/resources/userLanguagePref.gif
-
-PreferenceDialog.icon.userStylesheetPref = \
-org/apache/batik/apps/svgbrowser/resources/userStylesheetPref.gif
-
-PreferenceDialog.icon.behaviorsPref = \
-org/apache/batik/apps/svgbrowser/resources/behaviorsPref.gif
-
-PreferenceDialog.icon.networkPref = \
-org/apache/batik/apps/svgbrowser/resources/networkPref.gif
-
-
-#
-# Authentication Requestion Dialog strings.
-#
-JAuthenticator.title = Network Authentication Requested
-JAuthenticator.label.ok = OK
-JAuthenticator.label.cancel = Cancel
-JAuthenticator.label.site = Site:
-JAuthenticator.label.req = Requests:
-JAuthenticator.label.userID = User ID:
-JAuthenticator.label.password = Password:
-
-#
-# Main string constants for confirmation messages
-#
-Main.message.confirm.security.manager.override = \
-Your settings indicate that you want to enforce scripting security. \n \
-There is already a security policy installed by an entity other \
-than the Squiggle viewer. \n \
-You can chose to override the installed security policy and use the \
-squiggle security policy instead by clicking on the 'Yes' button. \
-This is potentially risky as the Squiggle security policy may have \
-been tampered with. \n \
-You can chose to keep the installed security policy, but there is \
-no guarantee that scripting will be run in a secure fashion. This is \ 
-potentially risky. Click on the 'No' button if you want to use the \
-already installed security policy. \n \
-Finally, click on the 'Cancel' button if you do not want to override \
-the existing security setting and you do not want to run with the \
-existing security policy which may not enforce secure execution of \
-scripts. If you select the 'Cancel' button, the application will exit. \n \
-WARNING: selected the 'Cancel' is the recommended option. Other selections \
-are not secure. 
-
-Main.message.confirm.security.manager.override= \
-Security Policy Override
-
-Main.message.confirm.alien.security.manager = \
-Your settings indicate that you want to enforce scripting security. \n \
-However, there is already a security policy in place which \
-cannot be overridden by the Squiggle browser. \n \
-You can chose to keep the installed security policy, but there is \
-no guarantee that scripting will be run in a secure fashion. This is \ 
-potentially risky. Click on the 'Yes' button if you want to use the \
-already installed security policy. \n \
-Click on the 'No' button if you do not want to run run with the \
-existing security policy which may not enforce secure execution of \
-scripts. If you select the 'No' button, the application will exit. \n \
-WARNING: selected the 'No' is the recommended option. Other selections \
-are not secure. 
-
-Main.confirm.alien.security.manager.title= \
-Use alien Security Policy
-
-Main.message.security.exception.rejected.security.manager.override = \
-The user preferences indicated that secure execution of scripting should be enforced. \
-However, there was a SecurityManager already installed and the user rejected \
-to override that SecurityManager with that of Squiggle or use the installed \
-SecurityManager.
-
-Main.message.security.exception.rejected.alien.security.manager = \
-The user preferences indicated that secure execution of scripting should be enforced. \
-However, there was a SecurityManager already installed which could not be \
-overridden and the user rejected to use the installed SecurityManager.
-
-Main.message.security.exception.alien.security.manager = \
-The user preferences indicated that secure execution of scripting should be enforced. \
-However, a SecurityManager was already installed. Squiggle could not continue safely. 
-
-Main.message.null.pointer.exception.no.squiggle.policy.file = \
-The user preference indicated that secure script execution should be enforced. \
-However, the Squiggle policy file could not be found, which causes this \
-exception.  
-
-#
-# AltFileSystemView
-#
-AltFileSystemView.exception.containing.dir.null = \
-Containing directory is null
-
-AltFileSystemView.exception.directory.already.exists = \
-Directory already exists: {0}
-
-AltFileSystemView.new.folder.name = New Folder
-
-AltFileSystemView.floppy.drive = A:
-
-#
-# SVGOptionPanel
-#
-SVGOptionPanel.dialog.title = SVG Save Options
-SVGOptionPanel.label = Options for saving SVG
-SVGOptionPanel.UseXMLBase = Add "xml:base" attribute to root.
-SVGOptionPanel.UseXMLBaseDefault = true
-SVGOptionPanel.PrettyPrint = Pretty Print XML (reformats whitespace).
-SVGOptionPanel.PrettyPrintDefault = false
-
-
-#
-# JPEGOptionPanel
-#
-
-OKButton.text = OK
-JPEGOptionPanel.dialog.title = JPEG Quality
-JPEGOptionPanel.label = Quality:
-
-#
-# PNGOptionPanel
-#
-
-OKButton.text = OK
-PNGOptionPanel.dialog.title = Write 256 color PNG?
-PNGOptionPanel.label = Reduce image to 256 color indexed PNG?:
-
-#
-# About Box parameters
-#
-AboutDialog.icon.apache.logo = org/apache/batik/apps/svgbrowser/resources/asf-logo.jpg
-AboutDialog.icon.batik.splash = org/apache/batik/apps/svgbrowser/resources/squiggle.png
-
-AboutDialog.label.development.build = Development Build
-
-AboutDialog.label.apache.batik.project = \
-An Apache XML Project, http://xml.apache.org/batik
-
-AboutDialog.label.contributors = \n\
-Committers: \n\
-Thomas DeWeese, Bill Haneman, Vincent Hardy, Stephane Hillion, \
-Dean Jackson, Christophe Jolif, Thierry Kormann, Bella Robinson, Nicolas Socheleau, \
-Emmanuel Tissandier \
-\n\n\
-Contributors: \n\
-Curt Arnold, Bert Bos, James Davidson, Robert DiBlasi, \
-Paul Evenblij, Pier Fumagalli, Christophe Held, \
-Keiron Liddle, \
-Stefano Mazzochi, John Morisson, Andreas Neumann, Luan O'Carroll, \
-Sheng Pei, Neeme Praks, Henri Ruini, David Schweinsberg, Nicholas Talian.\
-
-#
-# XMLInputHandler messages
-#
-XMLInputHandler.error.no.xml.stylesheet.processing.instruction = The input XML file does \
-not contain an <?xml-stylesheet?> processing instruction of type "text/xsl"
-
-XMLInputHandler.error.transform.output.not.svg = The result of the XSL transformation \
-did not produce an SVG document with a root <svg> element. It cannot be handled by Squiggle.
-
-XMLInputHandler.error.transform.produced.no.content = The XSL transformation did \
-no produce any content.
-
-XMLInputHandler.error.transform.output.wrong.ns = The result of the XSL transformation \
-produced a document which is not in the SVG namespace (http://www.w3.org/2000/svg)
-
-XMLInputHandler.error.result.generated.exception = An error occured when processing the \
-result of the transformation applied to your document. Check that the transformation does \
-not produce an empty document and that it is a well formed SVG document.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/Main.properties
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/Main.properties b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/Main.properties
deleted file mode 100644
index 4822010..0000000
--- a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/Main.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-###############################################################################
-#
-#   Copyright 2001-2002  The Apache Software Foundation 
-#
-#   Licensed under the Apache License, Version 2.0 (the "License");
-#   you may not use this file except in compliance with the License.
-#   You may obtain a copy of the License at
-#
-#       http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing, software
-#   distributed under the License is distributed on an "AS IS" BASIS,
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#   See the License for the specific language governing permissions and
-#   limitations under the License.
-#
-###############################################################################
-#
-# The application-wide resources.
-#
-# Author: stephane@hillion.org
-# $Id: Main.properties,v 1.9 2004/08/18 07:11:30 vhardy Exp $
-#
-
-#
-# Frame configuration.
-#
-Frame.width = 800
-Frame.height = 600
-Frame.icon = resources/squiggleIcon.png
-Frame.title = Squiggle
-
-#
-# Command-line options.
-#
-
-Command.header = \
-\n\
-\tSquiggle SVG browser - (C) Apache Software Foundation      \n\
-\t\thttp://xml.apache.org/batik\n
-
-Command.syntax = \
-Syntax:\n\
-\tsquiggle [options] <svg file>
-
-Command.options = \
-Available Options:
-
-Command.font-size = \
--font-size <number>\n\
-\tSets the user interface default font size.
-
-Error.skipping.file = \
-Cannot read file. File will not be loaded. \n

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/StatusBarMessages.properties
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/StatusBarMessages.properties b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/StatusBarMessages.properties
deleted file mode 100644
index 7c6f4e1..0000000
--- a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/StatusBarMessages.properties
+++ /dev/null
@@ -1,28 +0,0 @@
-###############################################################################
-#
-#   Copyright 2001  The Apache Software Foundation 
-#
-#   Licensed under the Apache License, Version 2.0 (the "License");
-#   you may not use this file except in compliance with the License.
-#   You may obtain a copy of the License at
-#
-#       http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing, software
-#   distributed under the License is distributed on an "AS IS" BASIS,
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#   See the License for the specific language governing permissions and
-#   limitations under the License.
-#
-###############################################################################
-#
-# The status bar resources.
-#
-# Author: stephane@hillion.org
-# $Id: StatusBarMessages.properties,v 1.4 2004/08/18 07:11:30 vhardy Exp $
-#
-
-Panel.default_message = Batik SVG Browser - xml.apache.org/batik
-
-Position.width_letters = w:
-Position.height_letters = h:

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/ThumbnailDialog.properties
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/ThumbnailDialog.properties b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/ThumbnailDialog.properties
deleted file mode 100644
index 1545840..0000000
--- a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/ThumbnailDialog.properties
+++ /dev/null
@@ -1,26 +0,0 @@
-# 
-# Copyright 2001-2003  The Apache Software Foundation 
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-# 
-#     http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-#
-# ThumbnailDialog properties file
-#
-# Author: tkormann@apache.org
-# $Id: ThumbnailDialog.properties,v 1.3 2004/10/30 16:54:53 deweese Exp $
-#
-
-Dialog.title = Thumbnail
-
-

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/asf-logo.jpg
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/asf-logo.jpg b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/asf-logo.jpg
deleted file mode 100644
index f90c4ab..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/asf-logo.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/back.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/back.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/back.gif
deleted file mode 100644
index 1ae144d..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/back.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/batik.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/batik.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/batik.gif
deleted file mode 100644
index f9e8c79..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/batik.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/behaviorsPref.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/behaviorsPref.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/behaviorsPref.gif
deleted file mode 100644
index db43945..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/behaviorsPref.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/blank.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/blank.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/blank.gif
deleted file mode 100644
index 0b14b62..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/blank.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/domtree.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/domtree.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/domtree.gif
deleted file mode 100644
index 97e8938..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/domtree.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/forward.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/forward.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/forward.gif
deleted file mode 100644
index 85b191f..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/forward.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/init.svg
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/init.svg b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/init.svg
deleted file mode 100644
index 787af2c..0000000
--- a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/init.svg
+++ /dev/null
@@ -1,97 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
-   "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-
-<!--
-
-   Copyright 2001,2003  The Apache Software Foundation 
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
--->
-<!-- =================================================================== -->
-<!-- A dummy document used to preload classes.                           -->
-<!-- =================================================================== -->
-
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100" viewBox="0 0 100 100">
-
-    <defs>
-        <g id="batik">
-                <path id="Batik_B" d="M50.037,12.141l0.463,3.236c0,1.465-0.039,2.484-0.115,3.063s-0.344,1.213-0.803,1.906l-1.834,3.234l-2.521,3.814c4.395,6.24,7.326,10.824,8.791,13.75l3.008,6.355l1.967,6.701c0.848,3.16,1.271,6.279,1.271,9.361
-                        c0,5.008-0.869,9.57-2.604,13.691s-4.145,7.453-7.229,9.996c-3.086,2.543-6.998,4.449-11.74,5.719s-9.543,1.906-14.4,1.906c-3.855,0-7.096-0.27-9.717-0.809c-3.238-0.461-5.688-1.193-7.346-2.195c-1.658-1-3.123-2.195-4.395-3.582
-                        C1.561,86.902,0.617,85.055,0,82.742c0-5.082,1.117-10.436,3.355-16.061l6.709-17.68c2.234-6.086,3.354-11.748,3.354-16.986c-0.232-2.156-0.617-4.197-1.156-6.123l-1.852-6.471c-0.695-2.311-2.121-5.008-4.279-8.09l-0.115-0.924V9.715
-                        c0-3.158,1.309-5.238,3.928-6.24c4.775-1.232,9.859-1.85,15.252-1.85c6.316,0,11.746,0.828,16.291,2.484s7.395,4.334,8.551,8.031z M29.518,12.625c-0.846,0.461-1.268,1.189-1.268,2.186c0,0.691,0.326,1.668,0.979,2.934s1.096,2.434,1.326,3.506
-                        c1.074-0.383,1.938-1.148,2.59-2.299s0.98-2.416,0.98-3.797c-0.23-0.842-0.787-1.512-1.67-2.012s-1.863-0.672-2.938-0.518z M30.537,33.979L29.496,45.66c0,0.617,0.203,1.119,0.609,1.504l1.826,0.463l2.193-0.463c0.645-0.23,1.363-1.039,2.152-2.428
-                        c0.645-1.387,0.969-3.045,0.969-4.975V38.49c0-0.539-0.078-1.041-0.232-1.504c0-0.617-0.502-1.389-1.504-2.314c-1.004-0.77-1.967-1.156-2.891-1.156c-0.771,0-1.465,0.154-2.082,0.463z"/>
-        </g>
-
-        <filter id="shadow" filterRes="200" x="-.2" y="-.1">
-            <feGaussianBlur stdDeviation="3 3" />
-            <feOffset dx="-10" dy="10" />
-            <feComponentTransfer result="shadow">
-               <feFuncA type="linear" slope=".5" intercept="0" />
-            </feComponentTransfer>
-            <feComposite in="SourceGraphic" in2="shadow" />
-        </filter>
-
-            <path id="Outer_Ellipse" style="stroke:none;" d="M453.747,104.22C333.581-15.897,157.944-35.015,61.45,61.516c-96.493,96.533-77.301,272.161,42.866,392.278C224.48,573.911,400.117,593.031,496.61,496.498c96.493-96.533,77.302-272.161-42.863-392.278z
-                         M461.486,454.618c-74.193,74.224-222.251,46.516-330.696-61.886C22.343,284.329-5.426,136.283,68.766,62.059c74.193-74.222,222.251-46.516,330.698,61.887c108.445,108.402,136.214,256.449,62.021,330.672z"/>
-
-      <clipPath id="textClip">
-       <text x="0" y="0" text-anchor="middle" font-size="80%" font-family="Serif" id="text">batik <tspan dx="10 20 30" dy="10 20 30" style="stroke:#CC4">SVG</tspan></text>
-      </clipPath>
-       <g id="words">
-         <use xlink:href="#text"/>
-         <g clip-path="url(#textClip)">
-             <use xlink:href="#text" transform="scale(0.9) rotate(20) translate(-20,-15)" filter="url(#shadow)" fill="black"/>
-         </g>
-       </g>
-        <g transform="translate(225, 250) rotate(-260)" id="rotatedText">
-        <g  transform="scale(0.9) rotate(20)" opacity="0.9">
-        <use xlink:href="#words"/>
-        </g></g>
-            <path id="Inner_Ellipse" style="stroke:none;" d="M399.464,123.946C291.018,15.543,142.959-12.163,68.766,62.059c-74.192,74.224-46.423,222.27,62.023,330.672c108.445,108.402,256.503,136.11,330.696,61.886c74.192-74.223,46.424-222.27-62.021-330.672z
-                         M410.417,397.331c-58.115,58.14-179.371,31.157-270.832-60.267C48.124,245.64,21.092,124.396,79.207,66.256c58.116-58.139,179.372-31.157,270.833,60.267c91.46,91.424,118.493,212.668,60.377,270.808z"/>
-        </defs>
-
-    <rect x="0" y="0" width="100%" height="100%" fill="rgb(13, 97, 160)" />
-    <g fill="rgb(255, 255, 20)">
-        <circle cx="50" cy="50" r="50"/>
-    </g>
-
-    <g filter="url(#shadow)">
-        <use xlink:href="#Outer_Ellipse" fill-opacity="1"/>
-    </g>
-
-    <use xlink:href="#Outer_Ellipse" fill="rgb(13, 97, 160)" fill-opacity=".75"/>
-    <use xlink:href="#Inner_Ellipse" fill="rgb(255, 255, 20)" fill-opacity=".75" />
-
-    <g transform="translate(50, 154) scale(1.5, 1.5)">
-    <use x="0" y="0" xlink:href="#batik" 
-         fill="black" filter="url(#shadow)"/>
-
-    <use x="0" y="0" xlink:href="#batik" 
-         fill="none" stroke-width="8" stroke="rgb(13, 97, 160)"/>
-
-    <use x="0" y="0" xlink:href="#batik" 
-         fill="rgb(255, 255, 20)" stroke="rgb(204, 102, 53)" stroke-width="1"/>
-    </g>
-
-        <use xlink:href="#rotatedText" fill="white" stroke-width="2" stroke="black"/>
-        <g  transform="translate(50, 50) scale(0.254) rotate(30)">
-        <use xlink:href="#text" fill="black" filter="url(#shadow)" 
-             transform="translate(-10, 8)"/>
-        <use xlink:href="#text" stroke="black" stroke-width="16" fill="none"/>
-        <use xlink:href="#text" stroke="none" fill="white"/>
-        </g>
-</svg>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/language.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/language.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/language.gif
deleted file mode 100644
index 51e95bb..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/language.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/monitor.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/monitor.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/monitor.gif
deleted file mode 100644
index eb04289..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/monitor.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/networkPref.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/networkPref.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/networkPref.gif
deleted file mode 100644
index 3e2e514..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/networkPref.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/open.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/open.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/open.gif
deleted file mode 100644
index b14c397..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/open.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/pause.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/pause.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/pause.gif
deleted file mode 100644
index d5f1739..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/pause.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/play.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/play.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/play.gif
deleted file mode 100644
index 70842b9..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/play.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/print.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/print.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/print.gif
deleted file mode 100644
index 8b05adb..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/print.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/reload.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/reload.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/reload.gif
deleted file mode 100644
index 8408ec7..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/reload.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/source.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/source.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/source.gif
deleted file mode 100644
index 5cec25d..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/source.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/squiggle.png
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/squiggle.png b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/squiggle.png
deleted file mode 100644
index 6f6e3d1..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/squiggle.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/squiggle.xsl
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/squiggle.xsl b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/squiggle.xsl
deleted file mode 100644
index f0dfc26..0000000
--- a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/squiggle.xsl
+++ /dev/null
@@ -1,228 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!-- ====================================================================== 
-     Copyright 2002,2004 The Apache Software Foundation
-     
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-     
-         http://www.apache.org/licenses/LICENSE-2.0
-     
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.     
-     See the License for the specific language governing permissions and
-     limitations under the License.
-     ====================================================================== -->
-
-<!-- ========================================================================= -->
-<!-- This simple XSL stylesheet is used to automatically generate the splash   -->
-<!-- screen for the documentation and the Squiggle browser. See the 'splash'   -->
-<!-- target in build.xml.                                                      -->
-<!--                                                                           -->
-<!-- @author vincent.hardy@eng.sun.com                                         -->
-<!-- @version $Id: squiggle.xsl,v 1.3 2004/08/18 07:11:30 vhardy Exp $      -->
-<!-- ========================================================================= -->
-
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  
-                              xmlns:xlink="http://www.w3.org/1999/xlink"
-                              xmlns:xalan="http://xml.apache.org/xalan" 
-                              exclude-result-prefixes="xalan">
-
-        <xsl:param name="version" >currentVersion</xsl:param>
-        <xsl:param name="revisionType" >beta</xsl:param>
-        <xsl:param name="revisionNumber" >3</xsl:param>
-	<xsl:output method="xml" indent="yes" media-type="image/svg"/> 
-
-    <xsl:template match="/" >
-
-<svg id="body" width="492" height="150" viewBox="0 0 492 150">
-<title>Squiggle Startup screen</title>
-    <defs>
-        <g id="card">
-          <rect height="150" width="492" y="0" x="0"/>
-        </g>
-
-        <radialGradient id="backgroundGradient" r=".7" cx="0.5">
-            <stop offset="0" stop-color="white" />
-            <stop offset=".5" stop-color="rgb(124, 65, 239)" />
-            <stop offset="1" stop-color="black" />
-        </radialGradient>
-
-        <pattern id="stripes" patternUnits="userSpaceOnUse" x="0" y="0" width="50" height="4">
-            <rect width="50" height="2" fill="black" fill-opacity=".2" />
-        </pattern>
-
-        <filter id="dropShadow" primitiveUnits="objectBoundingBox" x="-.2" y="-.2" width="1.4" height="1.4">
-            <feGaussianBlur in="SourceAlpha" stdDeviation="2" x="-.2" y="-.2" width="1.4" height="1.4"/> 
-            <feOffset dx="3" dy="3" />
-            <feComponentTransfer result="shadow">
-               <feFuncA type="linear" slope="1" intercept="0" />
-            </feComponentTransfer>
-            <feMerge>
-                <feMergeNode />
-                <feMergeNode in="SourceGraphic" />
-            </feMerge>
-        </filter>
-
-        <symbol id="Batik_Squiggle" stroke="none" viewBox="0 0 540 570">
-          <path id="Batik_Squiggle_Blue" fill="#6666FF"
-            d="M172,44C137,60,31,135,11,199c-8,27,22,48,44,33
-               C14,306-1,332,0,356c0,14,13,42,44,27c8-4,35-25,52-41
-               c14-1,24-11,42-28c17,14,36,10,52-7c22,2,82-78,44-108
-               c-3-24-30-37-53-18c-6-2-13-1-18,1c22-35,43-82,49-105
-               C219,47,188,36,172,44z"/>
-          <path id="Batik_Squiggle_Red" fill="#FF0000"
-            d="M400,0c-18,3-49,31-49,31c-29,23-43,58-28,95
-               c-13,14-29,44-29,67c0,28,20,52,50,29c7,8,21,16,37,5
-               c-5,29,3,48,26,49c1,10,13,31,36,17c16-10,58-39,79-56
-               c25-23,25-94-18-89c33-59-3-96-27-84c-10,4-46,25-52,30
-               c-1-7-5-12-11-14C436,45,436-5,401,0z"/>
-          <path id="Batik_Squiggle_Green" fill="#33CC33"
-            d="M275,353c-46,12-88,43-114,91c-9,16,6,37,25,33
-               c-14,24-40,67-15,81c28,16,52-8,60-15c18,21,50,10,81-17
-               c41,14,68-2,103-53c8-12,30-43,30-65c0-16-15-30-35-21
-               c-1-12-9-38-53-19c-10-6-31-5-54,17
-               C308,375,300,347,275,353z"/>
-        </symbol>
-    </defs>
-
-    <g id="content" filter2="url(#dropShadow)">
-      <g id="top">
-        <use xlink:href="#card" fill="url(#backgroundGradient)" />
-        <use xlink:href="#card" fill="url(#stripes)" />
-        
-        <use filter="url(#dropShadow)" xlink:href="#Batik_Squiggle"
-          y="11" x="46" width="114" height="131"/>
-
-        <g id="topText" font-family="'20th Century Font', 'Futura XBlk BT'"
-          text-anchor="middle" fill="white" filter="url(#dropShadow)">
-          <text x="246" y="85"><tspan font-size="95"
-           >squiggle</tspan></text>
-          <text font-size="17" x="246" y="115"><tspan
-          >Built with the Batik SVG toolkit</tspan
-          ><tspan dy="1em" x="246">http://xml.apache.org/batik</tspan></text>
-          <text x="487" y="140" text-anchor="end" font-size="16" 
-            fill="red"><xsl:value-of select="$version" />
-          <xsl:if test="$revisionType != 'revisionType'">
-            <xsl:value-of 
-              select="substring-after($revisionType, 'revisionType')" />
-            <xsl:text> </xsl:text><xsl:value-of 
-            select="substring-after($revisionNumber, 'revisionNumber')"/>
-          </xsl:if>
-        </text>
-      </g>
-    </g>
-  </g>
-
-  <font horiz-adv-x="419" ><font-face
-  font-family="20th Century Font"
-  units-per-em="1000"
-  panose-1="0 0 4 0 0 0 0 0 0 0"
-  ascent="830"
-  descent="-201"
-  alphabetic="0" />
-  <missing-glyph horiz-adv-x="500" 
-    d="M63 0V800H438V0H63ZM125 63H375V738H125V63Z" />
-  <glyph unicode=" " glyph-name="space" horiz-adv-x="260" />
-  <glyph unicode="-" glyph-name="hyphen" horiz-adv-x="331" 
-    d="M294 325Q294 302 280 287Q264 269 238 269H105Q78 269 63 287Q49 302 49 325Q49 348 63 364T105 381H238Q264 381 279 365T294 325Z" />
-  <glyph unicode="." glyph-name="period" horiz-adv-x="225" 
-    d="M190 55Q190 30 173 13T130 -5Q105 -5 88 12T70 55Q70 80 87 97T130 115Q155 115 172 98T190 55Z" />
-  <glyph unicode="/" glyph-name="slash" horiz-adv-x="363" 
-    d="M359 579Q359 568 355 557L134 -3Q120 -39 84 -39Q61 -39 43 -24T25 15Q25 26 30 38L251 598Q265 634 301 634Q324 634 341 619T359 579Z" />
-  <glyph unicode="0" glyph-name="zero" horiz-adv-x="539" 
-    d="M508 290Q508 150 462 77Q405 -11 274 -11Q40 -11 40 290Q40 590 274 590Q508 590 508 290ZM396 290Q396 383 379 421Q352 479 274 479Q195 479 169 421Q152 383 152 290Q152 196 169 158Q195 101 274 101Q353 101 379 158Q396 195 396 290Z" />
-  <glyph unicode="1" glyph-name="one" horiz-adv-x="300" 
-    d="M261 55Q261 28 244 14T205 -1Q182 -1 166 13T149 55V433Q133 423 116 423Q92 423 74 441T55 483Q55 517 94 537L160 571Q183 583 204 583Q229 583 245 569T261 537V55Z" />
-  <glyph unicode="2" glyph-name="two" horiz-adv-x="479" 
-    d="M457 54Q457 32 442 16T399 -1H33V73Q33 184 111 255Q153 294 257 343Q335 379 335 405Q335 457 286 470Q271 474 251 474Q210 474 166 458Q156 454 145 454Q122 454 107 472T91 512Q91 550 129 563Q189 585 249 585Q338 585 391 539Q447 490 447 399Q447 331 370 283Q299 246 228 210Q151 167 151 111H399Q426 111 443 93Q457 77 457 54Z" />
-  <glyph unicode="3" glyph-name="three" horiz-adv-x="508" 
-    d="M484 188Q484 95 418 43Q357 -4 261 -4Q153 -4 90 56Q72 73 72 96Q72 118 89 135T129 153Q151 153 168 137Q198 108 261 108Q373 108 373 188Q373 256 283 256Q274 256 267 256Q214 273 214 312Q214 339 250 366Q333 397 333 427Q333 451 308 466Q287 478 260 478Q223 478 199 449Q182 428 157 428Q135 428 117 445T99 485Q99 505 114 521Q171 590 260 590Q334 590 388 546Q445 499 445 427Q445 353 396 330Q439 320 464 270Q484 230 484 188Z" />
-  <glyph unicode="4" glyph-name="four" horiz-adv-x="555" 
-    d="M522 180Q522 158 507 142T466 125H450V53Q450 27 433 12T394 -3Q371 -3 355 12T338 53V125H30L450 581V236H466Q492 236 507 220T522 180ZM338 236V306L276 236H338Z" />
-  <glyph unicode="5" glyph-name="five" horiz-adv-x="514" 
-    d="M487 228Q487 93 393 31Q329 -11 245 -11Q153 -11 81 19Q46 34 46 69Q46 92 62 110T101 128Q113 128 125 122Q176 101 245 101Q294 101 330 129Q375 163 375 225Q375 303 267 303H57Q69 394 69 442Q69 514 74 581H400Q426 581 441 565T456 525Q456 502 441 486T400 469H178Q176 448 172 415H269Q371 415 427 370Q487 322 487 228Z" />
-  <glyph unicode="6" glyph-name="six" horiz-adv-x="498" 
-    d="M474 203Q474 103 410 47Q350 -7 247 -7Q144 -7 86 62Q33 126 33 230Q33 355 107 462Q191 582 311 582Q336 582 351 565T366 525Q366 476 316 471Q247 462 200 401H276Q363 401 418 346T474 203ZM362 203Q362 289 276 289H149Q145 266 145 230Q145 176 172 141T247 105Q295 105 325 126Q362 152 362 203Z" />
-  <glyph unicode="7" glyph-name="seven" horiz-adv-x="498" 
-    d="M491 581Q388 486 315 318Q248 163 248 52Q248 -1 196 -1Q172 -1 154 14T136 58Q136 134 175 259Q219 403 277 469H81Q55 469 40 485T25 525Q25 548 39 564T81 581H491Z" />
-  <glyph unicode="8" glyph-name="eight" horiz-adv-x="508" 
-    d="M484 188Q484 95 418 43Q357 -4 261 -4Q166 -4 105 44Q37 96 37 188Q37 229 56 268T108 327Q79 353 79 428Q79 496 136 544Q190 590 260 590Q330 590 386 544Q445 495 445 427Q445 358 417 330Q447 316 467 268Q484 226 484 188ZM333 427Q333 450 312 462T263 475Q234 475 214 463Q191 450 191 428Q191 393 214 373Q234 354 263 355Q291 355 312 374T333 427ZM373 188Q373 224 332 243Q301 257 261 257Q215 257 184 240Q149 221 149 188Q149 149 185 126Q217 105 263 105Q308 106 338 126Q373 149 373 188Z" />
-  <glyph unicode="9" glyph-name="nine" horiz-adv-x="491" 
-    d="M465 348Q465 224 390 116Q307 -4 187 -4Q161 -4 147 13T132 53Q132 102 182 108Q251 116 298 177H222Q134 177 79 232T24 375Q24 476 86 531T251 586Q354 586 411 517Q465 452 465 348ZM353 348Q353 402 326 438T251 474Q203 474 172 452Q136 427 136 375Q136 289 222 289H348Q353 313 353 348Z" />
-  <glyph unicode=":" glyph-name="colon" horiz-adv-x="220" 
-    d="M190 335Q190 310 173 293T130 275Q105 275 88 292T70 335Q70 360 87 377T130 395Q155 395 172 378T190 335ZM190 55Q190 30 173 13T130 -5Q105 -5 88 12T70 55Q70 80 87 97T130 115Q155 115 172 98T190 55Z" />
-  <glyph unicode="B" glyph-name="B" horiz-adv-x="549" 
-    d="M526 188Q526 93 464 44Q406 -1 306 -1H43V581H298Q367 581 419 538Q476 490 476 415Q476 363 445 323Q526 274 526 188ZM365 415Q365 437 347 453T298 469H155V353H298Q323 353 344 371T365 415ZM415 188Q415 205 395 222Q364 248 298 248H155V111H305Q358 111 383 124Q415 142 415 188Z" />
-  <glyph unicode="G" glyph-name="G" horiz-adv-x="612" 
-    d="M597 230Q597 132 514 63T322 -7Q195 -7 111 78T27 290Q27 427 106 511T322 595Q458 595 541 504Q557 487 557 467Q557 444 540 427T499 410Q476 410 459 429Q409 483 322 483Q232 483 186 432T139 290Q139 209 190 157T322 105Q380 105 425 135Q465 162 479 201H354Q328 201 313 217T298 257Q298 280 313 296T354 313H597V230Z" />
-  <glyph unicode="S" glyph-name="S" horiz-adv-x="519" 
-    d="M506 186Q506 127 464 76T365 6Q322 -7 267 -7Q175 -7 87 28Q52 42 52 78Q52 101 67 118T106 136Q117 136 129 132Q196 105 267 105Q307 105 334 114Q356 121 371 139T387 176Q387 193 374 207Q345 242 259 254Q44 284 44 424Q44 509 125 552Q190 585 283 585Q376 585 436 556Q468 540 468 507Q468 485 453 467T414 449Q401 449 387 455Q351 473 281 473V473Q156 473 156 424Q156 390 255 366Q321 351 387 336Q437 317 466 286Q506 242 506 186Z" />
-  <glyph unicode="V" glyph-name="V" horiz-adv-x="571" 
-    d="M556 540Q556 530 553 520L391 58Q369 -6 291 -6Q213 -6 191 58L32 520Q28 530 28 540Q28 564 46 579T86 595Q124 595 137 557L242 260Q278 158 292 93Q314 178 342 257L447 557Q460 595 498 595Q521 595 538 580T556 540Z" />
-  <glyph unicode="_" glyph-name="underscore" horiz-adv-x="616" 
-    d="M616 -59Q616 -82 602 -97Q587 -115 560 -115H101Q75 -115 60 -97Q46 -82 46 -59Q46 -36 60 -20T101 -3H560Q587 -3 601 -19T616 -59Z" />
-  <glyph unicode="a" glyph-name="a" horiz-adv-x="500" 
-    d="M464 -2H212Q134 -2 88 41T41 164Q41 250 102 294Q154 333 240 333Q267 333 301 316Q340 297 352 269Q354 277 354 288Q354 348 293 363Q288 364 250 367Q225 370 210 380Q188 396 187 427Q187 479 259 479Q345 479 401 437Q464 390 464 307V-2ZM352 110V154Q352 189 312 209Q279 226 240 226Q153 226 153 164Q153 110 226 110H227H352Z" />
-  <glyph unicode="b" glyph-name="b" horiz-adv-x="456" 
-    d="M437 221Q437 123 379 62Q320 -2 223 -2Q197 -2 171 6T138 35Q130 0 93 0Q71 0 55 14T38 56V509Q38 536 54 550T94 565Q116 565 132 550T149 509V423Q166 467 232 467Q317 467 374 400Q437 324 437 221ZM326 218Q326 283 288 327Q267 353 219 353Q149 353 149 295V180Q149 148 182 127Q206 110 223 110Q272 110 299 139T326 218Z" />
-  <glyph unicode="c" glyph-name="c" horiz-adv-x="432" 
-    d="M430 76Q430 49 405 31Q347 -9 267 -9Q160 -9 97 56T33 230Q33 331 99 400T267 469Q333 469 388 437Q417 420 417 390Q417 368 401 350T361 332Q346 332 332 340Q303 357 267 357Q213 357 179 322T145 230Q145 103 267 103Q312 103 342 124Q357 135 374 135Q397 135 413 117T430 76Z" />
-  <glyph unicode="e" glyph-name="e" horiz-adv-x="512" 
-    d="M491 155H165Q195 104 271 104Q299 104 317 85Q332 69 332 46Q332 23 317 8T271 -8Q166 -8 101 56T36 228Q36 341 99 407T273 473Q379 473 438 394Q491 323 491 213V155ZM373 267Q364 309 345 331Q319 361 273 361Q168 361 151 267H152H373Z" />
-  <glyph unicode="g" glyph-name="g" horiz-adv-x="479" 
-    d="M439 111Q439 10 390 -72Q333 -170 238 -170Q213 -170 198 -153T183 -113Q183 -67 230 -59Q257 -54 277 -37Q291 -24 298 -16Q309 -1 312 15Q287 1 253 1Q39 1 39 240Q39 333 100 396T255 460H327Q366 460 402 432T439 367V111ZM327 141V314Q327 330 300 340Q279 349 255 349Q209 349 180 318T151 240Q151 173 169 146Q192 113 253 113Q299 113 327 141Z" />
-  <glyph unicode="h" glyph-name="h" horiz-adv-x="464" 
-    d="M431 284V55Q431 28 414 14T375 -1Q352 -1 336 13T319 55V284Q319 313 298 328T247 344Q214 344 189 327T163 281V55Q163 28 146 14T107 -1Q84 -1 68 13T51 55V525Q51 552 67 566T107 581Q129 581 146 567T163 525V407Q192 455 249 455Q323 455 374 412Q431 364 431 284Z" />
-  <glyph unicode="i" glyph-name="i" horiz-adv-x="201" 
-    d="M164 551Q164 527 148 511T108 494Q85 494 69 510T52 551Q52 574 68 590T108 607Q131 607 147 591T164 551ZM164 55Q164 28 148 14T108 -1Q85 -1 70 13Q52 28 52 55V404Q52 431 70 446Q85 460 108 460Q131 460 147 446T164 404V55Z" />
-  <glyph unicode="k" glyph-name="k" horiz-adv-x="470" 
-    d="M456 54Q456 31 438 15T397 -2Q368 -2 351 25L224 233Q200 208 148 160V55Q148 28 131 14T92 -1Q69 -1 53 13T36 55V527Q36 553 52 568T92 583Q114 583 131 568T148 527V299Q166 332 194 360L263 429Q281 446 302 446Q325 446 342 429T360 388Q360 366 342 349Q315 323 308 311L447 84Q456 69 456 54Z" />
-  <glyph unicode="l" glyph-name="l" horiz-adv-x="200" 
-    d="M164 55Q164 28 148 14T108 -1Q85 -1 70 13Q52 28 52 55V526Q52 552 70 568Q85 582 108 582Q131 582 147 567T164 526V55Z" />
-  <glyph unicode="m" glyph-name="m" horiz-adv-x="836" 
-    d="M800 55Q800 28 784 14T744 -1Q722 -1 705 13T688 55V294Q688 355 625 355H486V55Q486 28 469 14T430 -1Q407 -1 391 13T374 55V294Q374 355 310 355H171V55Q171 28 155 14T115 -1Q92 -1 77 13Q59 28 59 55V468H625Q702 468 751 420T800 294V55Z" />
-  <glyph unicode="o" glyph-name="o" horiz-adv-x="528" 
-    d="M498 230Q498 125 434 58T264 -9Q155 -9 92 59Q31 124 31 230Q31 331 96 400T264 469Q367 469 432 401T498 230ZM386 230Q386 287 353 322T264 357Q211 357 177 322T143 230Q143 103 264 103Q323 103 354 137T386 230Z" />
-  <glyph unicode="p" glyph-name="p" horiz-adv-x="457" 
-    d="M436 244Q436 144 383 75Q326 -1 229 -1Q209 -1 187 9Q159 20 150 40V-98Q150 -124 134 -139T94 -154Q71 -154 56 -140Q38 -124 38 -98V413Q38 439 56 455Q71 469 94 469Q128 469 137 430Q167 468 218 468Q314 468 375 404T436 244ZM324 244Q324 306 289 334Q262 356 218 356Q150 356 150 290V175Q150 111 229 111Q285 111 308 160Q324 193 324 244Z" />
-  <glyph unicode="q" glyph-name="q" horiz-adv-x="490" 
-    d="M446 -98Q446 -124 430 -139T390 -154Q367 -154 351 -139T334 -98V40Q305 -1 255 -1Q166 -1 109 65Q48 133 48 244Q48 340 109 404T266 468Q306 468 347 430Q352 446 366 457T395 469Q417 469 431 452T446 413V-98ZM334 180V290Q334 356 266 356Q217 356 189 325T160 244Q160 191 181 155Q206 111 255 111Q282 111 306 130Q334 151 334 180Z" />
-  <glyph unicode="r" glyph-name="r" horiz-adv-x="374" 
-    d="M364 413Q364 390 352 375Q338 357 315 357Q310 357 300 358T285 360Q239 360 202 331Q163 299 163 254V55Q163 28 147 14T107 -1Q84 -1 69 13Q51 28 51 55V406Q51 430 68 446T109 462Q131 462 146 443T162 389V389Q162 388 162 387Q179 441 232 460Q265 472 292 472Q306 472 319 469Q364 458 364 413Z" />
-  <glyph unicode="s" glyph-name="s" horiz-adv-x="473" 
-    d="M445 153Q445 67 375 26Q319 -6 227 -6Q173 -6 98 21Q60 35 60 72Q60 95 75 112T114 130Q125 130 136 126Q193 106 227 106Q288 106 316 125Q332 136 332 147Q332 168 265 180T193 193Q150 202 125 213Q51 247 51 320Q51 398 121 441Q180 478 263 478Q333 478 387 453Q421 438 421 404Q421 381 405 363T366 345Q354 345 341 351Q309 366 263 366Q261 366 254 366T241 366Q205 366 185 357T165 334Q165 319 186 311Q204 304 277 289Q347 275 375 263Q445 233 445 153Z"/>
-  <glyph unicode="t" glyph-name="t" horiz-adv-x="350" 
-    d="M339 52Q339 -8 233 -8Q90 -8 90 148V350Q66 350 53 366T40 405Q40 417 65 433T90 462V507Q90 533 106 548T146 563Q168 563 185 548T202 507V462H281Q308 462 322 446T337 406Q337 383 323 367T281 350H202V137Q202 117 207 111T233 104Q241 104 257 106T282 109Q305 109 322 92T339 52Z" />
-  <glyph unicode="u" glyph-name="u" horiz-adv-x="517" 
-    d="M474 0H223Q145 0 96 47T47 173V412Q47 438 64 453T103 468Q126 468 142 453T159 412V173Q159 112 223 112H362V412Q362 438 380 454Q395 468 418 468Q441 468 457 453T474 412V0Z" />
-  <glyph unicode="w" glyph-name="w" horiz-adv-x="802" 
-    d="M777 408Q777 398 773 387L668 93Q631 -9 553 -9Q517 -9 487 17T442 93Q431 129 400 255Q381 184 379 175T351 93Q316 -8 237 -9Q201 -9 172 17Q140 44 125 93L33 388Q30 398 30 407Q30 431 47 447T88 463Q126 463 139 424L200 239Q207 220 243 92Q253 132 288 244L347 415Q364 465 403 465Q442 465 460 412L519 234Q528 210 560 92Q568 125 601 231L668 425Q681 462 718 462Q741 462 759 447T777 408Z" />
-  <glyph unicode="x" glyph-name="x" horiz-adv-x="432" 
-    d="M402 54Q402 32 384 15T342 -2Q314 -2 298 23L222 142L146 23Q130 -2 103 -2Q80 -2 61 15T42 54Q42 71 54 87L164 230L54 374Q42 389 42 406Q42 429 61 446T103 463Q130 463 146 438L222 318L298 438Q314 463 342 463Q365 463 383 446T402 406Q402 389 390 374L280 230L390 87Q402 71 402 54Z" />
-  <hkern g1="V" g2="c" k="57" />
-  <hkern g1="V" g2="e" k="57" />
-  <hkern g1="V" g2="o" k="57" />
-  <hkern g1="V" g2="r" k="47" />
-  <hkern g1="V" g2="u" k="47" />
-  <hkern g1="e" g2="t" k="19" />
-  <hkern g1="f" g2="a" k="94" />
-  <hkern g1="f" g2="c" k="94" />
-  <hkern g1="f" g2="e" k="94" />
-  <hkern g1="f" g2="o" k="94" />
-  <hkern g1="r" g2="a" k="85" />
-  <hkern g1="r" g2="c" k="19" />
-  <hkern g1="r" g2="e" k="19" />
-  <hkern g1="r" g2="g" k="47" />
-  <hkern g1="r" g2="o" k="28" />
-  <hkern g1="w" g2="a" k="38" />
-  <hkern g1="w" g2="c" k="38" />
-  <hkern g1="w" g2="e" k="38" />
-  <hkern g1="w" g2="g" k="38" />
-  <hkern g1="w" g2="o" k="38" />
-</font>
-</svg>
-
-    </xsl:template>
-</xsl:stylesheet>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/squiggleIcon.png
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/squiggleIcon.png b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/squiggleIcon.png
deleted file mode 100644
index 196d4c1..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/squiggleIcon.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f690ea2f/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/stop.gif
----------------------------------------------------------------------
diff --git a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/stop.gif b/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/stop.gif
deleted file mode 100644
index d8a5477..0000000
Binary files a/modules/thirdparty/batik/resources/org/apache/flex/forks/batik/apps/svgbrowser/resources/stop.gif and /dev/null differ