Author: donaldp
Date: Sun Sep 23 00:46:12 2012
New Revision: 1388932
URL: http://svn.apache.org/viewvc?rev=1388932&view=rev
Log:
Mark Buildr:Bnd.remote_repository as deprecated as dependencies appear in maven
central.
Modified:
buildr/trunk/CHANGELOG
buildr/trunk/addon/buildr/bnd.rb
Modified: buildr/trunk/CHANGELOG
URL:
http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=1388932&r1=1388931&r2=1388932&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Sun Sep 23 00:46:12 2012
@@ -1,4 +1,5 @@
1.4.8 (Pending)
+* Changed: Mark Buildr:Bnd.remote_repository as deprecated as dependencies
appear in maven central.
* Added: BUILDR-654 Add the ability to configure the version of BND used by
bnd addon. (Niklaus Giger)
* Added: Create the git_auto_version addon that automatically specifies a
version for a git project based
on git describe.
Modified: buildr/trunk/addon/buildr/bnd.rb
URL:
http://svn.apache.org/viewvc/buildr/trunk/addon/buildr/bnd.rb?rev=1388932&r1=1388931&r2=1388932&view=diff
==============================================================================
--- buildr/trunk/addon/buildr/bnd.rb (original)
+++ buildr/trunk/addon/buildr/bnd.rb Sun Sep 23 00:46:12 2012
@@ -32,6 +32,7 @@ module Buildr
# Repositories containing the requirements
def remote_repository
+ Buildr.application.deprecated "'Buildr:Bnd.remote_repository
deprecated as the dependencies appear in maven central."
"http://maven.apache.org"
end