This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new e944651cba Revert removal of java package import generation
e944651cba is described below

commit e944651cba98a23aa78497b696b2e65465880b86
Author: Carsten Ziegeler <cziege...@apache.org>
AuthorDate: Mon Dec 4 08:10:29 2023 +0100

    Revert removal of java package import generation
---
 http/jetty/pom.xml   | 1 -
 http/jetty12/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 75330ca209..43d7fbf4a5 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -149,7 +149,6 @@
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Bundle-Version>${project.version}</Bundle-Version>
-                        <_noimportjava>true</_noimportjava>
                         <X-Jetty-Version>
                             ${jetty.version}
                         </X-Jetty-Version>
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 6bde76d8c2..83c2a8733f 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -149,7 +149,6 @@
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Bundle-Version>${project.version}</Bundle-Version>
-                        <_noimportjava>true</_noimportjava>
                         <X-Jetty-Version>
                             ${jetty.version}
                         </X-Jetty-Version>

Reply via email to