1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Created for nightly build and update site.

This commit is contained in:
Ted Williams 2007-03-14 04:58:36 +00:00
parent 94f8ff9cbf
commit c5f5f33ebf
3 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.dd.debug.memory.renderings-feature</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>

View file

@ -0,0 +1 @@
bin.includes = feature.xml

View file

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.dd.debug.memory.renderings"
label="Device Debug Memory Renderings"
version="0.9.0.qualifier"
provider-name="org.eclipse">
<description url="http://www.eclipse.org/dsdp/dd">
Device Software Development Platform Project
Device Debug
Memory Renderings
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
Copyright (c) 2006-2007 Wind River Systems 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
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="org.eclipse.dd.debug.memory.renderings.traditional"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>