diff options
| author | Uwe Stieber | 2015-02-23 14:22:56 +0000 |
|---|---|---|
| committer | Uwe Stieber | 2015-02-23 14:22:56 +0000 |
| commit | 9230b32c2756d3b1958e1c4debb1115b3b12f57c (patch) | |
| tree | ec9f5827f7661a24a203dfad4b24d3375c6aa182 | |
| parent | be166f32c359a1afdce63a746d355d01ec2ec71b (diff) | |
| download | org.eclipse.tm-9230b32c2756d3b1958e1c4debb1115b3b12f57c.tar.gz org.eclipse.tm-9230b32c2756d3b1958e1c4debb1115b3b12f57c.tar.xz org.eclipse.tm-9230b32c2756d3b1958e1c4debb1115b3b12f57c.zip | |
Terminal: Remove build id from about.properties
5 files changed, 2 insertions, 7 deletions
diff --git a/terminal/plugins/org.eclipse.tm.terminal.serial/about.properties b/terminal/plugins/org.eclipse.tm.terminal.serial/about.properties index e61cfab62..d3b0791fe 100644 --- a/terminal/plugins/org.eclipse.tm.terminal.serial/about.properties +++ b/terminal/plugins/org.eclipse.tm.terminal.serial/about.properties @@ -19,7 +19,6 @@ blurb=Target Management Terminal Serial Connector\n\ \n\ Version: {featureVersion}\n\ -Build id: {0}\n\ \n\ (c) Copyright Wind River Systems, Inc. and others 2003, 2015. All rights reserved.\n\ Visit http://www.eclipse.org/tm diff --git a/terminal/plugins/org.eclipse.tm.terminal.ssh/about.properties b/terminal/plugins/org.eclipse.tm.terminal.ssh/about.properties index 6973ce125..fb375e542 100644 --- a/terminal/plugins/org.eclipse.tm.terminal.ssh/about.properties +++ b/terminal/plugins/org.eclipse.tm.terminal.ssh/about.properties @@ -19,7 +19,6 @@ blurb=Target Management Terminal SSH Connector\n\ \n\ Version: {featureVersion}\n\ -Build id: {0}\n\ \n\ (c) Copyright Wind River Systems, Inc. and others 2000, 2015. All rights reserved.\n\ Visit http://www.eclipse.org/tm diff --git a/terminal/plugins/org.eclipse.tm.terminal.telnet/about.properties b/terminal/plugins/org.eclipse.tm.terminal.telnet/about.properties index 991646b04..952c0f4b0 100644 --- a/terminal/plugins/org.eclipse.tm.terminal.telnet/about.properties +++ b/terminal/plugins/org.eclipse.tm.terminal.telnet/about.properties @@ -19,7 +19,6 @@ blurb=Target Management Terminal Telnet Connector\n\ \n\ Version: {featureVersion}\n\ -Build id: {0}\n\ \n\ (c) Copyright Wind River Systems, Inc. and others 2003, 2015. All rights reserved.\n\ Visit http://www.eclipse.org/tm diff --git a/terminal/plugins/org.eclipse.tm.terminal.test/about.properties b/terminal/plugins/org.eclipse.tm.terminal.test/about.properties index 690ca101f..48839583e 100644 --- a/terminal/plugins/org.eclipse.tm.terminal.test/about.properties +++ b/terminal/plugins/org.eclipse.tm.terminal.test/about.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2007, 2013 Wind River Systems, Inc. and others. +# Copyright (c) 2007, 2015 Wind River Systems, Inc. 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 @@ -19,7 +19,6 @@ blurb=TM Terminal Unit Tests\n\ \n\ Version: {featureVersion}\n\ -Build id: {0}\n\ \n\ -(c) Copyright Wind River Systems, Inc. and others 2007, 2013. All rights reserved.\n\ +(c) Copyright Wind River Systems, Inc. and others 2007, 2015. All rights reserved.\n\ Visit http://www.eclipse.org/tm diff --git a/terminal/plugins/org.eclipse.tm.terminal/about.properties b/terminal/plugins/org.eclipse.tm.terminal/about.properties index dac95b1ad..db887b2cf 100644 --- a/terminal/plugins/org.eclipse.tm.terminal/about.properties +++ b/terminal/plugins/org.eclipse.tm.terminal/about.properties @@ -19,7 +19,6 @@ blurb=Target Management Terminal Widget\n\ \n\ Version: {featureVersion}\n\ -Build id: {0}\n\ \n\ (c) Copyright Wind River Systems, Inc. and others 2003, 2015. All rights reserved.\n\ Visit http://www.eclipse.org/tm |
