Skip to content

Instantly share code, notes, and snippets.

@sbrinkmann
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save sbrinkmann/2222d4caf24c280618d5 to your computer and use it in GitHub Desktop.

Select an option

Save sbrinkmann/2222d4caf24c280618d5 to your computer and use it in GitHub Desktop.

Revisions

  1. sbrinkmann renamed this gist Jun 20, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. sbrinkmann revised this gist Jun 20, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Manifest-Simple
    Original 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
  3. sbrinkmann revised this gist Jun 20, 2014. 1 changed file with 5 additions and 4 deletions.
    9 changes: 5 additions & 4 deletions Manifest-Simple
    Original 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
    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"


    Export-Package: de.eggs.myBundle
    Import-Package: org.slf4j;version="[1.6,2)"

    Created-By: Apache Maven Bundle Plugin
    Tool: Bnd-1.43.0
  4. sbrinkmann revised this gist Jun 20, 2014. 1 changed file with 3 additions and 4 deletions.
    7 changes: 3 additions & 4 deletions Manifest-Simple
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,8 @@
    Manifest-Version: 1
    Bnd-LastModified: 1403261056966
    Build-Jdk: 1.6.0_65
    Built-By: sbrinkmann
    Bundle-Description: My Bundle Description
    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
  5. sbrinkmann created this gist Jun 20, 2014.
    14 changes: 14 additions & 0 deletions Manifest-Simple
    Original 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