Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/mediawiki/plugin_dev.html')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/mediawiki/plugin_dev.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/mediawiki/plugin_dev.html b/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/mediawiki/plugin_dev.html
index 36a4cca5443..85697b3312b 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/mediawiki/plugin_dev.html
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/mediawiki/plugin_dev.html
@@ -6,8 +6,8 @@ FacetSets contain Facets, so AggregatedFacetSet contains proxies (<b>AggregatedF
Facets contain FacetElements, so AggregatedFacet contains proxies (<b>AggregatedFacetElement</b>) for these FacetElements through its <i>proxies</i> reference.</p><p>To use these proxies in a JFace dialog, the content provider must return proxies for aggregated FacetSets, Facets and FacetElements, instead of returning the original element.</p><p>This makes it possible to implement the <b>getParent</b> method of the content provider by following the proxy hierarchy upwards.</p><p><font size="-2">
Copyright &#169; 2012 CEA LIST.
All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License v1.0
+are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
-<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a>.
Contributors: Nicolas Bros (Mia-Software)
</font></p></body></html> \ No newline at end of file

Back to the top