summaryrefslogtreecommitdiff
path: root/build/features/cpp/feature.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build/features/cpp/feature.xml')
-rw-r--r--build/features/cpp/feature.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/features/cpp/feature.xml b/build/features/cpp/feature.xml
index 3ee10da..1b5f551 100644
--- a/build/features/cpp/feature.xml
+++ b/build/features/cpp/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.openoffice.ide.eclipse.cpp"
label="LibreOffice development plugin support for C++ implementation"
- version="@CPP_VERSION@"
+ version="0.5.0"
provider-name="Cédric Bosdonnat">
<description>
@@ -20,7 +20,7 @@ mailing list.
Copyright: (c) 2005-2010 Cedric Bosdonnat
</copyright>
- <license url="http://www.gnu.org/licenses/lgpl.txt">
+ <license url="http://www.gnu.org/licenses/lgpl.txt">
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. http://fsf.org/
@@ -328,14 +328,14 @@ version for the Library.
<requires>
<import feature="org.eclipse.cdt" version="6.0.0.200909110608"/>
- <import plugin="org.openoffice.ide.eclipse.core" version="@CORE_VERSION@"/>
+ <import plugin="org.openoffice.ide.eclipse.core" version="0.0.0"/>
</requires>
<plugin
id="org.openoffice.ide.eclipse.cpp"
download-size="0"
install-size="0"
- version="@CPP_VERSION@"
+ version="0.0.0"
unpack="false"/>
</feature>