Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-08-24 11:17:53 +0000
committervlorenzo2012-08-24 11:17:53 +0000
commit470ca51274036d548585bbed0bd37c207aaa219a (patch)
tree6b2243899290acfac2532a534c5d6756ef86a592 /incoming/TableEFacet/org.eclipse.papyrus.infra.table.efacet.common/.classpath
parent37661e2d0b4826153b874af03a17675a85ac069b (diff)
downloadorg.eclipse.papyrus-470ca51274036d548585bbed0bd37c207aaa219a.tar.gz
org.eclipse.papyrus-470ca51274036d548585bbed0bd37c207aaa219a.tar.xz
org.eclipse.papyrus-470ca51274036d548585bbed0bd37c207aaa219a.zip
Save my work on the table :
- improve the common table plugin - rename the abstract class used for table editors
Diffstat (limited to 'incoming/TableEFacet/org.eclipse.papyrus.infra.table.efacet.common/.classpath')
-rw-r--r--incoming/TableEFacet/org.eclipse.papyrus.infra.table.efacet.common/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/incoming/TableEFacet/org.eclipse.papyrus.infra.table.efacet.common/.classpath b/incoming/TableEFacet/org.eclipse.papyrus.infra.table.efacet.common/.classpath
index a442cf10ed3..55b6205754a 100644
--- a/incoming/TableEFacet/org.eclipse.papyrus.infra.table.efacet.common/.classpath
+++ b/incoming/TableEFacet/org.eclipse.papyrus.infra.table.efacet.common/.classpath
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry excluding="org/eclipse/papyrus/infra/table/efacet/common/modelresource/EMFFacetTableModelResource.java|org/eclipse/papyrus/infra/table/efacet/common/copy/CustomizationUtils.java|org/eclipse/papyrus/infra/table/efacet/common/copy/TableInstanceUtils.java" kind="src" path="src"/>
+ <classpathentry excluding="org/eclipse/papyrus/infra/table/efacet/common/modelresource/EMFFacetTableModelResource.java|org/eclipse/papyrus/infra/table/efacet/common/copy/CustomizationUtils.java|org/eclipse/papyrus/infra/table/efacet/common/copy/TableInstanceUtils.java|org/eclipse/papyrus/infra/table/efacet/common/listener/TableFillingModeListener.java" kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top