Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2018-10-08 08:28:10 +0000
committerVincent Lorenzo2018-10-08 08:40:48 +0000
commit27b26398ac676209dc3020447a16ad44251cf4a2 (patch)
treeccff95ad8b5d6e69418f7ec7afc38cc98eb305c1 /releng/rcp
parent7b75b9f254d797a581765d5e6fdaab4ae0b1ad44 (diff)
downloadorg.eclipse.papyrus-27b26398ac676209dc3020447a16ad44251cf4a2.tar.gz
org.eclipse.papyrus-27b26398ac676209dc3020447a16ad44251cf4a2.tar.xz
org.eclipse.papyrus-27b26398ac676209dc3020447a16ad44251cf4a2.zip
Fix pom in releng folder : add full schema for project node + format all pom files
Change-Id: I1e9d72a14db01e0962d83438c97973c97cb3674c Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'releng/rcp')
-rwxr-xr-xreleng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml9
-rw-r--r--releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml11
-rwxr-xr-xreleng/rcp/org.eclipse.papyrus.rcp/pom.xml9
-rw-r--r--releng/rcp/pom.xml34
-rw-r--r--releng/rcp/targetPlatform/eclipse/pom.xml3
-rw-r--r--releng/rcp/targetPlatform/pom.xml3
-rw-r--r--releng/rcp/targetPlatform/portable/pom.xml3
7 files changed, 40 insertions, 32 deletions
diff --git a/releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml b/releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml
index 47df953903f..0afa5c0a580 100755
--- a/releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml
+++ b/releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml
@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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.rcp.releng</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>4.2.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
-
+
<artifactId>org.eclipse.papyrus.rcp.feature</artifactId>
<packaging>eclipse-feature</packaging>
-
+
</project>
diff --git a/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml b/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml
index 42000613e43..946f4d4cd73 100644
--- a/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml
+++ b/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml
@@ -1,22 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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.rcp.releng</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>4.2.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
-
+
<artifactId>org.eclipse.papyrus.rcp.product</artifactId>
<packaging>eclipse-repository</packaging>
-
+
<properties>
<product-id>org.eclipse.papyrus.rcp.product</product-id>
</properties>
-
+
<build>
<plugins>
<plugin>
diff --git a/releng/rcp/org.eclipse.papyrus.rcp/pom.xml b/releng/rcp/org.eclipse.papyrus.rcp/pom.xml
index 9b15c0bc190..2261844b2d6 100755
--- a/releng/rcp/org.eclipse.papyrus.rcp/pom.xml
+++ b/releng/rcp/org.eclipse.papyrus.rcp/pom.xml
@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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.rcp.releng</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>4.2.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
-
+
<artifactId>org.eclipse.papyrus.rcp</artifactId>
<packaging>eclipse-plugin</packaging>
-
+
</project>
diff --git a/releng/rcp/pom.xml b/releng/rcp/pom.xml
index fd3e2a1b482..ecbc0ee12ba 100644
--- a/releng/rcp/pom.xml
+++ b/releng/rcp/pom.xml
@@ -1,33 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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>
- <artifactId>org.eclipse.papyrus.all.releng</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
-
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.all.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+
<artifactId>org.eclipse.papyrus.rcp.releng</artifactId>
<version>4.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
-
+
<modules>
<module>org.eclipse.papyrus.rcp</module>
<module>org.eclipse.papyrus.rcp.feature</module>
<module>org.eclipse.papyrus.rcp.product</module>
<module>targetPlatform</module>
</modules>
-
+
<properties>
<!-- Timestamp used in various places, e.g. the about dialog (see about.mappings) -->
- <eclipse.simultaneous.release.build>${maven.build.timestamp}</eclipse.simultaneous.release.build>
- <!-- Human readable name of the release, e.g. used in the about dialog (see about.mappings) -->
- <eclipse.simultaneous.release.name>2018-09 (4.8)</eclipse.simultaneous.release.name>
- <target.platform>org.eclipse.papyrus.rcp.${target.suffix}.target</target.platform>
+ <eclipse.simultaneous.release.build>${maven.build.timestamp}</eclipse.simultaneous.release.build>
+ <!-- Human readable name of the release, e.g. used in the about dialog
+ (see about.mappings) -->
+ <eclipse.simultaneous.release.name>2018-09 (4.8)</eclipse.simultaneous.release.name>
+ <target.platform>org.eclipse.papyrus.rcp.${target.suffix}.target</target.platform>
</properties>
-
+
<repositories>
<!-- Papyrus repository -->
<repository>
@@ -36,7 +38,7 @@
<url>${papyrus.repo.main}</url>
</repository>
</repositories>
-
+
<build>
<plugins>
<plugin>
@@ -73,7 +75,7 @@
</plugin>
</plugins>
</build>
-
+
<profiles>
<profile>
<id>update-branding-plugins-about.mappings</id>
diff --git a/releng/rcp/targetPlatform/eclipse/pom.xml b/releng/rcp/targetPlatform/eclipse/pom.xml
index 5a400d7e14c..82c230d0fcf 100644
--- a/releng/rcp/targetPlatform/eclipse/pom.xml
+++ b/releng/rcp/targetPlatform/eclipse/pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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>
diff --git a/releng/rcp/targetPlatform/pom.xml b/releng/rcp/targetPlatform/pom.xml
index 58071d331ff..d211edec9a5 100644
--- a/releng/rcp/targetPlatform/pom.xml
+++ b/releng/rcp/targetPlatform/pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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>
diff --git a/releng/rcp/targetPlatform/portable/pom.xml b/releng/rcp/targetPlatform/portable/pom.xml
index 352a11a1a7c..2e78c8aba4c 100644
--- a/releng/rcp/targetPlatform/portable/pom.xml
+++ b/releng/rcp/targetPlatform/portable/pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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>

Back to the top