https://github.com/eclipse/eclipse.jdt.debug
Raw File
Tip revision: 91dd2ae4e32aae24fc256df70e1463824763b4c0 authored by Carsten Hammer on 01 June 2019, 20:54:55 UTC
String.indexOf can be replaced with String.contains
Tip revision: 91dd2ae
plugin.properties
###############################################################################
# Copyright (c) 2009 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

pluginName = Mac OS X UI Launching Support
providerName=Eclipse.org

#
# Mac OS X Application Bundle Export Wizard
#
MacOSXAppBundleExporter.label=Mac OS X application bundle
MacOSXAppBundleExporter.description=Package resources into a Mac OS X application bundle on the local file system
back to top