Skip to main content
summaryrefslogblamecommitdiffstats
blob: 0fc61531775e802b386996c53007004da65a58c1 (plain) (tree)





























                                                                               
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
  Copyright (c) 2011, 2012 Oracle. 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://www.eclipse.org/legal/epl-v10.html.

  Contributors:
    Oracle - initial API and implementation
 -->
 
<plugin>

	<!-- ***** tracing ***** -->

	<extension
		point="org.eclipse.ui.trace.traceComponents">

		<component
			id="org.eclipse.jpt.common.core.trace.component"
			label="%DALI">

			<bundle name="org.eclipse.jpt.*"/>

		</component>

	</extension>

</plugin>

Back to the top