Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Support for Eclipse 3.8 (Juno).
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof committed Apr 28, 2012
1 parent b279102 commit 4d21ba8
Show file tree
Hide file tree
Showing 14 changed files with 533 additions and 6 deletions.
1 change: 1 addition & 0 deletions com.mountainminds.eclemma.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<module>../com.mountainminds.eclemma.target</module>
<module>../com.mountainminds.eclemma.core</module>
<module>../com.mountainminds.eclemma.core.test</module>
<module>../com.mountainminds.eclemma.debug.ui.compatibility</module>
<module>../com.mountainminds.eclemma.ui</module>
<module>../com.mountainminds.eclemma.doc</module>
<module>../com.mountainminds.eclemma.feature</module>
Expand Down
7 changes: 7 additions & 0 deletions com.mountainminds.eclemma.debug.ui.compatibility/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
28 changes: 28 additions & 0 deletions com.mountainminds.eclemma.debug.ui.compatibility/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.mountainminds.eclemma.debug.ui.compatibility</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
#Sat Jan 24 15:41:03 CET 2009
eclipse.preferences.version=1
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
formatter_profile=_EclEmma
formatter_settings_version=11
sp_cleanup.add_default_serial_version_id=true
sp_cleanup.add_generated_serial_version_id=false
sp_cleanup.add_missing_annotations=true
sp_cleanup.add_missing_deprecated_annotations=true
sp_cleanup.add_missing_methods=false
sp_cleanup.add_missing_nls_tags=false
sp_cleanup.add_missing_override_annotations=true
sp_cleanup.add_serial_version_id=false
sp_cleanup.always_use_blocks=true
sp_cleanup.always_use_parentheses_in_expressions=false
sp_cleanup.always_use_this_for_non_static_field_access=false
sp_cleanup.always_use_this_for_non_static_method_access=false
sp_cleanup.convert_to_enhanced_for_loop=false
sp_cleanup.correct_indentation=false
sp_cleanup.format_source_code=true
sp_cleanup.format_source_code_changes_only=false
sp_cleanup.make_local_variable_final=false
sp_cleanup.make_parameters_final=false
sp_cleanup.make_private_fields_final=true
sp_cleanup.make_type_abstract_if_missing_method=false
sp_cleanup.make_variable_declarations_final=true
sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=false
sp_cleanup.organize_imports=true
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
sp_cleanup.remove_private_constructors=true
sp_cleanup.remove_trailing_whitespaces=false
sp_cleanup.remove_trailing_whitespaces_all=true
sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
sp_cleanup.remove_unnecessary_casts=true
sp_cleanup.remove_unnecessary_nls_tags=false
sp_cleanup.remove_unused_imports=false
sp_cleanup.remove_unused_local_variables=false
sp_cleanup.remove_unused_private_fields=true
sp_cleanup.remove_unused_private_members=false
sp_cleanup.remove_unused_private_methods=true
sp_cleanup.remove_unused_private_types=true
sp_cleanup.sort_members=false
sp_cleanup.sort_members_all=false
sp_cleanup.use_blocks=false
sp_cleanup.use_blocks_only_for_return_and_throw=false
sp_cleanup.use_parentheses_in_expressions=false
sp_cleanup.use_this_for_non_static_field_access=false
sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
sp_cleanup.use_this_for_non_static_method_access=false
sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EclEmma debug.ui API fix
Bundle-SymbolicName: com.mountainminds.eclemma.debug.ui.compatibility;singleton:=true
Bundle-Version: 2.1.2.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.debug.ui.actions
Require-Bundle: org.eclipse.debug.ui,
org.eclipse.core.runtime,
org.eclipse.ui
37 changes: 37 additions & 0 deletions com.mountainminds.eclemma.debug.ui.compatibility/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>About</title>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
</head>
<body lang="EN-US">
<h2>About This Content</h2>

<p>
EclEmma is a free Java code coverage tool for Eclipse implemented by Marc R.
Hoffmann et al. Check <a href="http:https://www.eclemma.org/">http:https://www.eclemma.org/</a>
for updates, documentation and support.
</p>

<h3>License</h3>

<p>
Copyright &copy; 2006, 2012 Mountainminds GmbH &amp; Co. KG and Contributors
</p>

<p>
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. A copy of the EPL is available at
<a class="extern" href="http:https://www.eclipse.org/legal/epl-v10.html">http:https://www.eclipse.org/legal/epl-v10.html</a>.
</p>

<p>
The user documentation contains example code taken from the <i>Apache Jakarta
Commons</i> project, provided under the terms and conditions of the
Apache License Version 2.0. A copy of this license is available at
<a href="http:https://jakarta.apache.org/commons/license.html">http:https://jakarta.apache.org/commons/license.html</a>.
</p>

</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
about.html
26 changes: 26 additions & 0 deletions com.mountainminds.eclemma.debug.ui.compatibility/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006, 2012 Mountainminds GmbH & Co. KG and Contributors
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:https://www.eclipse.org/legal/epl-v10.html
Contributors:
Evgeny Mandrikov - initial API and implementation
-->
<project xmlns="http:https://maven.apache.org/POM/4.0.0" xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http:https://maven.apache.org/POM/4.0.0 http:https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.1.2-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

<artifactId>com.mountainminds.eclemma.debug.ui.compatibility</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*******************************************************************************
* Copyright (c) 2006, 2012 Mountainminds GmbH & Co. KG and Contributors
* 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:https://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Marc R. Hoffmann - initial API and implementation
*
******************************************************************************/
package org.eclipse.debug.ui.actions;

/**
* This class is an org.eclipse.debug.ui API since Eclipse 3.8. For previous
* versions this bridge is provided.
*/
@SuppressWarnings("restriction")
public abstract class RelaunchLastAction extends
org.eclipse.debug.internal.ui.actions.RelaunchLastAction {
}
1 change: 1 addition & 0 deletions com.mountainminds.eclemma.doc/pages/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h1>EclEmma Change Log</h1>

<h2>Version 2.1.2 (not yet released)</h2>
<ul>
<li>Support for Eclipse 3.8 (Juno).</li>
<li>Default setting fixed for automatically opening the <i>Coverage</i> view.</li>
</ul>

Expand Down
7 changes: 7 additions & 0 deletions com.mountainminds.eclemma.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@ This Agreement is governed by the laws of the State of New York and the intellec
version="0.0.0"
unpack="false"/>

<plugin
id="com.mountainminds.eclemma.debug.ui.compatibility"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.jacoco.agent"
download-size="0"
Expand Down
9 changes: 5 additions & 4 deletions com.mountainminds.eclemma.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,21 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: com.mountainminds.eclemma.core,
org.jacoco.core;bundle-version="[0.5.6,0.5.7)",
org.eclipse.core.runtime,
org.eclipse.core.expressions,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.debug.core,
org.eclipse.debug.ui,
org.eclipse.jdt.core,
org.eclipse.jdt.launching,
org.eclipse.jdt.ui,
org.eclipse.jface.text,
org.eclipse.ui,
org.eclipse.ui.editors,
org.eclipse.ui.forms,
org.eclipse.ui.ide,
org.eclipse.jface.text,
org.eclipse.ui.workbench.texteditor,
org.eclipse.ui.editors,
org.eclipse.ui.forms
com.mountainminds.eclemma.debug.ui.compatibility
Bundle-Activator: com.mountainminds.eclemma.internal.ui.EclEmmaUIPlugin
Export-Package: com.mountainminds.eclemma.internal.ui;x-internal:=true,
com.mountainminds.eclemma.internal.ui.actions;x-internal:=true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2006, 2011 Mountainminds GmbH & Co. KG and Contributors
* Copyright (c) 2006, 2012 Mountainminds GmbH & Co. KG and Contributors
* 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
Expand All @@ -11,7 +11,7 @@
******************************************************************************/
package com.mountainminds.eclemma.internal.ui.actions;

import org.eclipse.debug.internal.ui.actions.RelaunchLastAction;
import org.eclipse.debug.ui.actions.RelaunchLastAction;

import com.mountainminds.eclemma.core.CoverageTools;
import com.mountainminds.eclemma.internal.ui.EclEmmaUIPlugin;
Expand Down

0 comments on commit 4d21ba8

Please sign in to comment.