Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMarc-Andre Laperle2012-03-20 05:16:40 +0000
committerMarc-Andre Laperle2012-03-20 05:16:40 +0000
commitf329b641feeb31baa20e23eda3303d7095cfd7ec (patch)
tree9a73018ef32ec390dab1d0dda72fd76b8f83b41c /build
parent348452142bf6c1c2fc2f218b4eccb4da205a88f0 (diff)
downloadorg.eclipse.cdt-f329b641feeb31baa20e23eda3303d7095cfd7ec.tar.gz
org.eclipse.cdt-f329b641feeb31baa20e23eda3303d7095cfd7ec.tar.xz
org.eclipse.cdt-f329b641feeb31baa20e23eda3303d7095cfd7ec.zip
Add org.eclipse.linuxtools.cdt.autotools to autotools feature
Diffstat (limited to 'build')
-rw-r--r--build/org.eclipse.cdt.autotools-feature/feature.xml7
-rw-r--r--build/org.eclipse.linuxtools.cdt.autotools.core/META-INF/MANIFEST.MF3
-rw-r--r--build/org.eclipse.linuxtools.cdt.autotools.core/plugin.properties12
3 files changed, 21 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.autotools-feature/feature.xml b/build/org.eclipse.cdt.autotools-feature/feature.xml
index cb3d48ad844..4cf9823fcc7 100644
--- a/build/org.eclipse.cdt.autotools-feature/feature.xml
+++ b/build/org.eclipse.cdt.autotools-feature/feature.xml
@@ -63,5 +63,12 @@
download-size="0"
install-size="0"
version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.linuxtools.cdt.autotools.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
</feature>
diff --git a/build/org.eclipse.linuxtools.cdt.autotools.core/META-INF/MANIFEST.MF b/build/org.eclipse.linuxtools.cdt.autotools.core/META-INF/MANIFEST.MF
index 69cfd1fb52f..d2f08bafe87 100644
--- a/build/org.eclipse.linuxtools.cdt.autotools.core/META-INF/MANIFEST.MF
+++ b/build/org.eclipse.linuxtools.cdt.autotools.core/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Core
+Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.linuxtools.cdt.autotools.core;singleton:=true
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.cdt.autotools.core.Activator
@@ -10,3 +10,4 @@ Require-Bundle: org.eclipse.core.runtime,
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-Vendor: %provider
diff --git a/build/org.eclipse.linuxtools.cdt.autotools.core/plugin.properties b/build/org.eclipse.linuxtools.cdt.autotools.core/plugin.properties
index eee053af5e2..846175c02d6 100644
--- a/build/org.eclipse.linuxtools.cdt.autotools.core/plugin.properties
+++ b/build/org.eclipse.linuxtools.cdt.autotools.core/plugin.properties
@@ -1 +1,13 @@
+#################################################################################
+# Copyright (c) 2012 Red Hat, Inc.
+# 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:
+# Red Hat Incorporated - initial API and implementation
+#################################################################################
+Bundle-Name.0 = Autotools Core Plug-in (Compatibility)
+provider=Eclipse CDT
Makefile.builder.name=Autotools Makefile Generator \ No newline at end of file

Back to the top