File: define_symbolic_name.diff

package info (click to toggle)
bindex 2.2%2Bsvn101-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 256 kB
  • sloc: java: 2,885; makefile: 27
file content (19 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: b/bnd.bnd
===================================================================
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -8,6 +8,7 @@
 	org.osgi.impl.bundle.obr
 
 Include-Resource:       {LICENSE.txt},{about.html},{NOTICE.txt},{README}
+Bundle-SymbolicName: org.osgi.impl.bundle.bindex
 Bundle-Version: 		2.2
 Bundle-Vendor: 			OSGi Alliance
 Bundle-Description: 	Provides a command line utility to index a set of bundles. This code can be run from the command line.
@@ -27,4 +28,4 @@
 Export-Package: org.osgi.service.bindex
 Import-Package: org.apache.tools.ant;resolution:=optional,\
 	org.apache.tools.ant.types;resolution:=optional,\
-	*
\ No newline at end of file
+	*