forked from Unity-Technologies/kaizen
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extract remaining modules (clr, assembly, assembly-bundle, nunit, vs,…
… unity, local-repository, lib-consumer)
- Loading branch information
Showing
77 changed files
with
125 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
version = '0.1.0' | ||
|
||
dependencies { | ||
[':assembly', ':unity', ':local-repository', ':lib-consumer'].each { | ||
compile project(it) | ||
} | ||
} |
4 changes: 3 additions & 1 deletion
4
...groovy/kaizen/plugins/BundlePlugin.groovy → ...ugins/assembly/bundle/BundlePlugin.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ins/assembly-bundle/src/main/resources/META-INF/gradle-plugins/assembly-bundle.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
implementation-class=kaizen.plugins.assembly.bundle.BundlePlugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version = '0.1.0' | ||
|
||
dependencies { | ||
compile project(':conventions') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...en/plugins/assembly/AssemblyPlugin.groovy → ...en/plugins/assembly/AssemblyPlugin.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions
3
.../kaizen/plugins/AssemblyPluginSpec.groovy → ...lugins/assembly/AssemblyPluginSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ns/AssemblyWithCustomConfiguration.groovy → ...ly/AssemblyWithCustomConfiguration.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version = '0.1.0' | ||
|
||
dependencies { | ||
compile project(':foundation') | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version = '0.1.0' | ||
|
||
dependencies { | ||
project(':conventions') | ||
} |
2 changes: 1 addition & 1 deletion
2
...kaizen/plugins/core/Configurations.groovy → ...plugins/conventions/Configurations.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package kaizen.plugins.core | ||
package kaizen.plugins.conventions | ||
|
||
import org.gradle.api.artifacts.Configuration | ||
|
||
|
9 changes: 0 additions & 9 deletions
9
plugins/core/src/main/groovy/kaizen/foundation/FileName.groovy
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
plugins/core/src/main/groovy/kaizen/plugins/ProjectClassifier.groovy
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
plugins/core/src/main/groovy/kaizen/plugins/ProjectDependencies.groovy
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
plugins/core/src/main/resources/META-INF/gradle-plugins/kaizen-bundle.properties
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
plugins/core/src/main/resources/META-INF/gradle-plugins/vs2010.properties
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
plugins/core/src/test/groovy/kaizen/plugins/BundleWithTests.groovy
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
plugins/core/src/test/groovy/kaizen/plugins/ProjectClassifierSpec.groovy
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
plugins/core/src/test/groovy/kaizen/plugins/ProjectDependenciesSpec.groovy
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version = '0.1.0' | ||
|
||
dependencies { | ||
compile project(':conventions') | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version = '0.1.0' | ||
|
||
dependencies { | ||
compile project(':conventions') | ||
} |
5 changes: 5 additions & 0 deletions
5
plugins/local-repository/src/main/groovy/kaizen/plugins/LocalRepositoryExtension.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package kaizen.plugins | ||
|
||
class LocalRepositoryExtension { | ||
def location = '../repository' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
version = '0.1.0' | ||
|
||
dependencies { | ||
[':clr', ':assembly', ':lib-consumer', ':conventions'].each { | ||
compile project(it) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...oovy/kaizen/plugins/BasePluginInfo.groovy → ...oovy/kaizen/testing/BasePluginInfo.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package kaizen.plugins | ||
package kaizen.testing | ||
|
||
import org.gradle.testfixtures.ProjectBuilder | ||
|
||
|
3 changes: 1 addition & 2 deletions
3
...kaizen/plugins/BundleSpecification.groovy → ...kaizen/testing/BundleSpecification.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version = '0.1.0' | ||
|
||
dependencies { | ||
compile project(':clr'), project(':lib-consumer') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...zen/plugins/InstallationPluginSpec.groovy → ...ugins/unity/InstallationPluginSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.