Skip to content

Commit

Permalink
Renamed to log4jextras
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Oct 24, 2017
1 parent d51244e commit 36e251d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion json/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def packageName = 'log4j-extras-json'
def packageName = 'log4jextras-json'
version = project(':').version

dependencies {
Expand Down
10 changes: 5 additions & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rootProject.name = 'log4j-extras'
rootProject.name = 'log4jextras'

include 'log4j-extras-json'
project(':log4j-extras-json').projectDir = new File(settingsDir, 'json')
include 'log4jextras-json'
project(':log4jextras-json').projectDir = new File(settingsDir, 'json')

include 'log4j-extras-splunk'
project(':log4j-extras-splunk').projectDir = new File(settingsDir, 'splunk')
include 'log4jextras-splunk'
project(':log4jextras-splunk').projectDir = new File(settingsDir, 'splunk')
2 changes: 1 addition & 1 deletion splunk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def packageName = 'log4j-extras-splunk'
def packageName = 'log4jextras-splunk'
version = project(':').version

dependencies {
Expand Down

0 comments on commit 36e251d

Please sign in to comment.