Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Einarsson2015-02-04 11:50:19 +0000
committerFredrik Einarsson2015-02-04 11:50:19 +0000
commit60daeceb4bbb4b19e432a33b54de9e2d98972c2b (patch)
treeda748534b7c3f7a9bfafa327af160df2831c3078 /plugins/org.eclipse.emf.henshin.examples
parent67f118c07f4a594cd59c88e9f6cec94b4e1adc54 (diff)
downloadorg.eclipse.emft.henshin-60daeceb4bbb4b19e432a33b54de9e2d98972c2b.tar.gz
org.eclipse.emft.henshin-60daeceb4bbb4b19e432a33b54de9e2d98972c2b.tar.xz
org.eclipse.emft.henshin-60daeceb4bbb4b19e432a33b54de9e2d98972c2b.zip
Fixing "there is no schema defined for this pom.xml" warning by adding
schema to pom.xml Change-Id: I80eb0b5bb0cfaa78cd0061ba175d494187057168 Signed-off-by: Fredrik Einarsson <einarsson.f@gmail.com>
Diffstat (limited to 'plugins/org.eclipse.emf.henshin.examples')
-rw-r--r--plugins/org.eclipse.emf.henshin.examples/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.henshin.examples/pom.xml b/plugins/org.eclipse.emf.henshin.examples/pom.xml
index 017099b92..7979c76bf 100644
--- a/plugins/org.eclipse.emf.henshin.examples/pom.xml
+++ b/plugins/org.eclipse.emf.henshin.examples/pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>

Back to the top