diff --git a/spring-boot-cli-grape/src/main/resources/org/springframework/boot/git.properties b/spring-boot-cli-grape/src/main/resources/org/springframework/boot/git.properties deleted file mode 100644 index 98537901ec..0000000000 --- a/spring-boot-cli-grape/src/main/resources/org/springframework/boot/git.properties +++ /dev/null @@ -1,13 +0,0 @@ -#Generated by Git-Commit-Id-Plugin -#Tue Oct 22 10:25:03 BST 2013 -git.commit.id.abbrev=040321b -git.commit.user.email=awilkinson@gopivotal.com -git.commit.message.full=Isolate Aether in a separate class loader\n\nPrior to this commit, the Aether-based GrapeEngine was loaded in the\nsame class loader as the rest of Boot. This led to Aether's and its\ndependencies' types polluting the application's class path. Most\nnotably, this caused problems with logging as the logging framework\ncould be permaturely initialized.\n\nThis commit isolates AetherGrapeEngine, Aether and its dependencies\ninto a separate class loader. This is done by customizing the\npackaging of the CLI's jar file with the internal directory housing\nall of the types that will be loaded by the separate class loader.\n -git.commit.id=040321bf153db007290786623d45903cee27fa88 -git.commit.message.short=Isolate Aether in a separate class loader -git.commit.user.name=Andy Wilkinson -git.build.user.name=Andy Wilkinson -git.build.user.email=awilkinson@gopivotal.com -git.branch=aether-grab -git.commit.time=2013-10-21T16\:24\:40+0100 -git.build.time=2013-10-22T10\:25\:03+0100 diff --git a/spring-boot-cli/src/main/resources/org/springframework/boot/git.properties b/spring-boot-cli/src/main/resources/org/springframework/boot/git.properties deleted file mode 100644 index 2e6dcd6316..0000000000 --- a/spring-boot-cli/src/main/resources/org/springframework/boot/git.properties +++ /dev/null @@ -1,13 +0,0 @@ -#Generated by Git-Commit-Id-Plugin -#Tue Oct 22 10:25:04 BST 2013 -git.commit.id.abbrev=040321b -git.commit.user.email=awilkinson@gopivotal.com -git.commit.message.full=Isolate Aether in a separate class loader\n\nPrior to this commit, the Aether-based GrapeEngine was loaded in the\nsame class loader as the rest of Boot. This led to Aether's and its\ndependencies' types polluting the application's class path. Most\nnotably, this caused problems with logging as the logging framework\ncould be permaturely initialized.\n\nThis commit isolates AetherGrapeEngine, Aether and its dependencies\ninto a separate class loader. This is done by customizing the\npackaging of the CLI's jar file with the internal directory housing\nall of the types that will be loaded by the separate class loader.\n -git.commit.id=040321bf153db007290786623d45903cee27fa88 -git.commit.message.short=Isolate Aether in a separate class loader -git.commit.user.name=Andy Wilkinson -git.build.user.name=Andy Wilkinson -git.build.user.email=awilkinson@gopivotal.com -git.branch=aether-grab -git.commit.time=2013-10-21T16\:24\:40+0100 -git.build.time=2013-10-22T10\:25\:04+0100