Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAparna Argade2016-03-11 16:55:42 +0000
committerPatrick Tasse2016-04-27 14:00:09 +0000
commitc4d9dd47fd0757d67ec99571d4bc6c938f5dbd73 (patch)
tree337cb851967175397d573cad54cff384f48728ae /org.eclipse.swtbot.nebula.nattable.finder/.classpath
parent9f8caa5822f9c8ec391fbddfcaa2171566fadf13 (diff)
downloadorg.eclipse.swtbot-c4d9dd47fd0757d67ec99571d4bc6c938f5dbd73.tar.gz
org.eclipse.swtbot-c4d9dd47fd0757d67ec99571d4bc6c938f5dbd73.tar.xz
org.eclipse.swtbot-c4d9dd47fd0757d67ec99571d4bc6c938f5dbd73.zip
Support for Nebula NatTable
Bug: 489117 Change-Id: Ib13ba5de0b28a902cbe9cc46e54b7076496ab74b Signed-off-by: Aparna Argade <aprsac@yahoo.com>
Diffstat (limited to 'org.eclipse.swtbot.nebula.nattable.finder/.classpath')
-rw-r--r--org.eclipse.swtbot.nebula.nattable.finder/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.swtbot.nebula.nattable.finder/.classpath b/org.eclipse.swtbot.nebula.nattable.finder/.classpath
new file mode 100644
index 00000000..ad32c83a
--- /dev/null
+++ b/org.eclipse.swtbot.nebula.nattable.finder/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top