This repository was archived by the owner on Apr 3, 2018. It is now read-only.
File tree 10 files changed +18
-9
lines changed
releng/plugin_jvmcheck/META-INF
10 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 1
1
featureName =LANG_IDE_NAME
2
2
providerName =LANG_IDE_NAME Project Team
3
- description =LANG_IDE_NAME is a Eclipse IDE for the LANG_NAME language, aiming to support rich IDE functionality .
3
+ description =LANG_IDE_NAME feature. Support for the LANG_NAME language.
4
4
5
5
# "licenseURL" property - URL of the "Feature License"
6
6
# do not translate value - just change to point to a locale-specific HTML page
Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-SymbolicName : LANG_PROJECT_ID.ide.core.tests;singleton:=true
4
4
Bundle-Version : 0.1.0.qualifier
5
- Bundle-Name : LANG_IDE_NAME IDE Core Tests
6
5
Fragment-Host : LANG_PROJECT_ID.ide.core;bundle-version="0.0.1"
6
+ Bundle-Vendor : %pluginProvider
7
+ Bundle-Name : %pluginNameTests
8
+ Bundle-Localization : plugin
7
9
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
8
10
Require-Bundle : org.junit;bundle-version="4.8.0"
9
11
Bundle-ClassPath : .
Original file line number Diff line number Diff line change
1
+ # Dummy file to prevent MANIFEST/.MF warning
Original file line number Diff line number Diff line change 2
2
3
3
# ##############################################################################
4
4
pluginProvider =LANG_IDE_NAME Team
5
- pluginName =LANG_IDE_NAME IDE Core
5
+ pluginName =LANG_IDE_NAME IDE Eclipse Core
6
+ pluginNameTests =LANG_IDE_NAME Eclipse Core [Tests]
6
7
7
8
Nature_Name =LANG_NAME nature
8
9
Original file line number Diff line number Diff line change 2
2
3
3
# ##############################################################################
4
4
pluginProvider =LANG_IDE_NAME Team
5
- pluginName =LANG_IDE_NAME Debug support (DSF)
5
+ pluginName =LANG_IDE_NAME Eclipse Debug
6
6
7
7
DebugTabGroup.description =Debug a LANG_NAME application
8
8
Original file line number Diff line number Diff line change 1
1
Manifest-Version : 1.0
2
2
Bundle-ManifestVersion : 2
3
- Bundle-Name : LANG_IDE_NAME IDE UI Tests
4
3
Bundle-SymbolicName : LANG_PROJECT_ID.ide.ui.tests;singleton:=true
5
4
Bundle-Version : 0.1.0.qualifier
6
5
Fragment-Host : LANG_PROJECT_ID.ide.ui
6
+ Bundle-Vendor : %pluginProvider
7
+ Bundle-Name : %pluginNameTests
8
+ Bundle-Localization : plugin
7
9
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
8
10
Require-Bundle : org.junit;bundle-version="4.8.0",
9
11
org.eclipse.equinox.event;bundle-version="1.3.0"
Original file line number Diff line number Diff line change
1
+ # Dummy file to prevent MANIFEST/.MF warning
Original file line number Diff line number Diff line change 1
- aboutText =LANG_IDE_NAME is an Eclipse-based IDE for the LANG_NAME language.
1
+ aboutText =LANG_IDE_NAME: Eclipse support for the LANG_NAME language.\n\
2
+ LANG_IDE_SITE
2
3
featureImage =icons/ide-logo.32x32.png
Original file line number Diff line number Diff line change 2
2
3
3
# ##############################################################################
4
4
pluginProvider =LANG_IDE_NAME Team
5
- pluginName =LANG_IDE_NAME IDE UI
5
+ pluginName =LANG_IDE_NAME Eclipse UI
6
+ pluginNameTests =LANG_IDE_NAME Eclipse UI [Tests]
6
7
7
8
8
9
# Perspective
Original file line number Diff line number Diff line change 1
1
Manifest-Version : 1.0
2
2
Bundle-ManifestVersion : 2
3
- Bundle-Name : LANG_IDE_NAME Java version check
4
3
Bundle-SymbolicName : LANG_PROJECT_ID.jvmcheck;singleton:=true
5
4
Bundle-Version : 1.0.0.qualifier
5
+ Bundle-Vendor : LANG_IDE_NAME Team
6
+ Bundle-Name : LANG_IDE_NAME Java version check
6
7
Require-Bundle : org.eclipse.ui,
7
8
org.eclipse.core.runtime
8
9
Bundle-RequiredExecutionEnvironment : JavaSE-1.6
9
- Bundle-Vendor : LANG_IDE_NAME Team
You can’t perform that action at this time.
0 commit comments