Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.util.core/API.README.txt')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.util.core/API.README.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/API.README.txt b/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/API.README.txt
new file mode 100644
index 00000000000..4f4e323f5a6
--- /dev/null
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/API.README.txt
@@ -0,0 +1,24 @@
+/*******************************************************************************
+ * 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 340339 - Need some Utils class for Folder/File/Project management
+ * Nicolas Guyomar (Mia-Software) - Bug 340681 - Facet column implementation
+ * Nicolas Guyomar (Mia-Software) - Bug 349556 - EMF Facet Java Query wizard
+ * Nicolas Guyomar (Mia-Software) - Bug 338813 - [EMF Facet Framework] basic Facet actions
+ * Gregoire Dupe (Mia-Software) - Bug 371204 - Compatibility with Helios
+ *******************************************************************************/
+ org.eclipse.emf.facet.util.core.internal
+ x-friends:="org.eclipse.emf.facet.common.core,org.eclipse.emf.facet.util.emf.core" for EMF Facet internal use
+ x-friends:="org.eclipse.emf.facet.efacet.tests" use PluginUtils.importPlugin(Bundle) to create test projects
+ x-friends:="org.eclipse.emf.facet.widgets.nattable.tests" use PluginUtils.importPlugin(Bundle) to create test projects
+ x-friends:="org.eclipse.emf.facet.query.java.ui" uses PluginUtils.configureAsPluginProject(IProject) to setup facet project
+ x-friends:="org.eclipse.emf.facet.query.java.ui.tests" for testing purpose
+ x-friends:="org.eclipse.emf.facet.efacet.core" to add a new facet model to the build.properties
+ x-friends:="org.eclipse.emf.facet.efacet.tests" so that the tests can access internal utils
+ x-friends:="org.eclipse.emf.facet.infra.common.core" to get up to date the deprecated on copied methods. \ No newline at end of file

Back to the top