You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by br...@apache.org on 2013/05/28 17:50:47 UTC

svn commit: r1486977 - /ace/trunk/cnf/ext/defaults.bnd

Author: bramk
Date: Tue May 28 15:50:47 2013
New Revision: 1486977

URL: http://svn.apache.org/r1486977
Log:
ACE-352 Default Bundle-Headers for all

Modified:
    ace/trunk/cnf/ext/defaults.bnd

Modified: ace/trunk/cnf/ext/defaults.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/cnf/ext/defaults.bnd?rev=1486977&r1=1486976&r2=1486977&view=diff
==============================================================================
--- ace/trunk/cnf/ext/defaults.bnd (original)
+++ ace/trunk/cnf/ext/defaults.bnd Tue May 28 15:50:47 2013
@@ -27,3 +27,8 @@ javac.debug:  on
 # Bnd Options
 -sources:       true
 -sourcepath:    ${project}/src
+
+# Default Bundle headers
+Bundle-DocURL: http://ace.apache.org/
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Vendor: The Apache Software Foundation
\ No newline at end of file