Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 94887 invoked from network); 16 Jan 2009 17:57:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jan 2009 17:57:21 -0000 Received: (qmail 95872 invoked by uid 500); 16 Jan 2009 17:57:20 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 95752 invoked by uid 500); 16 Jan 2009 17:57:20 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 95741 invoked by uid 99); 16 Jan 2009 17:57:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 09:57:20 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 17:57:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9831B234C48C for ; Fri, 16 Jan 2009 09:56:59 -0800 (PST) Message-ID: <241979588.1232128619622.JavaMail.jira@brutus> Date: Fri, 16 Jan 2009 09:56:59 -0800 (PST) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4024) Replace felix.jar file with the felix sources In-Reply-To: <311745493.1232127779629.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-4024: --------------------------------- Attachment: derby-4024-01-aa-felixSources.diff Attaching derby-4024-01-aa-felixSources.diff. This replaces felix.jar with the corresponding Felix sources. Touches the following files: M build.xml M tools/ant/properties/extrapath.properties M tools/ant/properties/dirs.properties Wire the Felix sources into the Derby build. M NOTICE Include the Felix NOTICE in Derby's NOTICE file. D tools/java/felix.jar Deprecate this jar file. A java/stubs/felix A java/stubs/felix/org A java/stubs/felix/org/osgi A java/stubs/felix/org/osgi/framework A java/stubs/felix/org/osgi/framework/AllServiceListener.java A java/stubs/felix/org/osgi/framework/FrameworkEvent.java A java/stubs/felix/org/osgi/framework/Configurable.java A java/stubs/felix/org/osgi/framework/AdminPermission.java A java/stubs/felix/org/osgi/framework/ServiceEvent.java A java/stubs/felix/org/osgi/framework/FrameworkListener.java A java/stubs/felix/org/osgi/framework/PackagePermission.java A java/stubs/felix/org/osgi/framework/ServiceListener.java A java/stubs/felix/org/osgi/framework/ServicePermission.java A java/stubs/felix/org/osgi/framework/Bundle.java A java/stubs/felix/org/osgi/framework/BundleEvent.java A java/stubs/felix/org/osgi/framework/InvalidSyntaxException.java A java/stubs/felix/org/osgi/framework/Constants.java A java/stubs/felix/org/osgi/framework/BundleContext.java A java/stubs/felix/org/osgi/framework/BundleListener.java A java/stubs/felix/org/osgi/framework/ServiceReference.java A java/stubs/felix/org/osgi/framework/BundlePermission.java A java/stubs/felix/org/osgi/framework/Filter.java A java/stubs/felix/org/osgi/framework/Version.java A java/stubs/felix/org/osgi/framework/BundleActivator.java A java/stubs/felix/org/osgi/framework/BundleException.java A java/stubs/felix/org/osgi/framework/ServiceFactory.java A java/stubs/felix/org/osgi/framework/SynchronousBundleListener.java A java/stubs/felix/org/osgi/framework/FrameworkUtil.java A java/stubs/felix/org/osgi/framework/ServiceRegistration.java Add the Felix sources. > Replace felix.jar file with the felix sources > --------------------------------------------- > > Key: DERBY-4024 > URL: https://issues.apache.org/jira/browse/DERBY-4024 > Project: Derby > Issue Type: Improvement > Components: Build tools > Affects Versions: 10.5.0.0 > Reporter: Rick Hillegas > Assignee: Rick Hillegas > Attachments: derby-4024-01-aa-felixSources.diff > > > In order to bundle Derby with popular linux distributions like Debian and Ubuntu, it must be possible to build Derby from sources and existing linux components. By replacing Felix jar with the corresponding sources, we move another step closer to being able to bundle Derby with linux distributions. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.