blob: d5e50f0e368d03fb71d385d499a8be485f06cfbf [file] [log] [blame]
aplatov805e8cf2010-08-23 10:23:12 +00001<?xml version="1.0" encoding="UTF-8"?>
2<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <artifactId>core</artifactId>
7 <groupId>org.eclipse.dltk.core</groupId>
8 <version>0.0.1-SNAPSHOT</version>
9 <relativePath>../..</relativePath>
10 </parent>
11 <groupId>org.eclipse.dltk.core</groupId>
12 <artifactId>org.eclipse.dltk.core.index.sql</artifactId>
apanchenk4c48f332010-10-27 14:09:47 +000013 <version>3.0.0-SNAPSHOT</version>
aplatov805e8cf2010-08-23 10:23:12 +000014 <packaging>eclipse-plugin</packaging>
15</project>