File tree Expand file tree Collapse file tree 5 files changed +15
-7
lines changed
org.eclipse.visualvm.launcher.common
org.eclipse.visualvm.launcher.pde/.settings
org.eclipse.visualvm.launcher.update
org.eclipse.visualvm.launcher Expand file tree Collapse file tree 5 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
- # Thu Oct 13 12:08:17 CEST 2011
2
1
eclipse.preferences.version =1
3
2
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3
+ org.eclipse.jdt.core.compiler.codegen.methodParameters =do not generate
4
4
org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
5
+ org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
5
6
org.eclipse.jdt.core.compiler.compliance =1.5
7
+ org.eclipse.jdt.core.compiler.debug.lineNumber =generate
8
+ org.eclipse.jdt.core.compiler.debug.localVariable =generate
9
+ org.eclipse.jdt.core.compiler.debug.sourceFile =generate
6
10
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
7
11
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
8
12
org.eclipse.jdt.core.compiler.source =1.5
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : VisualVM Launcher Plug-in
4
4
Bundle-SymbolicName : org.eclipse.visualvm.launcher.common;singleton:=true
5
- Bundle-Version : 1.1.1
5
+ Bundle-Version : 1.1.2
6
6
Bundle-Activator : org.eclipse.visualvm.launcher.Activator
7
7
Bundle-Vendor : Oracle Corporation
8
8
Require-Bundle : org.eclipse.ui,
Original file line number Diff line number Diff line change 1
- # Thu Oct 13 12:08:17 CEST 2011
2
1
eclipse.preferences.version =1
3
2
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3
+ org.eclipse.jdt.core.compiler.codegen.methodParameters =do not generate
4
4
org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
5
+ org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
5
6
org.eclipse.jdt.core.compiler.compliance =1.5
7
+ org.eclipse.jdt.core.compiler.debug.lineNumber =generate
8
+ org.eclipse.jdt.core.compiler.debug.localVariable =generate
9
+ org.eclipse.jdt.core.compiler.debug.sourceFile =generate
6
10
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
7
11
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
8
12
org.eclipse.jdt.core.compiler.source =1.5
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<site >
3
- <feature url =" features/VisualVM_Launcher_1.1.1 .jar" id =" VisualVM_Launcher" version =" 1.1.1 " />
3
+ <feature url =" features/VisualVM_Launcher_1.1.2 .jar" id =" VisualVM_Launcher" version =" 1.1.2 " />
4
4
</site >
Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" VisualVM_Launcher"
4
4
label =" VisualVM Launcher Feature"
5
- version =" 1.1.1 "
5
+ version =" 1.1.2 "
6
6
provider-name =" Oracle Corporation" >
7
7
8
8
<description >
@@ -16,7 +16,7 @@ as easy as launching them from the IDE.
16
16
</description >
17
17
18
18
<copyright >
19
- Copyright (c) 2007, 2011 , Oracle and/or its affiliates. All rights reserved.
19
+ Copyright (c) 2007, 2017 , Oracle and/or its affiliates. All rights reserved.
20
20
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
21
21
22
22
This code is free software; you can redistribute it and/or modify it
@@ -406,7 +406,7 @@ as provided by Sun in the LICENSE file that accompanied this code."
406
406
id =" org.eclipse.visualvm.launcher.common"
407
407
download-size =" 0"
408
408
install-size =" 0"
409
- version =" 1.1.1 " />
409
+ version =" 1.1.2 " />
410
410
411
411
<plugin
412
412
id =" org.eclipse.visualvm.launcher.java"
You can’t perform that action at this time.
0 commit comments