mirror of https://github.com/mchr3k/org.intrace
Build release 0.8.1
This commit is contained in:
parent
d90b166988
commit
b625fa79c6
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -3,7 +3,7 @@
|
|||
<description name="InTrace Update Site">
|
||||
InTrace Update Site
|
||||
</description>
|
||||
<feature url="features/intrace.ecl.feature_0.8.0.jar" id="intrace.ecl.feature" version="0.8">
|
||||
<feature url="features/intrace.ecl.feature_0.8.1.jar" id="intrace.ecl.feature" version="0.8.1">
|
||||
<category name="intrace.ecl.category"/>
|
||||
</feature>
|
||||
<category-def name="intrace.ecl.category" label="InTrace Eclipse Plugin"/>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="intrace.ecl.feature"
|
||||
label="InTrace Eclipse Plugin"
|
||||
version="0.8">
|
||||
version="0.8.1">
|
||||
|
||||
<description url="https://github.com/mchr3k/org.intrace/wiki">
|
||||
Enable launching Java Applications with the InTrace agent.
|
||||
|
|
@ -20,6 +20,6 @@
|
|||
id="intrace.ecl"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.8.0"/>
|
||||
version="0.8.1"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: InTrace Eclipse
|
||||
Bundle-SymbolicName: intrace.ecl;singleton:=true
|
||||
Bundle-Version: 0.8
|
||||
Bundle-Version: 0.8.1
|
||||
Bundle-Activator: intrace.ecl.Activator
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.core.runtime,
|
||||
|
|
|
|||
|
|
@ -417,7 +417,8 @@ public class ShowInTraceOutputAction implements IViewActionDelegate,
|
|||
private boolean isInTraceLaunchAvailable(ILaunch launch)
|
||||
{
|
||||
String launchIDStr = launch.getAttribute(LaunchConfigurationDelegate.INTRACE_LAUNCHKEY);
|
||||
if (launchIDStr.length() > 0)
|
||||
if ((launchIDStr != null) &&
|
||||
(launchIDStr.length() > 0))
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -3,7 +3,7 @@
|
|||
<description name="InTrace Update Site">
|
||||
InTrace Update Site
|
||||
</description>
|
||||
<feature url="features/intrace.ecl.feature_0.8.0.jar" id="intrace.ecl.feature" version="0.8">
|
||||
<feature url="features/intrace.ecl.feature_0.8.1.jar" id="intrace.ecl.feature" version="0.8.1">
|
||||
<category name="intrace.ecl.category"/>
|
||||
</feature>
|
||||
<category-def name="intrace.ecl.category" label="InTrace Eclipse Plugin"/>
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue