mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +02:00

This patch creates a product so that the stand-alone can be downloaded without the rest of the C/C++ EPP. It also makes it easier to use because the user only has to launch the executable, just like a regular Eclipse instead of finding the script. To try the RCP: mvn clean package -Pbuild-standalone-debugger-rcp The result (tar.gz) is available under debug/org.eclipse.cdt.debug.application.product/target/products Once extracted, it can be started just like the normal script: ./cdtdebug -e myexecutable Change-Id: Ifb849af8a8f2ec03abcae57cf43d57cde2333759 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
17 lines
603 B
Properties
17 lines
603 B
Properties
###############################################################################
|
|
# Copyright (c) 2015 Ericsson
|
|
#
|
|
# 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:
|
|
# Ericsson - Initial API and implementation
|
|
###############################################################################
|
|
|
|
source.. = src/
|
|
output.. = bin/
|
|
bin.includes = .,\
|
|
about.html
|
|
src.includes = about.html
|