Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2017-11-30 13:33:42 +0000
committerMickael Istria2017-11-30 15:07:06 +0000
commit12696e3bfaaeb2bd17e1e79361d009b3906d9946 (patch)
treedcff1d10328773589a08b9b870287b5ed26174bd /org.eclipse.jface.text.examples/pom.xml
parent1a226fbce19dd05b21b2fd1127a80101d93a522a (diff)
downloadeclipse.platform.text-12696e3bfaaeb2bd17e1e79361d009b3906d9946.tar.gz
eclipse.platform.text-12696e3bfaaeb2bd17e1e79361d009b3906d9946.tar.xz
eclipse.platform.text-12696e3bfaaeb2bd17e1e79361d009b3906d9946.zip
Bug 527675 - inline annotations support example in build
Change-Id: I52f0593ce419dcb927a072aa052317e556324eb2 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'org.eclipse.jface.text.examples/pom.xml')
-rw-r--r--org.eclipse.jface.text.examples/pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/org.eclipse.jface.text.examples/pom.xml b/org.eclipse.jface.text.examples/pom.xml
new file mode 100644
index 00000000000..d1759805410
--- /dev/null
+++ b/org.eclipse.jface.text.examples/pom.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012, 2014 Eclipse Foundation and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+-->
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>eclipse.platform.text</artifactId>
+ <groupId>eclipse.platform.text</groupId>
+ <version>4.8.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.core</groupId>
+ <artifactId>org.eclipse.jface.text.examples</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>

Back to the top