Last active
August 29, 2015 14:02
-
-
Save sbrinkmann/2222d4caf24c280618d5 to your computer and use it in GitHub Desktop.
Revisions
-
sbrinkmann renamed this gist
Jun 20, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
sbrinkmann revised this gist
Jun 20, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Bundle-Name: My Bundle Name Bundle-SymbolicName: de.eggs.cq.generic.MyBundle Bundle-Version: 14.01.0.SNAPSHOT Export-Package: de.eggs.myBundle Import-Package: org.slf4j;version="[1.6,2)" Created-By: Apache Maven Bundle Plugin -
sbrinkmann revised this gist
Jun 20, 2014 . 1 changed file with 5 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,12 +2,13 @@ Manifest-Version: 1 Bundle-ManifestVersion: 2 Bundle-Description: My Bundle Description Bundle-Name: My Bundle Name Bundle-SymbolicName: de.eggs.cq.generic.MyBundle Bundle-Version: 14.01.0.SNAPSHOT Export-Package: de.eggs.myBundle Import-Package: org.slf4j;version="[1.6,2)" Created-By: Apache Maven Bundle Plugin Tool: Bnd-1.43.0 -
sbrinkmann revised this gist
Jun 20, 2014 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,8 @@ Manifest-Version: 1 Bundle-ManifestVersion: 2 Bundle-Description: My Bundle Description Bundle-Name: My Bundle Name Bundle-SymbolicName: de.eggs.cq.generic.MyBundle Bundle-Version: 14.01.0.SNAPSHOT -
sbrinkmann created this gist
Jun 20, 2014 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ Manifest-Version: 1 Bnd-LastModified: 1403261056966 Build-Jdk: 1.6.0_65 Built-By: sbrinkmann Bundle-Description: My Bundle Description Bundle-ManifestVersion: 2 Bundle-Name: My Bundle Name Bundle-SymbolicName: de.eggs.cq.generic.MyBundle Bundle-Version: 14.01.0.SNAPSHOT Created-By: Apache Maven Bundle Plugin Export-Package: de.eggs.myBundle.otherPackage;version="14.01.0.SNAPSHOT" ,de.eggs.myBundle;uses:="org.slf4j";version="14.01.0.SNAPSHOT" Import-Package: org.slf4j;version="[1.6,2)" Tool: Bnd-1.43.0