mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05:35 +02:00
Increment plug-in version.
This commit is contained in:
parent
507d844b5e
commit
e03e78d88e
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true
|
||||||
Bundle-Version: 5.2.100.qualifier
|
Bundle-Version: 5.3.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin
|
Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -327,7 +327,7 @@ public class DefaultMultilineCommentAutoEditStrategy implements IAutoEditStrateg
|
||||||
* @param buffer
|
* @param buffer
|
||||||
* @param indent
|
* @param indent
|
||||||
* @param lineDelim
|
* @param lineDelim
|
||||||
* @since 5.2
|
* @since 5.3
|
||||||
*/
|
*/
|
||||||
protected static final StringBuilder indent(StringBuilder buffer, String indent, String lineDelim) {
|
protected static final StringBuilder indent(StringBuilder buffer, String indent, String lineDelim) {
|
||||||
StringBuilder result= new StringBuilder();
|
StringBuilder result= new StringBuilder();
|
||||||
|
|
Loading…
Add table
Reference in a new issue