File tree 5 files changed +0
-40
lines changed
de.cau.cs.kieler.klighd.lsp
de.cau.cs.kieler.klighd.setup
5 files changed +0
-40
lines changed Original file line number Diff line number Diff line change 2
2
<project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <groupId >de.cau.cs.kieler.klighd</groupId >
6
5
<artifactId >features</artifactId >
7
6
<packaging >pom</packaging >
8
7
18
17
<plugin >
19
18
<groupId >org.eclipse.tycho.extras</groupId >
20
19
<artifactId >tycho-source-feature-plugin</artifactId >
21
- <version >${tycho-version} </version >
22
20
</plugin >
23
21
<plugin >
24
22
<groupId >org.eclipse.tycho</groupId >
25
23
<artifactId >tycho-p2-plugin</artifactId >
26
- <version >${tycho-version} </version >
27
24
</plugin >
28
25
<!-- do not publish this artifact to Maven repositories -->
29
26
<plugin >
Original file line number Diff line number Diff line change 101
101
<dependency >
102
102
<groupId >org.eclipse.emf</groupId >
103
103
<artifactId >org.eclipse.emf.ecore</artifactId >
104
- <version >${emf-ecore-version} </version >
105
104
</dependency >
106
105
<dependency >
107
106
<groupId >org.eclipse.lsp4j</groupId >
Original file line number Diff line number Diff line change 88
88
<version >${project.version} </version >
89
89
</dependency >
90
90
</dependencies >
91
- <dependencyManagement >
92
- <dependencies >
93
- <dependency >
94
- <groupId >org.eclipse.elk</groupId >
95
- <artifactId >org.eclipse.elk.alg.force</artifactId >
96
- <version >${elk-version} </version >
97
- </dependency >
98
- <dependency >
99
- <groupId >org.eclipse.elk</groupId >
100
- <artifactId >org.eclipse.elk.alg.graphviz.dot</artifactId >
101
- <version >${elk-version} </version >
102
- </dependency >
103
- <dependency >
104
- <groupId >org.eclipse.elk</groupId >
105
- <artifactId >org.eclipse.elk.alg.graphviz.layouter</artifactId >
106
- <version >${elk-version} </version >
107
- </dependency >
108
- <dependency >
109
- <groupId >org.eclipse.elk</groupId >
110
- <artifactId >org.eclipse.elk.alg.layered</artifactId >
111
- <version >${elk-version} </version >
112
- </dependency >
113
- <dependency >
114
- <groupId >org.eclipse.elk</groupId >
115
- <artifactId >org.eclipse.elk.alg.mrtree</artifactId >
116
- <version >${elk-version} </version >
117
- </dependency >
118
- <dependency >
119
- <groupId >org.eclipse.elk</groupId >
120
- <artifactId >org.eclipse.elk.alg.radial</artifactId >
121
- <version >${elk-version} </version >
122
- </dependency >
123
- </dependencies >
124
- </dependencyManagement >
125
91
126
92
<build >
127
93
<resources >
Original file line number Diff line number Diff line change 2
2
<project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <groupId >de.cau.cs.kieler.klighd</groupId >
6
5
<artifactId >plugins</artifactId >
7
6
<packaging >pom</packaging >
8
7
Original file line number Diff line number Diff line change 2
2
<project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <groupId >de.cau.cs.kieler.klighd</groupId >
6
5
<artifactId >test</artifactId >
7
6
<packaging >pom</packaging >
8
7
You can’t perform that action at this time.
0 commit comments