mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
fixing up version number
This commit is contained in:
parent
2f6f5bdcf8
commit
266fb63c5c
3 changed files with 17 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Xlc
|
||||
Bundle-Name: Bundle-Name.1
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core.lrparser.xlc;singleton:=true
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.cdt.core;bundle-version="5.1.0",
|
||||
|
@ -22,3 +22,4 @@ Export-Package: org.eclipse.cdt.core.lrparser.xlc,
|
|||
org.eclipse.cdt.internal.core.lrparser.xlc.ui.preferences
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Activator: org.eclipse.cdt.core.lrparser.xlc.activator.XlcParserPlugin
|
||||
Bundle-Vendor: Bundle-Vendor.0
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %Bundle-Name.0
|
||||
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.xlupc.ui;singleton:=true
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.managedbuilder.xlupc.ui.Activator
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.core.runtime,
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2009 IBM Corporation and others.
|
||||
# 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:
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
#Properties file for org.eclipse.cdt.managedbuilder.xlupc.ui
|
||||
Bundle-Vendor.0 = provider???
|
||||
Bundle-Name.0 = name???
|
||||
Bundle-Vendor.0 = Eclispe.org
|
||||
Bundle-Name.0 = XL UPC Managed Build UI Plugin
|
||||
category.name.1=UPC
|
||||
wizard.name.1=UPC Project
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue