Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c031d2be468c766105aed05030645c0f9067c99a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*******************************************************************************
 * Copyright (c) 2011 Mia-Software.
 *
 * 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:
 *   Nicolas Guyomar (Mia-Software) - Bug 349569 - Need new exceptions for java query class creation
 *******************************************************************************/
 
 org.eclipse.emf.facet.query.java.core.internal.exceptions
 	x-friends:="org.eclipse.emf.facet.query.java.ui" for EMF Facet Java Query Wizard

Back to the top