Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJudy N. Green2002-09-26 19:18:13 +0000
committerJudy N. Green2002-09-26 19:18:13 +0000
commita63d1ed0b273406a77646d47646fe31917c99db2 (patch)
treef4e1339b9f61fbbb1185190259a00e1bbdafee8c /core/org.eclipse.cdt.core.win32/fragment.xml
parentd6a463033a66b8de6ab5d17463711b53c2b469b6 (diff)
downloadorg.eclipse.cdt-a63d1ed0b273406a77646d47646fe31917c99db2.tar.gz
org.eclipse.cdt-a63d1ed0b273406a77646d47646fe31917c99db2.tar.xz
org.eclipse.cdt-a63d1ed0b273406a77646d47646fe31917c99db2.zip
Added variable references to fragment.xml files
Diffstat (limited to 'core/org.eclipse.cdt.core.win32/fragment.xml')
-rw-r--r--core/org.eclipse.cdt.core.win32/fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/org.eclipse.cdt.core.win32/fragment.xml b/core/org.eclipse.cdt.core.win32/fragment.xml
index b60650512eb..707b30fe564 100644
--- a/core/org.eclipse.cdt.core.win32/fragment.xml
+++ b/core/org.eclipse.cdt.core.win32/fragment.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<fragment
id="org.eclipse.cdt.core.win32"
- name="CDT Core Win32 Fragment"
+ name="%fragmentName"
version="1.0.0"
- provider-name="Eclipse.org"
+ provider-name="%providerName"
plugin-id="org.eclipse.cdt.core"
plugin-version="1.0.0">

Back to the top