eclipse/servlet-1.0.0-v20070606.pom
Andrew Overholt d0678744b8 Make o.e.osgi.services and o.e.equinox.http.servlet usable by maven
Install o.e.osgi.services and o.e.equinox.http.servlet symlinks in
javadir/eclipse and put POMs into mavenpomdir.  This fixes
https://bugzilla.redhat.com/769621.
2011-12-22 12:30:55 -05:00

13 lines
423 B
XML

<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.equinox.http</groupId>
<artifactId>servlet</artifactId>
<name>Http Services Servlet</name>
<version>1.0.0-v20070606</version>
<licenses>
<license>
<name>Eclipse Public License - v 1.0</name>
<url>http://www.eclipse.org/org/documents/epl-v10.html</url>
</license>
</licenses>
</project>