mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
fix for bug 234676
This commit is contained in:
parent
9cfcc76179
commit
a2fd29113d
2 changed files with 15 additions and 1 deletions
|
@ -0,0 +1,14 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2008 IBM 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:
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
#Template Default Values
|
||||
EmptyProject.template.label=Empty Project
|
||||
EmptyProject.template.description=An empty project template
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<template type="ProjTempl" version="1.0" supplier="Eclipse.org" revision="1.0" author="Intel Corporation"
|
||||
copyright="Copyright (c) 2007 Intel 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"
|
||||
id="EmptyProject" label="Empty Project" description="An empty project template"
|
||||
id="EmptyProject" label="%EmptyProject.template.label" description="%EmptyProject.template.description"
|
||||
help="help.html">
|
||||
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue