Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2015-04-06 20:51:18 +0000
committerGerrit Code Review @ Eclipse.org2015-04-06 23:39:30 +0000
commit69934151807315f2475ce9e71e8d328b8f1eb51b (patch)
tree356a281986cfc1bf88888e96d72945d53e95860a /native/org.eclipse.cdt.native.serial/about.ini
parent711ec8df95456d971ee3c6e6c0eeff586cdc6ba1 (diff)
downloadorg.eclipse.cdt-69934151807315f2475ce9e71e8d328b8f1eb51b.tar.gz
org.eclipse.cdt-69934151807315f2475ce9e71e8d328b8f1eb51b.tar.xz
org.eclipse.cdt-69934151807315f2475ce9e71e8d328b8f1eb51b.zip
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
Diffstat (limited to 'native/org.eclipse.cdt.native.serial/about.ini')
-rw-r--r--native/org.eclipse.cdt.native.serial/about.ini24
1 files changed, 24 insertions, 0 deletions
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

Back to the top