This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from dcc90ca10e1 Regen for commit bc2e99a040c9b9d5771628c198a736519d49e367
(#9116)
new f95165db4ca Shrinkwrap no longer in use
new ed3a37d2b41 init no longer in use
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
camel-dependencies/pom.xml | 5 -
init/camel-bundle-plugin/pom.xml | 82 ----
.../org/apache/camel/maven/bundle/CamelPlugin.java | 65 ---
.../apache/felix/bundleplugin/ManifestPlugin.java | 493 ---------------------
.../org/apache/felix/bundleplugin/PatchedLog.java | 116 -----
.../felix/bundleplugin/VersionCleanerPlugin.java | 67 ---
.../src/main/resources/META-INF/LICENSE.txt | 203 ---------
.../src/main/resources/META-INF/MANIFEST.MF | 0
.../src/main/resources/META-INF/NOTICE.txt | 14 -
init/pom.xml | 61 ---
parent/pom.xml | 5 -
11 files changed, 1111 deletions(-)
delete mode 100644 init/camel-bundle-plugin/pom.xml
delete mode 100644
init/camel-bundle-plugin/src/main/java/org/apache/camel/maven/bundle/CamelPlugin.java
delete mode 100644
init/camel-bundle-plugin/src/main/java/org/apache/felix/bundleplugin/ManifestPlugin.java
delete mode 100644
init/camel-bundle-plugin/src/main/java/org/apache/felix/bundleplugin/PatchedLog.java
delete mode 100644
init/camel-bundle-plugin/src/main/java/org/apache/felix/bundleplugin/VersionCleanerPlugin.java
delete mode 100644
init/camel-bundle-plugin/src/main/resources/META-INF/LICENSE.txt
delete mode 100644
init/camel-bundle-plugin/src/main/resources/META-INF/MANIFEST.MF
delete mode 100644
init/camel-bundle-plugin/src/main/resources/META-INF/NOTICE.txt
delete mode 100644 init/pom.xml