Skip to content

Commit

Permalink
Updated to latest soot and core.logic
Browse files Browse the repository at this point in the history
  • Loading branch information
cderoove committed Feb 1, 2013
1 parent 50e88df commit 08f9556
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 31 deletions.
@@ -0,0 +1,3 @@
# damp.ekeko.EkekoSnippets

[Ekeko](https://github.com/cderoove/damp.ekeko/tree/master/EkekoPlugin)-based Eclipse plugin for transforming code snippets into code templates that can be used to query Java projects.
8 changes: 2 additions & 6 deletions EkekoPlugin/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="libs/core.logic-0.8.0-beta3-20121108.000151-13.jar"/>
<classpathentry kind="lib" path="libs/core.logic-0.8.0-rc2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
Expand All @@ -11,10 +11,6 @@
</classpathentry>
<classpathentry exported="true" kind="lib" path="classes" sourcepath="classes"/>
<classpathentry exported="true" kind="lib" path="libs/guava-11.0.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/jasminclasses.jar"/>
<classpathentry exported="true" kind="lib" path="libs/java_cup.jar"/>
<classpathentry exported="true" kind="lib" path="libs/polyglot.jar"/>
<classpathentry exported="true" kind="lib" path="libs/sootclasses.jar" sourcepath="/Users/cderoove/Downloads/sootsrc-2.5.0.jar"/>
<classpathentry kind="lib" path="libs/qwal-1.0.2-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="libs/soot.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
47 changes: 28 additions & 19 deletions EkekoPlugin/META-INF/MANIFEST.MF
Expand Up @@ -27,15 +27,22 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: .,
classes/,
libs/guava-11.0.2.jar,
libs/jasminclasses.jar,
libs/java_cup.jar,
libs/polyglot.jar,
libs/sootclasses.jar,
libs/qwal-1.0.2-SNAPSHOT.jar,
libs/core.logic-0.8.0-beta3-20121108.000151-13.jar
Export-Package: baristaui.util,
baristaui.views.queryResult,
clojure.core,
libs/soot.jar,
libs/core.logic-0.8.0-rc2.jar
Export-Package: baristaui.util;
uses:="org.eclipse.jface.action,
org.eclipse.jdt.core.dom,
org.eclipse.swt.events,
org.eclipse.core.resources,
org.eclipse.jface.viewers,
org.eclipse.jface.text.rules,
org.eclipse.swt.widgets",
baristaui.views.queryResult;
uses:="org.eclipse.ui,
org.eclipse.jface.viewers,
org.eclipse.swt.graphics,
org.eclipse.ui.part,
org.eclipse.swt.widgets",
clojure.core.logic,
damp,
damp.ekeko;
Expand All @@ -44,7 +51,6 @@ Export-Package: baristaui.util,
org.eclipse.ui,
org.eclipse.ui.plugin,
org.eclipse.core.commands,
soot,
org.eclipse.jface.action,
org.eclipse.jdt.core.dom,
dk.itu.smartemf.ofbiz.analysis,
Expand All @@ -55,18 +61,21 @@ Export-Package: baristaui.util,
org.osgi.framework,
org.eclipse.ui.dialogs,
org.eclipse.swt.widgets,
org.eclipse.jdt.core.dom.rewrite,
org.eclipse.jface.dialogs,
damp.util,
damp.ekeko.jdt,
damp.ekeko.util,
damp.ekeko.workspace,
damp.util",
org.eclipse.jdt.core.dom.rewrite",
damp.ekeko.jdt,
damp.ekeko.soot,
damp.ekeko.soot;
uses:="soot,
org.eclipse.jface.action,
org.eclipse.core.runtime,
org.eclipse.jdt.core,
org.eclipse.ui,
org.eclipse.core.resources,
org.eclipse.jface.viewers,
damp.ekeko,
org.eclipse.swt.widgets",
damp.ekeko.util,
damp.ekeko.workspace,
damp.util,
damp.util;uses:="org.eclipse.core.runtime,org.eclipse.core.resources",
test.damp,
test.damp.ekeko
Eclipse-BuddyPolicy: registered
8 changes: 2 additions & 6 deletions EkekoPlugin/build.properties
Expand Up @@ -5,13 +5,9 @@ bin.includes = plugin.xml,\
.,\
libs/guava-11.0.2.jar,\
icons/,\
libs/jasminclasses.jar,\
libs/java_cup.jar,\
libs/polyglot.jar,\
libs/sootclasses.jar,\
build.properties,\
classes/,\
src/,\
libs/qwal-1.0.2-SNAPSHOT.jar,\
libs/core.logic-0.8.0-beta3-20121108.000151-13.jar
libs/soot.jar,\
libs/core.logic-0.8.0-rc2.jar

Binary file not shown.
Binary file added EkekoPlugin/libs/core.logic-0.8.0-beta5.jar
Binary file not shown.
Binary file added EkekoPlugin/libs/core.logic-0.8.0-rc2.jar
Binary file not shown.
Binary file removed EkekoPlugin/libs/jasminclasses.jar
Binary file not shown.
Binary file removed EkekoPlugin/libs/java_cup.jar
Binary file not shown.
Binary file removed EkekoPlugin/libs/polyglot.jar
Binary file not shown.
Binary file not shown.

0 comments on commit 08f9556

Please sign in to comment.