Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-01-27 09:42:03 +0000
committerCamille Letavernier2015-01-27 09:43:04 +0000
commitb40295e3bf768ecb7618dfd214804b861ca9ffe1 (patch)
tree116e3e6ac61fa77346089c89f93a40de01fe641e /plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/.classpath
parentd4aab3724ecd31bc3c9b57946dc00303a61ca22c (diff)
downloadorg.eclipse.papyrus-committers/cletavernie/bug-384570-cssExport.tar.gz
org.eclipse.papyrus-committers/cletavernie/bug-384570-cssExport.tar.xz
org.eclipse.papyrus-committers/cletavernie/bug-384570-cssExport.zip
384570: [CSS - Export] It should be possible to export a set ofcommitters/cletavernie/bug-384570-cssExport
stylesheets to create a Theme plug-in https://bugs.eclipse.org/bugs/show_bug.cgi?id=384570
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/.classpath')
-rw-r--r--plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/.classpath8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/.classpath b/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/.classpath
new file mode 100644
index 00000000000..9c0318f0fd2
--- /dev/null
+++ b/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.css.export/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src-gen"/>
+ <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 kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top