blob: 2b883e32c783fe55a4efbb1c68bd91c107f7fdd7 [file] [log] [blame]
Thomas Watson0c5882c2012-05-22 13:41:26 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (c) 2012 Eclipse Foundation.
4 All rights reserved. This program and the accompanying materials
5 are made available under the terms of the Eclipse Distribution License v1.0
6 which accompanies this distribution, and is available at
7 http://www.eclipse.org/org/documents/edl-v10.php
Carsten Hammerfd878b52019-07-05 20:40:11 +02008
Thomas Watson0c5882c2012-05-22 13:41:26 -05009 Contributors:
10 Igor Fedorenko - initial implementation
11-->
Thomas Watson8b767d42013-03-27 09:42:24 -050012<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Thomas Watson0c5882c2012-05-22 13:41:26 -050013 <modelVersion>4.0.0</modelVersion>
14 <parent>
15 <artifactId>rt.equinox.bundles</artifactId>
16 <groupId>org.eclipse.equinox.bundles</groupId>
Niraj Modi7e6aa3f2019-12-06 19:15:13 +053017 <version>4.15.0-SNAPSHOT</version>
Thomas Watson0c5882c2012-05-22 13:41:26 -050018 <relativePath>../../</relativePath>
19 </parent>
Thomas Watson55c89972013-02-25 11:02:24 -060020 <groupId>org.eclipse.equinox</groupId>
Thomas Watson0c5882c2012-05-22 13:41:26 -050021 <artifactId>org.eclipse.equinox.jsp.jasper</artifactId>
Karsten Thoms3a7f1992019-12-11 18:43:11 +010022 <version>1.1.400-SNAPSHOT</version>
Thomas Watson0c5882c2012-05-22 13:41:26 -050023 <packaging>eclipse-plugin</packaging>
Thomas Watson0c5882c2012-05-22 13:41:26 -050024</project>