mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Fix up the build.properties so we actually get some content into the SDK plugin and feature.
This commit is contained in:
parent
d06d121394
commit
e2e671d784
1 changed files with 11 additions and 1 deletions
|
@ -5,7 +5,17 @@
|
|||
version="2.0.0"
|
||||
provider-name="%providerName">
|
||||
|
||||
<install-handler/>
|
||||
<description>
|
||||
%description
|
||||
</description>
|
||||
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
</license>
|
||||
|
||||
<url>
|
||||
<update label="%updateSiteName" url="http://update.eclipse.org/tools/cdt/updates/release"/>
|
||||
</url>
|
||||
|
||||
<includes id="org.eclipse.cdt.source" version="2.0.0"/>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue