]> gerrit.simantics Code Review - simantics/platform.git/commit
Removed org.simantics.ltk[.antlr] bundles, exact import for antlr 51/1851/1
authorHannu Niemistö <hannu.niemisto@semantum.fi>
Mon, 18 Jun 2018 08:05:39 +0000 (11:05 +0300)
committerHannu Niemistö <hannu.niemisto@semantum.fi>
Mon, 18 Jun 2018 08:05:39 +0000 (11:05 +0300)
commit6b5821ad728bf2f127091cb36d57b87749a6532f
treec332ac089033ac4aa923fa20a568ede95cda89e2
parentc2ab38c94029486a379c79a7b38604f1c03afa44
Removed org.simantics.ltk[.antlr] bundles, exact import for antlr

gitlab #24

Change-Id: I582628d505edcec5565e768a42b984fdb3e096fb
64 files changed:
bundles/org.simantics.graph.compiler/META-INF/MANIFEST.MF
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/CompilationResult.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/GraphCompiler.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/ltk/FileSource.java [moved from bundles/org.simantics.ltk/src/org/simantics/ltk/FileSource.java with 92% similarity]
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/ltk/ISource.java [moved from bundles/org.simantics.ltk/src/org/simantics/ltk/ISource.java with 80% similarity]
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/ltk/LocalResourceSource.java [moved from bundles/org.simantics.ltk/src/org/simantics/ltk/LocalResourceSource.java with 93% similarity]
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/ltk/Location.java [moved from bundles/org.simantics.ltk/src/org/simantics/ltk/Location.java with 93% similarity]
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/ltk/Problem.java [moved from bundles/org.simantics.ltk/src/org/simantics/ltk/Problem.java with 92% similarity]
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/ltk/Severity.java [new file with mode: 0644]
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/ltk/SourcePart.java [moved from bundles/org.simantics.ltk/src/org/simantics/ltk/SourcePart.java with 94% similarity]
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/ltk/antlr/ANTLRUtils.java [moved from bundles/org.simantics.ltk.antlr/src/org/simantics/ltk/antlr/ANTLRUtils.java with 92% similarity]
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/parsing/Parsing.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/AddConsistsOf.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/ApplyTemplates.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/Compactify.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/ConvertPreValues.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/CreateInverseRelations.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/CreateTemplates.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/DefaultValueTyping.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/procedures/MergeEqualResources.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/IPreValue.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/LocationStore.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/PreValueStore.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/VariableStore.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/BuiltinTemplates.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/GraphTemplate.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/ITemplate.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/ListTemplate.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/LoadBytesTemplate.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/LoadDataValueTemplate.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/LoadStringTemplate.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/NewTemplate.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/OrderedSetTemplate.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/TemplateDefinition.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/TemplateDefinitionStore.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/templates/TemplateInstanceStore.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/translation/DataTypeTranslator.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/translation/DataValueTranslator.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/translation/GraphTranslator.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/validation/ReportCollisions.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/validation/ValidateGraph.java
bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/values/TreeValue.java
bundles/org.simantics.graph.compiler/tests/org/simantics/graph/compiler/tests/GraphCompilerTests.java
bundles/org.simantics.graph.compiler/tests/org/simantics/graph/compiler/tests/TestCompiler.java
bundles/org.simantics.graph/META-INF/MANIFEST.MF
bundles/org.simantics.ltk.antlr/.classpath [deleted file]
bundles/org.simantics.ltk.antlr/.project [deleted file]
bundles/org.simantics.ltk.antlr/.settings/org.eclipse.jdt.core.prefs [deleted file]
bundles/org.simantics.ltk.antlr/META-INF/MANIFEST.MF [deleted file]
bundles/org.simantics.ltk.antlr/build.properties [deleted file]
bundles/org.simantics.ltk/.classpath [deleted file]
bundles/org.simantics.ltk/.project [deleted file]
bundles/org.simantics.ltk/.settings/org.eclipse.jdt.core.prefs [deleted file]
bundles/org.simantics.ltk/META-INF/MANIFEST.MF [deleted file]
bundles/org.simantics.ltk/build.properties [deleted file]
bundles/org.simantics.ltk/src/org/simantics/ltk/Severity.java [deleted file]
bundles/org.simantics.modeling.ui/META-INF/MANIFEST.MF
bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/actions/CompilePGraphsAction.java
bundles/org.simantics.modeling/META-INF/MANIFEST.MF
bundles/org.simantics.modeling/src/org/simantics/modeling/CompilePGraphs.java
bundles/org.simantics.project/META-INF/MANIFEST.MF
bundles/org.simantics.project/src/org/simantics/project/management/PlatformUtil.java
bundles/pom.xml
features/org.simantics.platform.feature/feature.xml