org.eclipse.wst.xml.xpath2.processor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.opengis.cite.eclipse.webtools.sse</groupId>
<artifactId>org.eclipse.wst.xml.xpath2.processor</artifactId>
<version>1.1.5-738bb7b85d</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.opengis.cite.eclipse.webtools.sse</groupId>
<artifactId>org.eclipse.wst.xml.xpath2.processor</artifactId>
<version>1.1.5-738bb7b85d</version>
<name>PsychoPath XPath 2.0 Processor</name>
<description>
Provides an XPath 2.0 processor (W3C Recommendations, December 2010). It is
a component of the Eclipse Web Tools Platform (Source Editing project). The
"R3_2_maintenance" branch is used by the Xerces2 Java library (on the branch
"xml-schema-1.1-dev") to enable XML Schema 1.1 assertion checking.
</description>
<url>http://www.eclipse.org/webtools/sse/</url>
<licenses>
<license>
<name>Eclipse Public License - v 1.0</name>
<url>https://www.eclipse.org/org/documents/epl-v10.php</url>
</license>
</licenses>
<scm>
<!-- Relevant branch is "R3_2_maintenance" -->
<connection>scm:git:git://git.eclipse.org/gitroot/sourceediting/webtools.sourceediting.xpath.git</connection>
<url>http://git.eclipse.org/c/sourceediting/webtools.sourceediting.xpath.git/?h=R3_2_maintenance</url>
</scm>
<developers>
<developer>
<id>mgandhi</id>
<name>Mukul Gandhi</name>
<email>mukulg.at.apache.org</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.opengis.cite.xerces</groupId>
<artifactId>xercesImpl-xsd11</artifactId>
<version>2.12-beta-r1667115</version>
</dependency>
<dependency>
<groupId>edu.princeton.cup</groupId>
<artifactId>java-cup</artifactId>
<version>10k</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>4.6</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>