diff options
| author | Andrew Donald Kennedy <grkvlt@apache.org> | 2011-10-31 17:20:53 +0000 |
|---|---|---|
| committer | Andrew Donald Kennedy <grkvlt@apache.org> | 2011-10-31 17:20:53 +0000 |
| commit | 0d690e6837b96f02c4663183bacef7d0700f5a60 (patch) | |
| tree | 0047bc58b77ac56e9ead919d95d83d400686f3d1 /qpid/java/broker/src | |
| parent | 29b340b227f031a8b4719e41e93ec03758566f93 (diff) | |
| download | qpid-python-0d690e6837b96f02c4663183bacef7d0700f5a60.tar.gz | |
QPID-3558: Add broker Maven and OSGi artifacts to build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1195572 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/src')
| -rwxr-xr-x | qpid/java/broker/src/main/java/broker.bnd | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/qpid/java/broker/src/main/java/broker.bnd b/qpid/java/broker/src/main/java/broker.bnd new file mode 100755 index 0000000000..36c7d1a5b3 --- /dev/null +++ b/qpid/java/broker/src/main/java/broker.bnd @@ -0,0 +1,26 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +ver: 0.13.0 + +Bundle-SymbolicName: qpid-broker +Bundle-Version: ${ver} +Export-Package: *;version=${ver} +Bundle-RequiredExecutionEnvironment: J2SE-1.5 + |
