IDEMPIERE-105 Move org.apache.xerces bundle to workspace lib/plugins as the springsource maven repository is missing the metadata for version 2.9.1

(transplanted from 1e82ba3dc8c2edeccbdccca03228a542f0ecc93b)
This commit is contained in:
Heng Sin Low 2011-12-06 00:40:14 +08:00
parent 8e04547cb7
commit 5c3266eef6
2 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,9 @@
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.taglibs\.standard$" componentType="osgi.bundle" versionOverride="[1.1.2.0,1.2.0.0)"/>
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.xmlcommons$" componentType="osgi.bundle" versionOverride="[1.3.4,1.4.0)"/>
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.xml\.serializer$" componentType="osgi.bundle" versionOverride="[2.7.1,2.8.0)"/>
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.xerces$" componentType="osgi.bundle" versionOverride="[2.9.1,3.0.0)"/>
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.xerces$" componentType="osgi.bundle" versionOverride="[2.9.1,3.0.0)">
<cq:property key="jar.version" value="2.9.1"/>
</cq:advisorNode>
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.xml\.resolver$" componentType="osgi.bundle" versionOverride="[1.2.0,1.3.0)"/>
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.commons\.collections$" componentType="osgi.bundle" versionOverride="[3.2.1,4.0.0)"/>
<cq:advisorNode namePattern="^com\.springsource\.org\.apache\.commons\.net$" componentType="osgi.bundle" versionOverride="[2.0.0,3.0.0)"/>

View File

@ -14,6 +14,7 @@
<rm:locator pattern="^org\.eclipse\.gemini(\..+)?" searchPathRef="gemini.maven" failOnError="false"/>
<rm:locator pattern="^org\.eclipse\.virgo(\..+)?" searchPathRef="gemini.maven" failOnError="false"/>
<rm:locator pattern="^com\.springsource(\..+)?" searchPathRef="spring.external.maven" failOnError="false"/>
<rm:locator pattern="^com\.springsource(\..+)?" searchPathRef="workspace.bundle.jar" failOnError="false"/>
<rm:locator pattern="^org\.springframework(\..+)?" searchPathRef="spring.maven" failOnError="false"/>
<rm:locator pattern="^org\.restlet(\..+)?" searchPathRef="restlet.maven" failOnError="false"/>
<rm:locator searchPathRef="workspace.bundle.project" failOnError="false"/>