You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2018/05/31 13:03:43 UTC

svn commit: r1832605 - /gump/metadata/project/bnd.xml

Author: markt
Date: Thu May 31 13:03:43 2018
New Revision: 1832605

URL: http://svn.apache.org/viewvc?rev=1832605&view=rev
Log:
Add bnd

Added:
    gump/metadata/project/bnd.xml   (with props)

Added: gump/metadata/project/bnd.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/bnd.xml?rev=1832605&view=auto
==============================================================================
--- gump/metadata/project/bnd.xml (added)
+++ gump/metadata/project/bnd.xml Thu May 31 13:03:43 2018
@@ -0,0 +1,33 @@
+<?xml version="1.0" ?>
+<!--
+ 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.
+-->
+<module name="bnd">
+
+  <url href="https://bnd.bndtools.org/"/>
+  <description>
+    The bnd jars
+  </description>
+
+  <project name="bnd">
+
+    <package>org.bndtools</package>
+
+    <jar name="bnd-4.0.0/biz.aQute.bnd-4.0.0.jar" id="bnd"/>
+    <jar name="bndlib-4.0.0/biz.aQute.bndlib-4.0.0.jar" id="bndlib"/>
+  </project>
+
+</module>

Propchange: gump/metadata/project/bnd.xml
------------------------------------------------------------------------------
    svn:eol-style = native