-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpom.xml
More file actions
40 lines (35 loc) · 1.31 KB
/
pom.xml
File metadata and controls
40 lines (35 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<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>
<artifactId>org.eclipse.glsp.ide.editor</artifactId>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>org.eclipse.glsp.ide</groupId>
<artifactId>org.eclipse.glsp.ide.parent</artifactId>
<version>2.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<url>https://www.eclipse.org/glsp</url>
<licenses>
<license>
<name>Eclipse Public License - v 2.0</name>
<url>http://www.eclipse.org/legal/epl-v20.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Eclipse GLSP Project</name>
<email>glsp-dev@eclipse.org</email>
<organization>Eclipse GLSP</organization>
<organizationUrl>https://projects.eclipse.org/projects/ecd.glsp</organizationUrl>
</developer>
</developers>
<scm>
<url>https://github.com/eclipse-glsp/glsp-eclipse-integration</url>
<connection>scm:git@github.com:eclipse-glsp/glsp-eclipse-integration.git</connection>
<developerConnection>scm:git@github.com:eclipse-glsp/glsp-eclipse-integration.git</developerConnection>
<tag>HEAD</tag>
</scm>
</project>