mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 12:05:21 +02:00
Fixed missing copyrights.
This commit is contained in:
parent
bb532b0bf0
commit
ed10ee62ea
6 changed files with 66 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
|||
<!--
|
||||
Copyright (c) 2009, 2010 Red Hat 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:
|
||||
Anna Dushistova (Mentor Graphics) - cloned from gef.releng
|
||||
-->
|
||||
|
||||
<!-- A sample build file for use with Hudson. Note that forceContextQualifier
|
||||
is being set, which overrides tag/branch values found in *.map files
|
||||
-->
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2009, 2010 Red Hat 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:
|
||||
# Anna Dushistova (Mentor Graphics) - cloned from gef.releng
|
||||
###############################################################################
|
||||
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
# This script runs as https://build.eclipse.org/hudson/job/cbi-*/configure
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2010 Mentor Graphics Corporation 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:
|
||||
# Anna Dushistova (Mentor Graphics) - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
# source dir
|
||||
sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-tm-3.2-nightly/
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2010 Mentor Graphics Corporation 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:
|
||||
# Anna Dushistova (Mentor Graphics) - initial API and implementation
|
||||
###############################################################################
|
||||
# source dir
|
||||
sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-tm-3.2-nightly/
|
||||
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
<!--
|
||||
Copyright (c) 2009, 2010 Red Hat 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:
|
||||
Anna Dushistova (Mentor Graphics) - cloned from ve.releng
|
||||
-->
|
||||
|
||||
<project default="run" name="promote.xml - Promote a build from build server to production server">
|
||||
<target name="run">
|
||||
<!--
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2010 Mentor Graphics Corporation 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:
|
||||
# Anna Dushistova (Mentor Graphics) - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
extraVMargs=-Dorg.eclipse.swt.browser.XULRunnerPath=/shared/common/mozilla-xulrunner181-1.8.1.4-30.ppc
|
||||
#extraVMargs=-Dorg.eclipse.swt.browser.XULRunnerPath=/dev/null
|
||||
#name of runtime to install and test
|
||||
|
|
Loading…
Add table
Reference in a new issue