Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre2016-12-07 12:40:40 +0000
committerGerrit Code Review @ Eclipse.org2017-01-09 08:37:34 +0000
commitc5203a89d604bf9611fe3b5f29602aa80e09d987 (patch)
tree6d58099efe55d535ec9a598f8a71d529a176f724 /plugins/views
parent140d590fa25723ec789ede7a16cfd1a5c53931c7 (diff)
downloadorg.eclipse.papyrus-c5203a89d604bf9611fe3b5f29602aa80e09d987.tar.gz
org.eclipse.papyrus-c5203a89d604bf9611fe3b5f29602aa80e09d987.tar.xz
org.eclipse.papyrus-c5203a89d604bf9611fe3b5f29602aa80e09d987.zip
Bug 508512 - [Core] respecting maven convention
-adding pom.xml -adding the schema in the header enabling to remove the warning in eclipse Change-Id: I8ab35fb6c6a696c5feb44aa5236db1c02e86f08e Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
Diffstat (limited to 'plugins/views')
-rw-r--r--plugins/views/documentation/org.eclipse.papyrus.views.documentation/pom.xml3
-rw-r--r--plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/pom.xml3
-rw-r--r--plugins/views/references/org.eclipse.papyrus.views.references/pom.xml3
-rw-r--r--plugins/views/validation/org.eclipse.papyrus.views.validation/pom.xml3
4 files changed, 8 insertions, 4 deletions
diff --git a/plugins/views/documentation/org.eclipse.papyrus.views.documentation/pom.xml b/plugins/views/documentation/org.eclipse.papyrus.views.documentation/pom.xml
index e801a9b03c8..32fa687d069 100644
--- a/plugins/views/documentation/org.eclipse.papyrus.views.documentation/pom.xml
+++ b/plugins/views/documentation/org.eclipse.papyrus.views.documentation/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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.papyrus</groupId>
diff --git a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/pom.xml b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/pom.xml
index 85b9dcda687..64c3a781aeb 100644
--- a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/pom.xml
+++ b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.papyrus</groupId>
diff --git a/plugins/views/references/org.eclipse.papyrus.views.references/pom.xml b/plugins/views/references/org.eclipse.papyrus.views.references/pom.xml
index 57f0f06b4e6..3dd964fd8a6 100644
--- a/plugins/views/references/org.eclipse.papyrus.views.references/pom.xml
+++ b/plugins/views/references/org.eclipse.papyrus.views.references/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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.papyrus</groupId>
diff --git a/plugins/views/validation/org.eclipse.papyrus.views.validation/pom.xml b/plugins/views/validation/org.eclipse.papyrus.views.validation/pom.xml
index a8e9db1acf3..98d63db66bf 100644
--- a/plugins/views/validation/org.eclipse.papyrus.views.validation/pom.xml
+++ b/plugins/views/validation/org.eclipse.papyrus.views.validation/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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>org.eclipse.papyrus.views-validation</artifactId>

Back to the top