mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00

Includes removing redundant content that will be provided by CDT: - .mvn/extensions.xml - .gitignore - CONTRIBUTING - LICENSE - NOTICE - root pom.xmls Note: if you get to this commit when searching history or doing git blame, try adding --follow to force the history back before this move. Change-Id: I42bdbb2cf8e7f07d6608c32eaabf2b54151a1fb1
24 lines
1.1 KiB
Properties
24 lines
1.1 KiB
Properties
#################################################################################
|
|
# Copyright (c) 2015 QNX Software Systems Corporation.
|
|
# 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
|
|
#################################################################################
|
|
|
|
# "featureName" property - name of the feature
|
|
featureName=Remote Command Shell Console
|
|
|
|
# "providerName" property - name of the company that provides the feature
|
|
providerName=Eclipse PTP
|
|
|
|
# "description" property - description of the feature
|
|
description=Provides serial port services for the remote framework
|
|
|
|
# copyright
|
|
copyright=\
|
|
Copyright (c) 2015 QNX Software Corporation.\n\
|
|
All rights reserved. This program and the accompanying materials\n\
|
|
are made available under the terms of the Eclipse Public License v1.0\n\
|
|
which accompanies this distribution, and is available at\n\
|
|
http://www.eclipse.org/legal/epl-v10.html\n
|