Skip to content

Commit

Permalink
eclipse-archived#190 xtext clean structure before generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolfo Totaro committed Dec 16, 2016
1 parent d899c1c commit dfd0b21
Show file tree
Hide file tree
Showing 52 changed files with 106 additions and 11,719 deletions.
11 changes: 0 additions & 11 deletions org.eclipse.triquetrum.commands.xtext/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,3 @@ Require-Bundle: org.eclipse.xtext,
org.eclipse.xtext.generator;bundle-version="2.10.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.log4j
Export-Package: org.eclipse.triquetrum.commands.tqcl,
org.eclipse.triquetrum.commands.validation,
org.eclipse.triquetrum.commands.parser.antlr,
org.eclipse.triquetrum.commands.parser.antlr.internal,
org.eclipse.triquetrum.commands.serializer,
org.eclipse.triquetrum.commands.generator,
org.eclipse.triquetrum.commands,
org.eclipse.triquetrum.commands.tqcl.impl,
org.eclipse.triquetrum.commands.services,
org.eclipse.triquetrum.commands.scoping,
org.eclipse.triquetrum.commands.tqcl.util
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Workflow {
baseName = "org.eclipse.triquetrum.commands.xtext"
rootPath = rootPath
runtimeTest = {
enabled = false
enabled = true
src = "src/test/java"
srcGen = "src/test/java-gen"
}
Expand All @@ -30,8 +30,8 @@ Workflow {
srcGen = "src/main/java-gen"
}
eclipsePlugin = {
name = ".ui"
enabled = false
name = "org.eclipse.triquetrum.commands.xtext.ui"
enabled = true
src = "src/main/java"
srcGen = "src/main/java-gen"
}
Expand All @@ -42,7 +42,8 @@ Workflow {
srcGen = "src/test/java-gen"
}
genericIde = {
name = ".ide"
name = "org.eclipse.triquetrum.commands.xtext.ide"
enabled = true
src = "src/main/java"
srcGen = "src/main/java-gen"
}
Expand Down

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit dfd0b21

Please sign in to comment.