diff --git a/jastadd-mquat-base/DrAST.cfg b/jastadd-mquat-base/DrAST.cfg deleted file mode 100644 index c229f19b6e4a7ae45494a802615a084bd488a49c..0000000000000000000000000000000000000000 --- a/jastadd-mquat-base/DrAST.cfg +++ /dev/null @@ -1,4 +0,0 @@ -dynamic-values=0 -NTA-computed=0 -NTA-cached=1 -NTA-depth=1 diff --git a/jastadd-mquat-base/DrASTGUI.cfg b/jastadd-mquat-base/DrASTGUI.cfg deleted file mode 100644 index 4299b902e6d23c601c7f39bfb7a73ce3217140d4..0000000000000000000000000000000000000000 --- a/jastadd-mquat-base/DrASTGUI.cfg +++ /dev/null @@ -1,9 +0,0 @@ -nodeThreshold=1000 -showNodes=1 -showEdges=1 -niceEdges=1 -normalEdgeWidth=1.0 -refEdgeWidth=2.0 -dashedEdgeWidth=0.2 -normalVertexEdgeWidth=1.0 -dashedVertexEdgeWidth=0.2 diff --git a/jastadd-mquat-base/build.gradle b/jastadd-mquat-base/build.gradle index f9bcd7a73c1732abd0c94f305d6229800304de87..7a3dcff8406c800e8ecc74151f79f9016e2143c5 100644 --- a/jastadd-mquat-base/build.gradle +++ b/jastadd-mquat-base/build.gradle @@ -20,8 +20,6 @@ dependencies { compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.10.0' testCompile 'junit:junit:4.12' - testCompile files('libs/DrAST-1.2.2.jar') - testCompile fileTree(dir: "${System.properties['java.home']}", include: '**/jfxrt.jar') } run { @@ -70,13 +68,6 @@ javadoc { failOnError = false } -task DrAST(type: JavaExec, dependsOn:jar) { - group = "verification" - description = 'run the DrAST visual debugger tool' - classpath = sourceSets.test.runtimeClasspath - main = 'de.tudresden.inf.st.mquat.DrAstRunner' -} - task RagDoll(type: Javadoc, dependsOn:javadoc) { doFirst { options.addStringOption("ragroot", "./src/main/jastadd") diff --git a/jastadd-mquat-base/filter.fcl b/jastadd-mquat-base/filter.fcl deleted file mode 100644 index e7b570413653ed74f6e9fb3e07d824aa50aa1c0d..0000000000000000000000000000000000000000 --- a/jastadd-mquat-base/filter.fcl +++ /dev/null @@ -1,25 +0,0 @@ -/* -This filter is autogenerated. - - - Add the name of the filters you want to use in the configs block. - - Write the name of the node types you want to see in the AST inside your filters. - . Add a : to the begining of each name. - . Child classes of a type will also be included in the graph. - -You can filter on attributes and AST-position, show attributes in the graph and style the nodes. -see https://bitbucket.org/jastadd/jastadddebugger-exjobb/wiki/The%20Filter%20Configuration%20Language -for full documentation. -*/ -configs{ - use = include; -} -filter include{ - /**/ - :ASTNode{ - when{} - subtree{} - show{} - style{} - } - /**/ -} diff --git a/jastadd-mquat-base/libs/RagDoll.jar b/jastadd-mquat-base/libs/RagDoll.jar new file mode 100644 index 0000000000000000000000000000000000000000..284617f7f7beaa1178ba01b25c5368f7f502013a Binary files /dev/null and b/jastadd-mquat-base/libs/RagDoll.jar differ