Hi all,
I feel like this is a stupid question, but I cannot find the answer in the Felix download area (http://felix.apache.org/site/downloads.cgi). I was trying to obtain the exact Jetty code used in both: . org.apache.felix.http.bundle-2.0.4.jar . org.apache.felix.http.jetty-1.0.0.jar I downloaded the source tar.gz for each (the latter coming from archive). What I found is source for far less than is in the bundle jar. For example, within 2.0.4 I found the following java files only: ./src/main/java/org/apache/felix/http/jetty/internal/JettyService.java ./src/main/java/org/apache/felix/http/jetty/internal/JettyConfig.java ./src/main/java/org/apache/felix/http/jetty/internal/JettyActivator.java ./src/main/java/org/apache/felix/http/jetty/internal/JettyLogger.java Within the 2.0.4 bundle, there are over 400 .class files. I am obviously missing something about what the meaning of the source download is. Can somebody illuminate me? Alternatively, I could download the source from Jetty's site directly. To do that, I just need to know what exact Jetty version corresponds to the Felix Jetty bundle version 1.0.0 and 2.0.4. If anybody knows that or how I can get that, thanks. I don't see any mention of a separate Jetty version within the bundle manifest. Thanks, Matt PS For the curious, this is a follow-up to my previous thread about Jetty, which I will respond to now for closure.

