Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b31caf7d2fb54d6ff12cc247fc2936a9107dbe7f (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                              
                                                                                                      

                                                                                  

                                                                                                                                                 
  

                                                                                                  
 


                                                                                                
/*******************************************************************************
 * 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 339723 - Add x-friend on EMF Facet internal package
 *   Gregoire Dupe (Mia-Software) - Bug 339710 - org.eclipse.papyrus.emf.facet.common.ui API Cleaning
 *******************************************************************************/
 
 org.eclipse.papyrus.emf.facet.common.ui.internal.controls
 	x-internal:=used by org.eclipse.papyrus.emf.facet.infra.*. No x-friends because we don't care about the warning in the "infra" plug-ins.
 
 org.eclipse.papyrus.emf.facet.common.ui.internal.views
	x-friends:="org.eclipse.papyrus.emf.facet.util.emf.ui" for EMF Facet internal utilization

org.eclipse.papyrus.emf.facet.common.ui.internal.widgets
	x-friends:="org.eclipse.papyrus.emf.facet.efacet.ui" for EMF Facet internal utilization
	x-friends:="org.eclipse.papyrus.emf.facet.util.emf.ui" for EMF Facet internal utilization

Back to the top