You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2016/09/18 13:20:07 UTC

svn commit: r1761327 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt licenses/bin/README.txt res/maven/ApacheJMeter_parent.pom xdocs/changes.xml

Author: pmouawad
Date: Sun Sep 18 13:20:07 2016
New Revision: 1761327

URL: http://svn.apache.org/viewvc?rev=1761327&view=rev
Log:
Update to xmlgraphics-commons 2.1 (from 2.0.1)

Modified:
    jmeter/trunk/LICENSE
    jmeter/trunk/build.properties
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/lib/   (props changed)
    jmeter/trunk/lib/aareadme.txt
    jmeter/trunk/licenses/bin/README.txt
    jmeter/trunk/res/maven/ApacheJMeter_parent.pom
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/LICENSE
URL: http://svn.apache.org/viewvc/jmeter/trunk/LICENSE?rev=1761327&r1=1761326&r2=1761327&view=diff
==============================================================================
--- jmeter/trunk/LICENSE [utf-8] (original)
+++ jmeter/trunk/LICENSE [utf-8] Sun Sep 18 13:20:07 2016
@@ -238,7 +238,7 @@ The following software is provided under
 * xalan-2.7.2.jar
 * xerces-2.11.0.jar
 * xml-apis-1.4.01.jar
-* xmlgraphics-commons-2.0.1.jar
+* xmlgraphics-commons-2.1.jar
 
 - Software produced outside the ASF which is available under AL 2.0:
 

Modified: jmeter/trunk/build.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1761327&r1=1761326&r2=1761327&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Sun Sep 18 13:20:07 2016
@@ -342,10 +342,10 @@ xml-apis.loc                = ${maven2.r
 xml-apis.md5                = 7eaad6fea5925cca6c36ee8b3e02ac9d
 
 # Codecs were previously provided by Batik
-xmlgraphics-commons.version = 2.0.1
+xmlgraphics-commons.version = 2.1
 xmlgraphics-commons.jar     = xmlgraphics-commons-${xmlgraphics-commons.version}.jar
 xmlgraphics-commons.loc     = ${maven2.repo}/org/apache/xmlgraphics/xmlgraphics-commons/${xmlgraphics-commons.version}
-xmlgraphics-commons.md5     = 3e2f94121bc01655e4064a5f1a05a21f
+xmlgraphics-commons.md5     = ed394303ec89fd0604c98208f96a2c2f
 
 # JavaMail jars (N.B. these are available under CDDL)
 javamail.version            = 1.5.0-b01

Modified: jmeter/trunk/eclipse.classpath
URL: http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1761327&r1=1761326&r2=1761327&view=diff
==============================================================================
--- jmeter/trunk/eclipse.classpath (original)
+++ jmeter/trunk/eclipse.classpath Sun Sep 18 13:20:07 2016
@@ -96,7 +96,7 @@
 	<classpathentry kind="lib" path="lib/xalan-2.7.2.jar"/>
 	<classpathentry kind="lib" path="lib/xercesImpl-2.11.0.jar"/>
 	<classpathentry kind="lib" path="lib/xml-apis-1.4.01.jar"/>
-	<classpathentry kind="lib" path="lib/xmlgraphics-commons-2.0.1.jar"/>
+	<classpathentry kind="lib" path="lib/xmlgraphics-commons-2.1.jar"/>
 	<classpathentry kind="lib" path="lib/xmlpull-1.1.3.1.jar"/>
 	<classpathentry kind="lib" path="lib/xpp3_min-1.1.4c.jar"/>
 	<classpathentry kind="lib" path="lib/xstream-1.4.9.jar"/>

Propchange: jmeter/trunk/lib/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Sep 18 13:20:07 2016
@@ -56,7 +56,7 @@ tika-parsers-1.13.jar
 xalan-2.7.2.jar
 xercesImpl-2.11.0.jar
 xml-apis-1.4.01.jar
-xmlgraphics-commons-2.0.1.jar
+xmlgraphics-commons-2.1.jar
 xmlpull-1.1.3.1.jar
 xpp3_min-1.1.4c.jar
 xstream-1.4.9.jar

Modified: jmeter/trunk/lib/aareadme.txt
URL: http://svn.apache.org/viewvc/jmeter/trunk/lib/aareadme.txt?rev=1761327&r1=1761326&r2=1761327&view=diff
==============================================================================
--- jmeter/trunk/lib/aareadme.txt (original)
+++ jmeter/trunk/lib/aareadme.txt Sun Sep 18 13:20:07 2016
@@ -261,7 +261,7 @@ http://xerces.apache.org/xerces2-j/downl
 
 The x* jars above are used for XML handling
 
-xmlgraphics-commons-2.0.1 (org.apache.xmlgraphics.image.codec)
+xmlgraphics-commons-2.1 (org.apache.xmlgraphics.image.codec)
 ------------------
 http://xmlgraphics.apache.org/commons/download.html
 - SaveGraphicsService

Modified: jmeter/trunk/licenses/bin/README.txt
URL: http://svn.apache.org/viewvc/jmeter/trunk/licenses/bin/README.txt?rev=1761327&r1=1761326&r2=1761327&view=diff
==============================================================================
--- jmeter/trunk/licenses/bin/README.txt (original)
+++ jmeter/trunk/licenses/bin/README.txt Sun Sep 18 13:20:07 2016
@@ -33,4 +33,4 @@ tika-parsers-1.13.jar
 xalan-2.7.2.jar
 xercesImpl-2.11.0.jar
 xml-apis-1.4.01.jar
-xmlgraphics-commons-2.0.1.jar
+xmlgraphics-commons-2.1.jar

Modified: jmeter/trunk/res/maven/ApacheJMeter_parent.pom
URL: http://svn.apache.org/viewvc/jmeter/trunk/res/maven/ApacheJMeter_parent.pom?rev=1761327&r1=1761326&r2=1761327&view=diff
==============================================================================
--- jmeter/trunk/res/maven/ApacheJMeter_parent.pom (original)
+++ jmeter/trunk/res/maven/ApacheJMeter_parent.pom Sun Sep 18 13:20:07 2016
@@ -107,7 +107,7 @@ under the License.
       <serializer.version>2.7.2</serializer.version>
       <xerces.version>2.11.0</xerces.version>
       <xml-apis.version>1.4.01</xml-apis.version>
-      <xmlgraphics-commons.version>2.0.1</xmlgraphics-commons.version>
+      <xmlgraphics-commons.version>2.1</xmlgraphics-commons.version>
       <javamail.version>1.5.0-b01</javamail.version>
       <jms.version>1.1.1</jms.version>
     </properties>

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1761327&r1=1761326&r2=1761327&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sun Sep 18 13:20:07 2016
@@ -172,6 +172,7 @@ Summary
     <li>Updated to rsyntaxtextarea-2.6.0 (from 2.5.8)</li>
     <li>Updated to xstream 1.4.9 (from 1.4.8)</li>
     <li>Updated to jodd 3.7.1 (from 3.6.7.jar)</li>
+    <li>Updated to xmlgraphics-commons 2.1 (from 2.0.1)</li>
     <li><pr>215</pr>Reduce duplicated code by using the newly added method <code>GuiUtils#cancelEditing</code>.
     Contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com)</li>
     <li><pr>218</pr>Misc cleanup. Contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com)</li>