mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +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
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue