Author: mrglavas
Date: Wed May  1 18:00:37 2013
New Revision: 1478124

URL: http://svn.apache.org/r1478124
Log:
Fixing JIRA Issue #1607: https://issues.apache.org/jira/browse/XERCESJ-1607. 
Specify the package name instead of the "Version" class to make information 
about the Xerces implementation available programmatically through the Java 
Package API.

Modified:
    xerces/java/trunk/src/manifest.xerces

Modified: xerces/java/trunk/src/manifest.xerces
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/src/manifest.xerces?rev=1478124&r1=1478123&r2=1478124&view=diff
==============================================================================
--- xerces/java/trunk/src/manifest.xerces (original)
+++ xerces/java/trunk/src/manifest.xerces Wed May  1 18:00:37 2013
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Created-By: @java.version@ (@java.vendor@)
 
-Name: org/apache/xerces/impl/Version.class
+Name: org/apache/xerces/impl/
 Comment: @impl.name@ 
 Implementation-Title: org.apache.xerces.impl.Version
 Implementation-Version: @impl.version@



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to