Author: maartenc
Date: Mon Apr 2 21:46:35 2012
New Revision: 1308587
URL: http://svn.apache.org/viewvc?rev=1308587&view=rev
Log:
Make RAT happy
Modified:
ant/ivy/core/trunk/build-release.xml
ant/ivy/core/trunk/doc/samples/standard-osgi/org.apache.ivy.sample.standard-osgi.bnd
Modified: ant/ivy/core/trunk/build-release.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/build-release.xml?rev=1308587&r1=1308586&r2=1308587&view=diff
==============================================================================
--- ant/ivy/core/trunk/build-release.xml (original)
+++ ant/ivy/core/trunk/build-release.xml Mon Apr 2 21:46:35 2012
@@ -450,10 +450,11 @@
<exclude name=".classpath" />
<exclude name=".ivy2/**/*" />
<exclude name="build/**/*" />
+ <exclude name="bin/**/*" />
<exclude name="**/*.sha1" />
<exclude name="**/*.md5" />
<exclude name="**/*.txt" />
- <exclude name="META-INF/MANIFEST.MF" />
+ <exclude name="**/MANIFEST*.MF" />
<exclude name="**/*.json" />
<exclude name="doc/config.js" />
<exclude name="doc/js/jquery.pack.js" />
Modified:
ant/ivy/core/trunk/doc/samples/standard-osgi/org.apache.ivy.sample.standard-osgi.bnd
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/samples/standard-osgi/org.apache.ivy.sample.standard-osgi.bnd?rev=1308587&r1=1308586&r2=1308587&view=diff
==============================================================================
---
ant/ivy/core/trunk/doc/samples/standard-osgi/org.apache.ivy.sample.standard-osgi.bnd
(original)
+++
ant/ivy/core/trunk/doc/samples/standard-osgi/org.apache.ivy.sample.standard-osgi.bnd
Mon Apr 2 21:46:35 2012
@@ -0,0 +1,18 @@
+# ***************************************************************
+# * 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.
+# ***************************************************************