org.apache.xerces/plugin.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.13 - (download) (as text) (annotate)
Thu Nov 6 14:44:23 2003 UTC (6 years ago) by dj
Branch: MAIN
CVS Tags: v20031215, v20031201, v20031106, v20040216, HEAD
Changes since 1.12: +1 -0 lines
Added "eclipse" precondition tag to the plugin manifiest.
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
  name="%pluginName"
  id="org.apache.xerces"
  version="4.0.13"  
  provider-name="%providerName">
  
  <!-- This is an IBM maintenance branch of xerces 2.0.0  -->

	<runtime>
		<library name="xmlParserAPIs.jar">
			<export name="*"/>
			<packages prefixes="javax.xml,org.w3c.dom,org.xml.sax"/>
		</library>
		<library name="xercesImpl.jar">
			<export name="*"/>
			<packages prefixes="org.apache,org.w3c.dom"/>
		</library>
	</runtime>

</plugin>