Skip to content

Commit

Permalink
changed configparser manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
karfunkel committed Jul 17, 2012
1 parent 2b82fea commit 4b78fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jar {
attributes(
'Bundle-ManifestVersion': '2',
'Bundle-Name': 'ConfigParser',
'Bundle-SymbolicName': 'groovy.util.configparser',
'Bundle-Version': "$version.0-${new Date().format('yyyyMMdd')}",
'Bundle-SymbolicName': 'org.codehaus.groovy.util.configparser',
'Bundle-Version': "$version.0.xx-${new Date().format('yyyyMMdd')}",
'Bundle-RequiredExecutionEnvironment': 'JavaSE-1.6',
'Export-Package': 'groovy.util',
'Require-Bundle': 'org.codehaus.groovy;bundle-version="2.0.0"'
Expand Down

0 comments on commit 4b78fb2

Please sign in to comment.