Skip to content

Commit 58c89df

Browse files
committedMay 27, 2017
cleanups in maven configuration
- add parent/pom.xml - explicit .feature in ids
1 parent e3389e3 commit 58c89df

File tree

59 files changed

+800
-272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+800
-272
lines changed
 

‎.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>gnumcueclipse-parent</name>
3+
<name>gnumcueclipse-plugins</name>
44
<comment></comment>
55
<projects>
66
</projects>

‎bundles/ilg.gnumcueclipse.codered/pom.xml

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright (c) 2012, 2017 Liviu Ionescu.
4+
All rights reserved. This program and the accompanying materials
5+
are made available under the terms of the Eclipse Distribution License v1.0
6+
which accompanies this distribution, and is available at
7+
http://www.eclipse.org/org/documents/edl-v10.php
8+
9+
Contributors:
10+
Liviu Ionescu
11+
-->
12+
213
<project
314
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
415
xmlns="http://maven.apache.org/POM/4.0.0"
@@ -12,9 +23,9 @@
1223

1324
<parent>
1425
<groupId>ilg.gnumcueclipse</groupId>
15-
<artifactId>plug-ins</artifactId>
26+
<artifactId>ilg.gnumcueclipse.parent</artifactId>
1627
<version>4.1.1-SNAPSHOT</version>
17-
<relativePath>../../pom.xml</relativePath>
28+
<relativePath>../../parent/pom.xml</relativePath>
1829
</parent>
1930

2031
<name>GNU MCU Eclipse CodeRed perspective</name>

0 commit comments

Comments
 (0)
Please sign in to comment.