Skip to content

Changes

Summary

  1. updated maven example (details)
  2. Update README.md (details)
  3. 107: Port Xsemantics to Xtext 2.14.0 (details)
  4. 107: removed org.objectweb.asm in tests projects (details)
  5. 107: regenerated org.objectweb.asm deps in tests projects (details)
  6. 107: removed Xtend warnings (details)
  7. 107: removed -Dtycho.disableP2Mirrors=true from Travis build (details)
  8. 107: XsemanticsValidatorConfigurationBlock excluded from code coverage (details)
  9. 107: test for the case when the system has no qualified name (details)
  10. Incremented version 1.14.0 (details)
The file was modified tests/org.eclipse.xsemantics.example.maven.test/pom.xml (diff)
The file was modified tests/org.eclipse.xsemantics.example.maven.test/xsemantics-gen/org/eclipse/xsemantics/example/maven/test/typesystem/validation/MyModelTypeSystemValidator.java (diff)
The file was modified tests/org.eclipse.xsemantics.example.maven.test/xsemantics-gen/org/eclipse/xsemantics/example/maven/test/typesystem/MyExtendedTypeSystem.java (diff)
The file was modified tests/org.eclipse.xsemantics.example.maven.test/xsemantics-gen/org/eclipse/xsemantics/example/maven/test/typesystem/MyModelTypeSystem.java (diff)
The file was modified tests/org.eclipse.xsemantics.example.maven.test/xsemantics-gen/org/eclipse/xsemantics/example/maven/test/typesystem/validation/MyExtendedTypeSystemValidator.java (diff)
The file was modified README.md (diff)
Commit d44026fe3ee617fdb35c3deb5b4617cba9b4ee8a by Lorenzo Bettini
107: Port Xsemantics to Xtext 2.14.0
Task-Url: https://github.com/eclipse/xsemantics/issues/107
The file was modified plugins/org.eclipse.xsemantics.dsl.ui/plugin.xml (diff)
The file was modified plugins/org.eclipse.xsemantics.dsl.ui/plugin.xml_gen (diff)
The file was modified releng/org.eclipse.xsemantics.parent/pom.xml (diff)
The file was modified devtools/org.eclipse.xsemantics.workspace/Xsemantics.setup (diff)
The file was modified features/org.eclipse.xsemantics.feature/feature.xml (diff)
The file was modified plugins/org.eclipse.xsemantics.dsl.ui/META-INF/MANIFEST.MF (diff)
The file was addeddevtools/org.eclipse.xsemantics.targetplatform/oxygen-xtext-2.14.target
Commit ac937cce1ecdb7723fd12cc955403be20bd2cda5 by Lorenzo Bettini
107: removed org.objectweb.asm in tests projects
Task-Url: https://github.com/eclipse/xsemantics/issues/107
The file was modified examples/org.eclipse.xsemantics.example.fjcached/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.xsemantics.example.fjcached.tests/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.xsemantics.dsl.tests/META-INF/MANIFEST.MF (diff)
Commit 801331a8e38e365db11a4741897a1c5ec016218e by Lorenzo Bettini
107: regenerated org.objectweb.asm deps in tests projects
Task-Url: https://github.com/eclipse/xsemantics/issues/107
The file was modified examples/org.eclipse.xsemantics.example.fjcached.tests/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.xsemantics.dsl.tests/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.xsemantics.example.fjcached/META-INF/MANIFEST.MF (diff)
The file was removedtests/org.eclipse.xsemantics.dsl.ui.tests/XsemanticsOutlineTest.launch
The file was removedtests/org.eclipse.xsemantics.dsl.ui.tests/src/org/eclipse/xsemantics/dsl/tests/ui/XsemanticsAllUiTests.java
The file was removedtests/org.eclipse.xsemantics.dsl.ui.tests/XsemanticsProposalProviderTest.launch
The file was removedtests/org.eclipse.xsemantics.dsl.ui.tests/XsemanticsAllUiTests.launch
Commit bfd69249e5b0cc6525e4c729230617423e37ce47 by Lorenzo Bettini
107: removed Xtend warnings
Task-Url: https://github.com/eclipse/xsemantics/issues/107
The file was modified plugins/org.eclipse.xsemantics.dsl/src/org/eclipse/xsemantics/dsl/services/XsemanticsProposalsForDatatypeRules.xtend (diff)
The file was modified plugins/org.eclipse.xsemantics.dsl.ui/.classpath (diff)
The file was modified tests/org.eclipse.xsemantics.dsl.tests/src/org/eclipse/xsemantics/dsl/tests/generator/XsemanticsJvmModelGeneratorTest.xtend (diff)
The file was modified tests/org.eclipse.xsemantics.dsl.tests/src/org/eclipse/xsemantics/dsl/tests/EmfFactoryUtils.xtend (diff)
The file was modified plugins/org.eclipse.xsemantics.dsl/src/org/eclipse/xsemantics/dsl/generator/XsemanticsXbaseCompiler.xtend (diff)
The file was modified plugins/org.eclipse.xsemantics.dsl/src/org/eclipse/xsemantics/dsl/validation/XsemanticsValidator.xtend (diff)
The file was modified tests/org.eclipse.xsemantics.dsl.ui.tests/src/org/eclipse/xsemantics/dsl/tests/ui/contentassist/XsemanticsProposalProviderTest.xtend (diff)
The file was modified plugins/org.eclipse.xsemantics.dsl.ui/src/org/eclipse/xsemantics/dsl/ui/outline/XsemanticsOutlineTreeProvider.xtend (diff)
The file was modified tests/org.eclipse.xsemantics.dsl.tests/src/org/eclipse/xsemantics/dsl/tests/XsemanticsBaseTest.xtend (diff)
The file was modified tests/org.eclipse.xsemantics.dsl.tests/src/org/eclipse/xsemantics/dsl/tests/runtime/RuleApplicationTraceTests.xtend (diff)
The file was modified plugins/org.eclipse.xsemantics.dsl/src/org/eclipse/xsemantics/dsl/generator/XsemanticsGeneratorExtensions.xtend (diff)
The file was modified plugins/org.eclipse.xsemantics.dsl/src/org/eclipse/xsemantics/dsl/typing/XsemanticsTypeSystem.xtend (diff)
Commit 130e767b1a7f742d84402d24af86c4789ce8a438 by Lorenzo Bettini
107: removed -Dtycho.disableP2Mirrors=true from Travis build
Task-Url: https://github.com/eclipse/xsemantics/issues/107
The file was modified travis_build.sh (diff)
Commit abc752e78652c2c08ffbda286b64836732fd35da by Lorenzo Bettini
107: XsemanticsValidatorConfigurationBlock excluded from code coverage
Task-Url: https://github.com/eclipse/xsemantics/issues/107
The file was modified releng/org.eclipse.xsemantics.parent/tools/jacoco_plugin_xtext.txt (diff)
The file was modified releng/org.eclipse.xsemantics.repository/pom.xml (diff)
Commit 9788eee1d2ddd5110eabb9b54c23c6b6bbf97fb1 by Lorenzo Bettini
107: test for the case when the system has no qualified name
Task-Url: https://github.com/eclipse/xsemantics/issues/107
The file was modified tests/org.eclipse.xsemantics.dsl.tests/src/org/eclipse/xsemantics/dsl/tests/generator/XsemanticsJvmModelGeneratorTest.xtend (diff)
Commit d33664200f4b813379f11ea53988004da27db20f by Lorenzo Bettini
Incremented version 1.14.0
The file was modified examples/org.eclipse.xsemantics.example.expressions.ui/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.xsemantics.example.fjcached.tests/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.xsemantics.example.lambda/pom.xml (diff)
The file was modified examples/org.eclipse.xsemantics.example.fj.ui/pom.xml (diff)
The file was modified releng/org.eclipse.xsemantics.repository/pom.xml (diff)
The file was modified examples/org.eclipse.xsemantics.example.fjcached/pom.xml (diff)
The file was modified features/org.eclipse.xsemantics.tests.feature/pom.xml (diff)
The file was modified examples/org.eclipse.xsemantics.example.fj.tests/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.xsemantics.dsl.tests/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.xsemantics.example.fj.tests/pom.xml (diff)
The file was modified features/org.eclipse.xsemantics.runtime.feature/feature.xml (diff)
The file was modified devtools/org.eclipse.xsemantics.targetplatform/pom.xml (diff)
The file was modified examples/org.eclipse.xsemantics.example.fjcached.tests/pom.xml (diff)
The file was modified examples/org.eclipse.xsemantics.example.expressions.tests/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.xsemantics.ui.examples/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.xsemantics.dsl.ide/pom.xml (diff)
The file was modified releng/org.eclipse.xsemantics.parent/ant/release.properties (diff)
The file was modified releng/org.eclipse.xsemantics.repository/category.xml (diff)
The file was modified doc/org.eclipse.xsemantics.doc/META-INF/MANIFEST.MF (diff)
The file was modified doc/org.eclipse.xsemantics.doc/pom.xml (diff)
The file was modified examples/org.eclipse.xsemantics.example.lambda.ui/pom.xml (diff)
The file was modified plugins/org.eclipse.xsemantics.dsl.ide/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.xsemantics.example.maven.test/pom.xml (diff)
The file was modified tests/org.eclipse.xsemantics.tests.swtbot/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.xsemantics.example.fjcached.ui/pom.xml (diff)
The file was modified features/org.eclipse.xsemantics.feature/pom.xml (diff)
The file was modified examples/org.eclipse.xsemantics.ui.examples/pom.xml (diff)
The file was modified tests/org.eclipse.xsemantics.tests.swtbot/pom.xml (diff)
The file was modified releng/org.eclipse.xsemantics.maven.releng/pom.xml (diff)
The file was modified plugins/org.eclipse.xsemantics.runtime/pom.xml (diff)
The file was modified tests/org.eclipse.xsemantics.tests.pde.utils/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.xsemantics.dsl/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.xsemantics.example.lambda.tests/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.xsemantics.dsl.ui.tests/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.xsemantics.tests.pde.utils/pom.xml (diff)
The file was modified features/org.eclipse.xsemantics.runtime.feature/pom.xml (diff)
The file was modified features/org.eclipse.xsemantics.sdk/pom.xml (diff)
The file was modified examples/org.eclipse.xsemantics.example.expressions/pom.xml (diff)
The file was modified releng/org.eclipse.xsemantics.parent/pom.xml (diff)
The file was modified examples/org.eclipse.xsemantics.example.fj/META-INF/MANIFEST.MF (diff)
The file was modified features/org.eclipse.xsemantics.examples.feature/feature.xml (diff)
The file was modified plugins/org.eclipse.xsemantics.dsl.ui/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.xsemantics.example.fjcached.ui/META-INF/MANIFEST.MF (diff)
The file was modified features/org.eclipse.xsemantics.tests.feature/feature.xml (diff)
The file was modified devtools/org.eclipse.xsemantics.workspace/feature.xml (diff)
The file was modified features/org.eclipse.xsemantics.doc.feature/feature.xml (diff)
The file was modified features/org.eclipse.xsemantics.doc.feature/pom.xml (diff)
The file was modified plugins/org.eclipse.xsemantics.dsl/pom.xml (diff)
The file was modified examples/org.eclipse.xsemantics.example.fj/pom.xml (diff)
The file was modified tests/org.eclipse.xsemantics.dsl.ui.tests/pom.xml (diff)
The file was modified examples/org.eclipse.xsemantics.example.lambda/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.xsemantics.example.expressions.tests/pom.xml (diff)
The file was modified features/org.eclipse.xsemantics.implemented.examples.feature/pom.xml (diff)
The file was modified plugins/org.eclipse.xsemantics.dsl.ui/pom.xml (diff)
The file was modified releng/org.eclipse.xsemantics.releng/pom.xml (diff)
The file was modified features/org.eclipse.xsemantics.dsl.ui.tests.feature/feature.xml (diff)
The file was modified examples/org.eclipse.xsemantics.example.expressions.ui/pom.xml (diff)
The file was modified examples/org.eclipse.xsemantics.example.lambda.ui/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.xsemantics.example.expressions/META-INF/MANIFEST.MF (diff)
The file was modified examples/org.eclipse.xsemantics.example.lambda.tests/pom.xml (diff)
The file was modified examples/org.eclipse.xsemantics.example.fjcached/META-INF/MANIFEST.MF (diff)
The file was modified features/org.eclipse.xsemantics.sdk/feature.xml (diff)
The file was modified tests/org.eclipse.xsemantics.example.maven.test/META-INF/MANIFEST.MF (diff)
The file was modified tests/org.eclipse.xsemantics.dsl.tests/pom.xml (diff)
The file was modified examples/org.eclipse.xsemantics.example.fj.ui/META-INF/MANIFEST.MF (diff)
The file was modified plugins/org.eclipse.xsemantics.runtime/META-INF/MANIFEST.MF (diff)
The file was modified features/org.eclipse.xsemantics.feature/feature.xml (diff)
The file was modified features/org.eclipse.xsemantics.examples.feature/pom.xml (diff)
The file was modified features/org.eclipse.xsemantics.implemented.examples.feature/feature.xml (diff)