Try and fix missing about file in native.serial.source.
authorDoug Schaefer <dschaefer@qnx.com>
Thu, 21 May 2015 14:18:12 +0000 (10:18 -0400)
committerDoug Schaefer <dschaefer@qnx.com>
Fri, 29 May 2015 15:24:32 +0000 (11:24 -0400)
native/org.eclipse.cdt.native.serial/about.ini [deleted file]
native/org.eclipse.cdt.native.serial/about.mappings [deleted file]
native/org.eclipse.cdt.native.serial/about.properties [deleted file]
native/org.eclipse.cdt.native.serial/build.properties

diff --git a/native/org.eclipse.cdt.native.serial/about.ini b/native/org.eclipse.cdt.native.serial/about.ini
deleted file mode 100644 (file)
index e07a7bb..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
diff --git a/native/org.eclipse.cdt.native.serial/about.mappings b/native/org.eclipse.cdt.native.serial/about.mappings
deleted file mode 100644 (file)
index 0824105..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# about.mappings
-# contains fill-ins for about.properties
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file does not need to be translated.
-
-# The following should contain the build version.
-# e.g. "0=20020612"
-# This value will be added automaticaly via the build scripts
-0=@build@
\ No newline at end of file
diff --git a/native/org.eclipse.cdt.native.serial/about.properties b/native/org.eclipse.cdt.native.serial/about.properties
deleted file mode 100644 (file)
index a090552..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-###############################################################################
-#  Copyright (c) 2002, 2009 Wind River Systems and others.
-#  All rights reserved. This program and the accompanying materials
-#  are made available under the terms of the Eclipse Public License v1.0
-#  which accompanies this distribution, and is available at
-#  http://www.eclipse.org/legal/epl-v10.html
-# 
-#  Contributors:
-#     Wind River Systems - initial API and implementation
-###############################################################################
-# about.properties
-# contains externalized strings for about.ini
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# fill-ins are supplied by about.mappings
-# This file should be translated.
-# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
-
-blurb=Eclipse CDT P2 Customizations for SDK installation\n\
-\n\
-Version: {featureVersion}\n\
-Build id: {0}\n\
-\n\
-(c) Copyright Eclipse contributors and others, 2000, 2010.  All rights reserved.\n\
-Visit http://www.eclipse.org/cdt
index 6fd7e59..22cb27b 100644 (file)
@@ -4,8 +4,6 @@ bin.includes = META-INF/,\
                .,\
                os/,\
                about.html,\
-               about.ini,\
-               about.mappings,\
-               about.properties,\
                cdt_logo_icon32.png
-src.includes = jni/
+src.includes = jni/,\
+               about.html