mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
Add org.eclipse.linuxtools.cdt.autotools to autotools feature
This commit is contained in:
parent
348452142b
commit
f329b641fe
3 changed files with 21 additions and 1 deletions
|
@ -64,4 +64,11 @@
|
||||||
install-size="0"
|
install-size="0"
|
||||||
version="0.0.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>
|
</feature>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: Core
|
Bundle-Name: %Bundle-Name.0
|
||||||
Bundle-SymbolicName: org.eclipse.linuxtools.cdt.autotools.core;singleton:=true
|
Bundle-SymbolicName: org.eclipse.linuxtools.cdt.autotools.core;singleton:=true
|
||||||
Bundle-Version: 2.0.0.qualifier
|
Bundle-Version: 2.0.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.linuxtools.cdt.autotools.core.Activator
|
Bundle-Activator: org.eclipse.linuxtools.cdt.autotools.core.Activator
|
||||||
|
@ -10,3 +10,4 @@ Require-Bundle: org.eclipse.core.runtime,
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
|
Bundle-Vendor: %provider
|
||||||
|
|
|
@ -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
|
Makefile.builder.name=Autotools Makefile Generator
|
Loading…
Add table
Reference in a new issue