Skip to content

Commit

Permalink
WIP: loop detection for model mutator
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmueller committed Feb 6, 2015
1 parent 14c7a17 commit 65176ae
Show file tree
Hide file tree
Showing 6 changed files with 176 additions and 72 deletions.
15 changes: 8 additions & 7 deletions bundles/org.eclipse.emf.emfstore.modelmutator/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?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/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="jgrapht-core-0.9.0.jar"/>
<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>
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Export-Package: org.eclipse.emf.emfstore.internal.modelmutator.api;version="2.0.
org.eclipse.emf.emfstore.modelmutator;version="2.0.0"
Require-Bundle: org.eclipse.emf.edit;bundle-version="[2.5.0,3.0.0)",
com.google.guava;bundle-version="[10.0.1,16.0.0)";visibility:=reexport
Bundle-ClassPath: jgrapht-core-0.9.0.jar,
.
25 changes: 13 additions & 12 deletions bundles/org.eclipse.emf.emfstore.modelmutator/build.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
modeling32.png,\
about.properties,\
about.mappings,\
about.html,\
about.ini,\
src/org/eclipse/emf/emfstore/internal/modelmutator/api/messages.properties,\
src/org/eclipse/emf/emfstore/internal/modelmutator/mutation/messages.properties
src.includes = about.html
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
modeling32.png,\
about.properties,\
about.mappings,\
about.html,\
about.ini,\
src/org/eclipse/emf/emfstore/internal/modelmutator/api/messages.properties,\
src/org/eclipse/emf/emfstore/internal/modelmutator/mutation/messages.properties,\
jgrapht-core-0.9.0.jar
src.includes = about.html
Binary file not shown.
Loading

0 comments on commit 65176ae

Please sign in to comment.