Skip to content

Commit

Permalink
New subprojects from team mindstorming
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Oct 27, 2015
1 parent 8052657 commit b7629e6
Show file tree
Hide file tree
Showing 27 changed files with 43 additions and 475 deletions.
11 changes: 4 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
# Gradle
.gradle
/build
junit*/build
open-test-alliance/build
build/

# Ignore Gradle GUI config
gradle-app.setting

# Eclipse
.classpath
.settings
.settings/
.project
bin
bin/

# IntelliJ
*.iml
*.ipr
*.iws
.idea
spring-events.iml
.idea/

# Misc
*.log
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gradlew clean install

- **Group ID**: `org.junit`
- **Version**: `5.0.0.BUILD-SNAPSHOT`
- **Artifact IDs**: `junit-core`, `junit-engine`, `junit-interceptor`, `junit-launcher`, `junit4-bridge`
- **Artifact IDs**: TODO


## Contributing
Expand Down
3 changes: 3 additions & 0 deletions junit-console/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies {
compile(project(':junit-launcher'))
}
2 changes: 2 additions & 0 deletions junit-engine-api/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dependencies {
}
3 changes: 0 additions & 3 deletions junit-engine/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions junit-interceptor/build.gradle

This file was deleted.

3 changes: 1 addition & 2 deletions junit-launcher/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dependencies {
compile(project(':junit-core'))
compile(project(':junit-engine'))
compile(project(':junit-engine-api'))
}
Loading

0 comments on commit b7629e6

Please sign in to comment.