commit | 6e577888547aa802805100a817c80451362002aa | [log] [tgz] |
---|---|---|
author | Stuart McCulloch <mcculls@apache.org> | Mon Oct 22 00:48:17 2007 +0000 |
committer | Stuart McCulloch <mcculls@apache.org> | Mon Oct 22 00:48:17 2007 +0000 |
tree | cfc08d3f3e6c8ba5a52ea22bb29214d82e43a82c | |
parent | fea5f96f67e628266ebdf955cd706e6c2befb9ea [diff] |
FELIX-405: support custom obr repository filenames, such as foo.xml git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@586981 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/src/main/java/org/apache/felix/bundleplugin/OBRInstall.java b/bundleplugin/src/main/java/org/apache/felix/bundleplugin/OBRInstall.java index 7440578..5276039 100644 --- a/bundleplugin/src/main/java/org/apache/felix/bundleplugin/OBRInstall.java +++ b/bundleplugin/src/main/java/org/apache/felix/bundleplugin/OBRInstall.java
@@ -109,7 +109,7 @@ { obrPath = mavenPath + File.separatorChar + "repository.xml"; } - else if( !obrPath.endsWith( "repository.xml" ) ) + else if( !obrPath.endsWith( ".xml" ) ) { obrPath = obrPath + File.separatorChar + "repository.xml"; }