Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
king-tyler committed Jul 1, 2020
1 parent 2b198c6 commit 41e3d6a
Show file tree
Hide file tree
Showing 8 changed files with 199 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.github.zxhr'
version = '0.0.1-SNAPSHOT'
version = '0.1.0'
description = 'Plugins for seamlessly using the Xtext DSL language generator with Gradle'

ext {
Expand Down
3 changes: 3 additions & 0 deletions gradle/dependency-locks/annotationProcessor.lockfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
56 changes: 56 additions & 0 deletions gradle/dependency-locks/compileClasspath.lockfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
aopalliance:aopalliance:1.0
asm:asm:3.1
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.2.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
commons-cli:commons-cli:1.2
commons-logging:commons-logging:1.1.3
javax.inject:javax.inject:1
log4j:log4j:1.2.17
org.antlr:antlr-runtime:3.2
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.eclipse.emf:org.eclipse.emf.codegen.ecore:2.20.0
org.eclipse.emf:org.eclipse.emf.codegen:2.19.0
org.eclipse.emf:org.eclipse.emf.common:2.17.0
org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0
org.eclipse.emf:org.eclipse.emf.ecore:2.20.0
org.eclipse.emf:org.eclipse.emf.mwe.core:1.5.3
org.eclipse.emf:org.eclipse.emf.mwe.utils:1.5.3
org.eclipse.emf:org.eclipse.emf.mwe2.language:2.11.3
org.eclipse.emf:org.eclipse.emf.mwe2.launch:2.11.3
org.eclipse.emf:org.eclipse.emf.mwe2.lib:2.11.3
org.eclipse.emf:org.eclipse.emf.mwe2.runtime:2.11.3
org.eclipse.jdt:org.eclipse.jdt.core:3.22.0
org.eclipse.jdt:org.eclipse.jdt.debug:3.15.100
org.eclipse.jdt:org.eclipse.jdt.launching:3.17.100
org.eclipse.platform:org.eclipse.core.commands:3.9.700
org.eclipse.platform:org.eclipse.core.contenttype:3.7.600
org.eclipse.platform:org.eclipse.core.expressions:3.6.700
org.eclipse.platform:org.eclipse.core.filesystem:1.7.700
org.eclipse.platform:org.eclipse.core.jobs:3.10.700
org.eclipse.platform:org.eclipse.core.resources:3.13.700
org.eclipse.platform:org.eclipse.core.runtime:3.17.100
org.eclipse.platform:org.eclipse.core.variables:3.4.800
org.eclipse.platform:org.eclipse.debug.core:3.15.100
org.eclipse.platform:org.eclipse.equinox.app:1.4.400
org.eclipse.platform:org.eclipse.equinox.common:3.11.0
org.eclipse.platform:org.eclipse.equinox.preferences:3.7.700
org.eclipse.platform:org.eclipse.equinox.registry:3.8.700
org.eclipse.platform:org.eclipse.osgi:3.15.200
org.eclipse.platform:org.eclipse.text:3.10.100
org.eclipse.xtend:org.eclipse.xtend.lib.macro:2.22.0
org.eclipse.xtend:org.eclipse.xtend.lib:2.22.0
org.eclipse.xtext:org.eclipse.xtext.util:2.22.0
org.eclipse.xtext:org.eclipse.xtext.xbase.lib:2.22.0
org.eclipse.xtext:org.eclipse.xtext.xtext.generator:2.22.0
org.eclipse.xtext:org.eclipse.xtext:2.22.0
org.eclipse.xtext:xtext-dev-bom:2.22.0
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
3 changes: 3 additions & 0 deletions gradle/dependency-locks/ignoreCompileClasspath.lockfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
3 changes: 3 additions & 0 deletions gradle/dependency-locks/ignoreRuntimeClasspath.lockfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
3 changes: 3 additions & 0 deletions gradle/dependency-locks/testAnnotationProcessor.lockfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
62 changes: 62 additions & 0 deletions gradle/dependency-locks/testCompileClasspath.lockfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
aopalliance:aopalliance:1.0
asm:asm:3.1
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.2.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
commons-cli:commons-cli:1.2
commons-logging:commons-logging:1.1.3
javax.inject:javax.inject:1
log4j:log4j:1.2.17
org.antlr:antlr-runtime:3.2
org.apiguardian:apiguardian-api:1.1.0
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.eclipse.emf:org.eclipse.emf.codegen.ecore:2.20.0
org.eclipse.emf:org.eclipse.emf.codegen:2.19.0
org.eclipse.emf:org.eclipse.emf.common:2.17.0
org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0
org.eclipse.emf:org.eclipse.emf.ecore:2.20.0
org.eclipse.emf:org.eclipse.emf.mwe.core:1.5.3
org.eclipse.emf:org.eclipse.emf.mwe.utils:1.5.3
org.eclipse.emf:org.eclipse.emf.mwe2.language:2.11.3
org.eclipse.emf:org.eclipse.emf.mwe2.launch:2.11.3
org.eclipse.emf:org.eclipse.emf.mwe2.lib:2.11.3
org.eclipse.emf:org.eclipse.emf.mwe2.runtime:2.11.3
org.eclipse.jdt:org.eclipse.jdt.core:3.22.0
org.eclipse.jdt:org.eclipse.jdt.debug:3.15.100
org.eclipse.jdt:org.eclipse.jdt.launching:3.17.100
org.eclipse.platform:org.eclipse.core.commands:3.9.700
org.eclipse.platform:org.eclipse.core.contenttype:3.7.600
org.eclipse.platform:org.eclipse.core.expressions:3.6.700
org.eclipse.platform:org.eclipse.core.filesystem:1.7.700
org.eclipse.platform:org.eclipse.core.jobs:3.10.700
org.eclipse.platform:org.eclipse.core.resources:3.13.700
org.eclipse.platform:org.eclipse.core.runtime:3.17.100
org.eclipse.platform:org.eclipse.core.variables:3.4.800
org.eclipse.platform:org.eclipse.debug.core:3.15.100
org.eclipse.platform:org.eclipse.equinox.app:1.4.400
org.eclipse.platform:org.eclipse.equinox.common:3.11.0
org.eclipse.platform:org.eclipse.equinox.preferences:3.7.700
org.eclipse.platform:org.eclipse.equinox.registry:3.8.700
org.eclipse.platform:org.eclipse.osgi:3.15.200
org.eclipse.platform:org.eclipse.text:3.10.100
org.eclipse.xtend:org.eclipse.xtend.lib.macro:2.22.0
org.eclipse.xtend:org.eclipse.xtend.lib:2.22.0
org.eclipse.xtext:org.eclipse.xtext.util:2.22.0
org.eclipse.xtext:org.eclipse.xtext.xbase.lib:2.22.0
org.eclipse.xtext:org.eclipse.xtext.xtext.generator:2.22.0
org.eclipse.xtext:org.eclipse.xtext:2.22.0
org.eclipse.xtext:xtext-dev-bom:2.22.0
org.junit.jupiter:junit-jupiter-api:5.6.2
org.junit.jupiter:junit-jupiter-params:5.6.2
org.junit.platform:junit-platform-commons:1.6.2
org.junit:junit-bom:5.6.2
org.opentest4j:opentest4j:1.2.0
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
68 changes: 68 additions & 0 deletions gradle/dependency-locks/testRuntimeClasspath.lockfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
aopalliance:aopalliance:1.0
asm:asm:3.1
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.2.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
commons-cli:commons-cli:1.2
commons-logging:commons-logging:1.1.3
javax.inject:javax.inject:1
log4j:log4j:1.2.17
org.antlr:antlr-runtime:3.2
org.antlr:stringtemplate:3.2
org.apiguardian:apiguardian-api:1.1.0
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.eclipse.emf:org.eclipse.emf.codegen.ecore:2.20.0
org.eclipse.emf:org.eclipse.emf.codegen:2.19.0
org.eclipse.emf:org.eclipse.emf.common:2.17.0
org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0
org.eclipse.emf:org.eclipse.emf.ecore:2.20.0
org.eclipse.emf:org.eclipse.emf.mwe.core:1.5.3
org.eclipse.emf:org.eclipse.emf.mwe.utils:1.5.3
org.eclipse.emf:org.eclipse.emf.mwe2.language:2.11.3
org.eclipse.emf:org.eclipse.emf.mwe2.launch:2.11.3
org.eclipse.emf:org.eclipse.emf.mwe2.lib:2.11.3
org.eclipse.emf:org.eclipse.emf.mwe2.runtime:2.11.3
org.eclipse.jdt:org.eclipse.jdt.core:3.22.0
org.eclipse.jdt:org.eclipse.jdt.debug:3.15.100
org.eclipse.jdt:org.eclipse.jdt.launching:3.17.100
org.eclipse.platform:org.eclipse.core.commands:3.9.700
org.eclipse.platform:org.eclipse.core.contenttype:3.7.600
org.eclipse.platform:org.eclipse.core.expressions:3.6.700
org.eclipse.platform:org.eclipse.core.filesystem:1.7.700
org.eclipse.platform:org.eclipse.core.jobs:3.10.700
org.eclipse.platform:org.eclipse.core.resources:3.13.700
org.eclipse.platform:org.eclipse.core.runtime:3.17.100
org.eclipse.platform:org.eclipse.core.variables:3.4.800
org.eclipse.platform:org.eclipse.debug.core:3.15.100
org.eclipse.platform:org.eclipse.equinox.app:1.4.400
org.eclipse.platform:org.eclipse.equinox.common:3.11.0
org.eclipse.platform:org.eclipse.equinox.preferences:3.7.700
org.eclipse.platform:org.eclipse.equinox.registry:3.8.700
org.eclipse.platform:org.eclipse.osgi:3.15.200
org.eclipse.platform:org.eclipse.text:3.10.100
org.eclipse.xtend:org.eclipse.xtend.lib.macro:2.22.0
org.eclipse.xtend:org.eclipse.xtend.lib:2.22.0
org.eclipse.xtext:org.eclipse.xtext.util:2.22.0
org.eclipse.xtext:org.eclipse.xtext.xbase.lib:2.22.0
org.eclipse.xtext:org.eclipse.xtext.xtext.generator:2.22.0
org.eclipse.xtext:org.eclipse.xtext:2.22.0
org.eclipse.xtext:xtext-antlr-generator:2.1.1
org.eclipse.xtext:xtext-dev-bom:2.22.0
org.junit.jupiter:junit-jupiter-api:5.6.2
org.junit.jupiter:junit-jupiter-engine:5.6.2
org.junit.jupiter:junit-jupiter-params:5.6.2
org.junit.platform:junit-platform-commons:1.6.2
org.junit.platform:junit-platform-engine:1.6.2
org.junit:junit-bom:5.6.2
org.opentest4j:opentest4j:1.2.0
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.xtext:antlr-generator:3.2.1

0 comments on commit 41e3d6a

Please sign in to comment.