From 00a0cab7817651ea8404a4ba225229becb0dc1d0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Oct 2013 17:26:44 +0100 Subject: [PATCH] Remove remaining git.properties files --- .../org/springframework/boot/git.properties | 13 ------------- .../org/springframework/boot/git.properties | 13 ------------- 2 files changed, 26 deletions(-) delete mode 100644 spring-boot-cli-grape/src/main/resources/org/springframework/boot/git.properties delete mode 100644 spring-boot-cli/src/main/resources/org/springframework/boot/git.properties 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