Skip to content

Commit

Permalink
Created QuarkusLaunchConfiguration class
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Korniienko <olkornii@redhat.com>
  • Loading branch information
olkornii authored and odockal committed May 25, 2021
1 parent c5ccc5c commit 5493881
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/*******************************************************************************
* Copyright (c) 2021 Red Hat, Inc.
* Distributed under license by Red Hat, Inc. All rights reserved.
* This program is made available under the terms of the
* Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Red Hat, Inc. - initial API and implementation
******************************************************************************/
package org.eclipse.reddeer.eclipse.debug.ui.launchConfigurations;
/**
*
* @author Oleksii Korniienko olkornii@redhat.com
*
*/

public class QuarkusLaunchConfiguration extends LaunchConfiguration {

public QuarkusLaunchConfiguration() {
super("Quarkus Application");
}

}

0 comments on commit 5493881

Please sign in to comment.