From 69934151807315f2475ce9e71e8d328b8f1eb51b Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Mon, 6 Apr 2015 16:51:18 -0400 Subject: Bug 459971 - Move serial port to it's own plug-in. Starting with Mac. There are a number of requests to support serial port independent of CDT and independent of Eclipse. Putting the serial port into it's own plug-in so it's jar can be loaded into pure Java apps. Change-Id: I9b35d9bedeee0a0b1c16ad1c884830894320a726 --- native/org.eclipse.cdt.native.serial/about.ini | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 native/org.eclipse.cdt.native.serial/about.ini (limited to 'native/org.eclipse.cdt.native.serial/about.ini') diff --git a/native/org.eclipse.cdt.native.serial/about.ini b/native/org.eclipse.cdt.native.serial/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/native/org.eclipse.cdt.native.serial/about.ini @@ -0,0 +1,24 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. + +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=cdt_logo_icon32.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional -- cgit v1.2.3