Skip to content

Commit

Permalink
Adds <name> attribute in projects pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThuF committed Dec 16, 2015
1 parent b936e21 commit 1242b82
Show file tree
Hide file tree
Showing 118 changed files with 966 additions and 932 deletions.
@@ -1,5 +1,5 @@
<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">

<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>
Expand All @@ -9,6 +9,7 @@
<relativePath>../pom.xml</relativePath>
</parent>

<name>Bridge - Ext</name>
<artifactId>org.eclipse.dirigible.bridge.ext</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
@@ -1,5 +1,5 @@
<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">

<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>
Expand All @@ -9,6 +9,7 @@
<relativePath>../pom.xml</relativePath>
</parent>

<name>Bridge</name>
<artifactId>org.eclipse.dirigible.bridge</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
@@ -1,5 +1,5 @@
<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">

<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>
Expand All @@ -9,7 +9,7 @@
<relativePath>../pom.xml</relativePath>
</parent>


<name>Bridge - Parent</name>
<groupId>org.eclipse.dirigible.bridge</groupId>
<artifactId>org.eclipse.dirigible.bridge.parent</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -57,5 +57,5 @@
<module>org.eclipse.dirigible.bridge</module>
<module>org.eclipse.dirigible.bridge.ext</module>
</modules>
</project>

</project>
@@ -1,15 +1,16 @@
<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">

<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>

<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.dirigible.ide</groupId>
<artifactId>org.eclipse.dirigible.ide.parent</artifactId>
<version>2.2.151117</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>IDE - Cheatsheets</name>
<artifactId>org.eclipse.dirigible.ide.cheatsheets</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
@@ -1,15 +1,16 @@
<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">

<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>

<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.dirigible.ide</groupId>
<artifactId>org.eclipse.dirigible.ide.parent</artifactId>
<version>2.2.151117</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>IDE - Common - RAP</name>
<artifactId>org.eclipse.dirigible.ide.common.rap</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
@@ -1,15 +1,16 @@
<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">

<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>

<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.dirigible.ide</groupId>
<artifactId>org.eclipse.dirigible.ide.parent</artifactId>
<version>2.2.151117</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>IDE - Common - RCP</name>
<artifactId>org.eclipse.dirigible.ide.common.rcp</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
@@ -1,15 +1,16 @@
<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">

<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>

<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.dirigible.ide</groupId>
<artifactId>org.eclipse.dirigible.ide.parent</artifactId>
<version>2.2.151117</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>IDE - Common</name>
<artifactId>org.eclipse.dirigible.ide.common</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
@@ -1,15 +1,16 @@
<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">

<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>

<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.dirigible.ide</groupId>
<artifactId>org.eclipse.dirigible.ide.parent</artifactId>
<version>2.2.151117</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>IDE - DB Export - RAP</name>
<artifactId>org.eclipse.dirigible.ide.db.export.rap</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
@@ -1,15 +1,16 @@
<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">

<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>

<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.dirigible.ide</groupId>
<artifactId>org.eclipse.dirigible.ide.parent</artifactId>
<version>2.2.151117</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>IDE - DB Export - RCP</name>
<artifactId>org.eclipse.dirigible.ide.db.export.rcp</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
@@ -1,15 +1,16 @@
<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">

<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>

<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.dirigible.ide</groupId>
<artifactId>org.eclipse.dirigible.ide.parent</artifactId>
<version>2.2.151117</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>IDE - DB Publish</name>
<artifactId>org.eclipse.dirigible.ide.db.publish</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
@@ -1,15 +1,16 @@
<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">

<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>

<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.dirigible.ide</groupId>
<artifactId>org.eclipse.dirigible.ide.parent</artifactId>
<version>2.2.151117</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>IDE - DB SQLConsole - RAP</name>
<artifactId>org.eclipse.dirigible.ide.db.sqlconsole.rap</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
@@ -1,15 +1,16 @@
<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">

<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>

<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.dirigible.ide</groupId>
<artifactId>org.eclipse.dirigible.ide.parent</artifactId>
<version>2.2.151117</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>IDE - DB SQLConsole - RCP</name>
<artifactId>org.eclipse.dirigible.ide.db.sqlconsole.rcp</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
@@ -1,15 +1,16 @@
<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">

<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>

<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.dirigible.ide</groupId>
<artifactId>org.eclipse.dirigible.ide.parent</artifactId>
<version>2.2.151117</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>IDE - DB Viewer</name>
<artifactId>org.eclipse.dirigible.ide.db.viewer</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
@@ -1,15 +1,16 @@
<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">

<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>

<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.dirigible.ide</groupId>
<artifactId>org.eclipse.dirigible.ide.parent</artifactId>
<version>2.2.151117</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>IDE - Debug Model</name>
<artifactId>org.eclipse.dirigible.ide.debug.model</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
@@ -1,15 +1,16 @@
<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">

<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>

<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.dirigible.ide</groupId>
<artifactId>org.eclipse.dirigible.ide.parent</artifactId>
<version>2.2.151117</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>IDE - Debug UI</name>
<artifactId>org.eclipse.dirigible.ide.debug.ui</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
@@ -1,15 +1,16 @@
<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">

<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>

<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.dirigible.ide</groupId>
<artifactId>org.eclipse.dirigible.ide.parent</artifactId>
<version>2.2.151117</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>IDE - Designer</name>
<artifactId>org.eclipse.dirigible.ide.designer</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
@@ -1,15 +1,16 @@
<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">

<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>

<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.dirigible.ide</groupId>
<artifactId>org.eclipse.dirigible.ide.parent</artifactId>
<version>2.2.151117</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>IDE - Editor - ACE</name>
<artifactId>org.eclipse.dirigible.ide.editor.ace</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
@@ -1,15 +1,16 @@
<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">

<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>

<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.dirigible.ide</groupId>
<artifactId>org.eclipse.dirigible.ide.parent</artifactId>
<version>2.2.151117</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>IDE - Editor - Orion</name>
<artifactId>org.eclipse.dirigible.ide.editor.orion</artifactId>
<packaging>eclipse-plugin</packaging>

</project>

0 comments on commit 1242b82

Please sign in to comment.