File tree Expand file tree Collapse file tree
de.cau.cs.kieler.klighd.lsp
de.cau.cs.kieler.klighd.setup Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<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"
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
44 <modelVersion >4.0.0</modelVersion >
5- <groupId >de.cau.cs.kieler.klighd</groupId >
65 <artifactId >features</artifactId >
76 <packaging >pom</packaging >
87
1817 <plugin >
1918 <groupId >org.eclipse.tycho.extras</groupId >
2019 <artifactId >tycho-source-feature-plugin</artifactId >
21- <version >${tycho-version} </version >
2220 </plugin >
2321 <plugin >
2422 <groupId >org.eclipse.tycho</groupId >
2523 <artifactId >tycho-p2-plugin</artifactId >
26- <version >${tycho-version} </version >
2724 </plugin >
2825 <!-- do not publish this artifact to Maven repositories -->
2926 <plugin >
Original file line number Diff line number Diff line change 101101 <dependency >
102102 <groupId >org.eclipse.emf</groupId >
103103 <artifactId >org.eclipse.emf.ecore</artifactId >
104- <version >${emf-ecore-version} </version >
105104 </dependency >
106105 <dependency >
107106 <groupId >org.eclipse.lsp4j</groupId >
Original file line number Diff line number Diff line change 8888 <version >${project.version} </version >
8989 </dependency >
9090 </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 >
12591
12692 <build >
12793 <resources >
Original file line number Diff line number Diff line change 22<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"
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
44 <modelVersion >4.0.0</modelVersion >
5- <groupId >de.cau.cs.kieler.klighd</groupId >
65 <artifactId >plugins</artifactId >
76 <packaging >pom</packaging >
87
Original file line number Diff line number Diff line change 22<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"
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
44 <modelVersion >4.0.0</modelVersion >
5- <groupId >de.cau.cs.kieler.klighd</groupId >
65 <artifactId >test</artifactId >
76 <packaging >pom</packaging >
87
You can’t perform that action at this time.
0 commit comments