You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
-
The EPP Build
2
-
=============
1
+
The EPP Build with GNU MCU Eclipse plug-ins
2
+
==========================================
3
+
4
+
The GNU MCU Eclipse EPP project
5
+
-------------------------------
6
+
7
+
The [GNU MCU Eclipse EPP](https://github.com/gnu-mcu-eclipse/org.eclipse.epp.packages) project is a fork of the original Eclipse EPP project that adds the [GNU MCU Eclipse](https://github.com/gnu-mcu-eclipse) plug-ins and intentionally **does not** go into further customisations, so that installing these binary packages is equivalent to installing the original Eclipse distribution followed by adding new software from the GNU MCU Eclipse update site.
8
+
9
+
The GNU MCU Eclipse binaries are available from the [GitHub Releases](https://github.com/gnu-mcu-eclipse/org.eclipse.epp.packages/releases); the release schedule generally follows the Eclipse release schedule.
10
+
11
+
The original Eclipse EPP project
12
+
--------------------------------
3
13
4
14
The [Eclipse Packaging Project (EPP)](http://www.eclipse.org/epp/) provides
5
15
the download packages based on the content of the yearly Simultaneous Release.
@@ -11,9 +21,10 @@ Build a Package Locally
11
21
12
22
It's *easy* to run the build locally! All you need is Maven and then you need
13
23
to tell Maven which package(s) to build via profile. As an example, the following
14
-
command from the root of the Git repository builds the RCP/RAP package against
24
+
command from the root of the Git repository builds the CPP, RCP/RAP package against
15
25
the Simultaneous Release staging p2 repository:
16
26
27
+
mvn clean verify -Pepp.package.ccp
17
28
mvn clean verify -Pepp.package.rcp
18
29
19
30
This build creates output in two places:
@@ -31,6 +42,7 @@ details see [bug 426416](https://bugs.eclipse.org/bugs/show_bug.cgi?id=426416).
31
42
At the moment it is advised to run the build command on Windows with `package`
32
43
only:
33
44
45
+
mvn clean package -Pepp.package.ccp
34
46
mvn clean package -Pepp.package.rcp
35
47
36
48
In addition to that it is not possible to create zip and tar.gz archives on
@@ -80,3 +92,13 @@ following argument to the Maven command line, the EPP build will read its input
Copy file name to clipboardExpand all lines: packages/org.eclipse.epp.package.cpp/plugin.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
</property>
19
19
<property
20
20
name="aboutText"
21
-
value="Eclipse IDE for C/C++ Developers

Version: {1}
Build id: {0}

(c) Copyright Eclipse contributors and others 2000, 2018. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse's permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

This product includes software developed by other open source projects including the Apache Software Foundation, https://www.apache.org/.
">
21
+
value="Eclipse IDE for GNU ARM & RISC-V C/C++ Developers

Version: {1}
Build id: {0}

(c) Copyright Eclipse contributors and others 2000, 2018. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse's permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

This product includes software developed by other open source projects including the Apache Software Foundation, https://www.apache.org/.
">
22
22
</property>
23
23
<property
24
24
name="startupForegroundColor"
@@ -46,7 +46,7 @@
46
46
</property>
47
47
<property
48
48
name="introTitle"
49
-
value="Welcome to the Eclipse IDE for C/C++ Developers">
49
+
value="Welcome to the Eclipse IDE for GNU ARM & RISC-V C/C++ Developers">
0 commit comments