debian/0000755000000000000000000000000011764151077007177 5ustar debian/libxbean-java.poms0000644000000000000000000000354411763446206012610 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM or # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --has-package-version: to indicate that the original version of the POM is the same as the upstream part # of the version for the package. # --keep-elements=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-version=: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java # --dest-jar=: the destination for the real jar # it will be installed with mh_install. # --classifier=: Optional, the classifier for the jar. Empty by default. # --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created # temporarily for certain artifacts such as Javadoc jars. # pom.xml --no-parent maven-xbean-plugin/pom.xml --java-lib xbean-asm-shaded/pom.xml --java-lib xbean-blueprint/pom.xml --ignore xbean-bundleutils/pom.xml --java-lib xbean-classloader/pom.xml --java-lib xbean-classpath/pom.xml --java-lib xbean-finder/pom.xml --java-lib xbean-finder-shaded/pom.xml --java-lib xbean-naming/pom.xml --java-lib xbean-reflect/pom.xml --java-lib xbean-spring/pom.xml --java-lib xbean-telnet/pom.xml --java-lib debian/bootstrap.properties0000644000000000000000000000010611611140540013307 0ustar javadoc.dir=build/docs/api maven.test.skip=true build.javaVersion=1.5 debian/maven.cleanIgnoreRules0000644000000000000000000000171111610660517013462 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ org.apache.maven.plugins maven-idea-plugin * * * * org.apache.maven.plugins maven-release-plugin * * * * org.apache.maven.plugins maven-remote-resources-plugin * * * * org.apache.xbean maven-xbean-plugin * * * *debian/README.source0000644000000000000000000000243411611140540011341 0ustar Boostrapping without Maven buildsystem ====================================== As libxbean-java is actually used by some parts of Maven itself [1], you might want to bootstrap libxbean-java without Maven, to break cyclic build-dependencies. debian/rules support using some custom ant script for this task. It'll be used if you pass "bootstrap" string in DEB_BUILD_OPTIONS. For example, DEB_BUILD_OPTIONS="bootstrap" dpkg-buildpackage -us -uc -d [From SVN repository, you can use:] DEB_BUILD_OPTIONS="bootstrap" svn-buildpackage --svn-builder="pdebuild --pbuilder cowbuilder --debbuildopts '-us -uc -d'" [1] build-rdeps of libxbean-java in main maven-plugin-tools (just transitive-Depends) maven-file-management (just transitive-Depends) plexus-containers (used in XBeanComponentBuilder.java) Patches ======= Since we don't use "quilt (3.0)" format tools to handle our patches, we need to change list of patches on-the-fly during build phase. In debian/rules.bootstrap we use : export QUILT_SERIES=bootstrap.series Whereas in debian/rules.full we use : export QUILT_SERIES=full.series If you wan't to edit this package's patches, you'll have to do this before any quilt push / quilt edit. -- Damien Raude-Morvan Mon, 18 Jul 2011 00:11:34 +0200debian/watch0000644000000000000000000000015111611140540010205 0ustar version=3 http://svn.apache.org/repos/asf/geronimo/xbean/tags/ xbean-(.*)/ \ debian debian/orig-tar.sh debian/maven.properties0000644000000000000000000000020511611140540012400 0ustar # Include here properties to pass to Maven during the build. maven.test.skip=true maven.compiler.source=1.5 maven.compiler.target=1.5debian/rules0000755000000000000000000000047711611140540010247 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk VERSION := $(DEB_UPSTREAM_VERSION) ifneq (,$(findstring bootstrap, $(DEB_BUILD_OPTIONS))) include debian/rules.bootstrap else include debian/rules.full endif get-orig-source: uscan --download-version $(VERSION) --force-download --rename debian/control0000644000000000000000000000467111763446206010612 0ustar Source: libxbean-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Damien Raude-Morvan Build-Depends: debhelper (>= 7), cdbs, default-jdk, quilt, # For full Maven build : maven-debian-helper (>= 1.4.4) Build-Depends-Indep: maven-repo-helper, ant, ant-optional, libcommons-logging-java, liblog4j1.2-java, libasm3-java, groovy, # For full Maven build : libspring-core-java, libspring-beans-java, libspring-context-java, libspring-web-java, libqdox-java, libosgi-core-java, libosgi-compendium-java, libslf4j-java, libmaven-antrun-plugin-java, libmaven-bundle-plugin-java, libmaven-install-plugin-java, libmaven-javadoc-plugin-java, libcglib-java, libmaven-shade-plugin-java, libmaven-plugin-tools-java (>= 2.8), # For bootstrap build : maven-ant-helper (>> 4) Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxbean-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxbean-java/ Homepage: http://geronimo.apache.org/xbean/ Package: libxbean-java Architecture: all Depends: ${misc:Depends} Recommends: libcommons-logging-java, liblog4j1.2-java, libasm3-java Suggests: groovy, libspring-core-java, libspring-beans-java, libspring-context-java, libspring-web-java, libqdox-java, libosgi-core-java, libosgi-compendium-java, libslf4j-java Description: plugin based Java application server The goal of XBean project is to created a plugin based server analogous to Eclipse being a plugin based IDE. XBean will be able to discover, download and install server plugins from an Internet based repository. In addition, it include support for multiple IoC systems, support for running with no IoC system, JMX without JMX code, lifecycle and class loader management, and a rock solid Spring integration. Package: libxbean-java-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: API documentation for XBean The goal of XBean project is to created a plugin based server analogous to Eclipse being a plugin based IDE. XBean will be able to discover, download and install server plugins from an Internet based repository. In addition, it include support for multiple IoC systems, support for running with no IoC system, JMX without JMX code, lifecycle and class loader management, and a rock solid Spring integration. . This package contains the API documentation for libxbean-java debian/maven.rules0000644000000000000000000000245011651641150011351 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ junit junit jar s/3\..*/3.x/ * * log4j log4j jar s/1\.2\..*/1.2.x/ * * commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * asm * * s/2\..*/2.x/ * * asm * * s/3\..*/3.x/ * * s/groovy/org.codehaus.groovy/ groovy* * s/.*/debian/ * * org.springframework * * s/.*/3.x/ * * s/qdox/com.thoughtworks.qdox/ * * s/.*/debian/ * * s/org.apache.commons/commons-jexl/ commons-jexl jar s/.*/debian/ * * debian/copyright0000644000000000000000000000175111114371560011124 0ustar This package was debianized by Torsten Werner Sat Nov 29 17:33:45 CET 2008 xbean was downloaded from http://geronimo.apache.org/xbean/ Upstream Authors: David Blevins, Alan Cabrera, Hiram Chirino, Guillaume Nodet, Rob Davies, Aaron Mulder, James Strachan, Dain Sundstrom Copyright: 2005-2008 The Apache Software Foundation License: Licensed 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. The full text of the license can be found in '/usr/share/common-licenses/Apache-2.0'. debian/compat0000644000000000000000000000000211544700547010373 0ustar 7 debian/libxbean-java-doc.doc-base0000644000000000000000000000067711610660517014050 0ustar Document: libxbean-java Title: Programmer API for XBean Author: Apache Commons Lang developers Abstract: The goal of XBean project is to created a plugin based server analogous to Eclipse being a plugin based IDE. XBean will be able to discover, download and install server plugins from an Internet based repository. Section: Programming Format: HTML Index: /usr/share/doc/libxbean-java/api/index.html Files: /usr/share/doc/libxbean-java/api/* debian/rules.full0000755000000000000000000000074411611140540011205 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/maven.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk PACKAGE := $(DEB_SOURCE_PACKAGE) JAVA_HOME := /usr/lib/jvm/default-java DEB_MAVEN_DOC_TARGET := javadoc:aggregate DEB_PATCHDIRS := $(CURDIR)/debian/patches QUILT_SERIES := full.series export QUILT_SERIES binary-post-install/$(PACKAGE)-doc:: dh_install -p $(PACKAGE)-doc target/site/apidocs/* /usr/share/doc/$(PACKAGE)/api/ debian/source/0000755000000000000000000000000011764150761010476 5ustar debian/source/format0000644000000000000000000000001411544700547011703 0ustar 3.0 (quilt) debian/rules.bootstrap0000644000000000000000000000204211611140540012246 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk PACKAGE := $(DEB_SOURCE_PACKAGE) JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := ant-nodeps commons-logging groovy log4j-1.2 asm3 asm3-commons DEB_ANT_BUILD_TARGET := package javadoc DEB_ANT_BUILDFILE := debian/bootstrap.xml DEB_ANT_PROPERTYFILE := debian/bootstrap.properties DEB_ANT_ARGS := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dbin.package=$(PACKAGE) -Dversion=$(VERSION) MODULES := classpath naming reflect telnet DEB_PATCHDIRS := $(CURDIR)/debian/patches QUILT_SERIES := bootstrap.series export QUILT_SERIES binary-post-install/$(PACKAGE):: mh_installpoms -p$(PACKAGE) set -e; for MODULE in $(MODULES); do \ mh_installjar -p$(PACKAGE) -l xbean-$$MODULE/pom.xml xbean-$$MODULE/build/xbean-$$MODULE-$(VERSION).jar; \ done binary-post-install/$(PACKAGE)-doc:: dh_install -p $(PACKAGE)-doc build/docs/api /usr/share/doc/$(PACKAGE)/ clean:: mh_cleandebian/orig-tar.sh0000755000000000000000000000051311223161644011250 0ustar #!/bin/sh -e TAR=../libxbean-java_$2.orig.tar.gz DIR=xbean-$2 TAG=xbean-$2 svn export http://svn.apache.org/repos/asf/geronimo/xbean/tags/$TAG $DIR tar -c -z -f $TAR $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/maven.ignoreRules0000644000000000000000000000216311611140540012507 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ org.apache.maven.plugins maven-idea-plugin * * * * org.apache.maven.plugins maven-release-plugin * * * * org.apache.maven.plugins maven-remote-resources-plugin * * * * org.apache.xbean maven-xbean-plugin maven-plugin * * * org.ops4j.pax.logging pax-logging-api * * * * org.ops4j.pax.logging pax-logging-service * * * * org.apache.aries.blueprint org.apache.aries.blueprint * * * *debian/changelog0000644000000000000000000000746211764150747011065 0ustar libxbean-java (3.7-5) unstable; urgency=low * Team upload. * Add --java-lib flag to install jars in /usr/share/java directory. (Closes: #676245). * Bump Standards-Version to 3.9.3. No changes were required. -- Miguel Landaeta Tue, 05 Jun 2012 20:30:59 -0430 libxbean-java (3.7-4) unstable; urgency=low * Fix "FTBFS: Error Building Apache XBean OSGI Bundle Utilities": New d/patches/fix_osgi_43.diff. (Closes: #648660) -- Damien Raude-Morvan Sun, 20 Nov 2011 18:52:33 +0100 libxbean-java (3.7-3) unstable; urgency=low * Depends and Build-Depends on libosgi-core-java and libosgi-compendium-java instead of libequinox-osgi-java. -- Damien Raude-Morvan Mon, 24 Oct 2011 20:11:18 +0200 libxbean-java (3.7-2) unstable; urgency=low * Team upload. * Add Build-Depends on libmaven-plugin-tools-java (>= 2.8). (Closes: #640750). -- Miguel Landaeta Wed, 14 Sep 2011 00:41:41 +0200 libxbean-java (3.7-1) unstable; urgency=low * New upstream release. * Add myself as Uploaders. * d/control: replace "we" by "it" in packages' descriptions. * Install javadoc into /usr/share/doc/libxbean-java/api/. * d/control: Move groovy from Recommends to Suggests (Closes: #632365). * Re-add B-D on quilt to be able to use patchsys-quilt.mk. * Change default build system to Maven: - d/control: B-D on maven-debian-helper, libmaven-antrun-plugin-java, libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java and libcglib-java. - d/rules.full: Use maven.mk from CDBS. - d/patches/full.series: Use this series for normal build. * Provide a way for "bootstrap" without Maven. - debian/rules.bootstrap: Copy of old ant debian/rules. - Used when using DEB_BUILD_OPTIONS="bootstrap" - d/patches/bootstrap.series: Use this series for bootstrap build. * Bump Standards-Version to 3.9.2: no changes needed. -- Damien Raude-Morvan Thu, 21 Jul 2011 21:20:53 +0200 libxbean-java (3.5-4) unstable; urgency=low * Team Upload. * Enable Spring module: - Update d/build.xml - d/control: Add Build-D on libspring-*-java and libqdox. - d/rules: Add spring-* and qdox into classpath. * Update Standards-Version to 3.9.1: no changes needed. * Switch to 3.0 (quilt) format. * Bump debhelper compat level to 7. * Switch to default-jdk: - d/control: Build-Depends on default-jdk. - d/rules: JAVA_HOME set to default-java. -- Damien Raude-Morvan Wed, 30 Mar 2011 21:03:36 +0200 libxbean-java (3.5-3) unstable; urgency=low * Upload to unstable. -- Torsten Werner Sun, 09 Aug 2009 12:45:23 +0200 libxbean-java (3.5-2) experimental; urgency=low * Change section to java, bump up Standards-Version to 3.8.1 * Add the Maven POM to the package, * Add a Build-Depends-Indep dependency on maven-repo-helper * Use mh_installpom and mh_installjar to install the POM and the jar to the Maven repository * Add ${misc:Depends} to Depends to clear Lintian warnings * Add a Recommends: on the binary package to indicate the optional packages used by XBean * Put the API documentation in a separate package * Remove copy of maven-build.xml as maven-ant-helper now supports compiling Java 1.5 sources. -- Ludovic Claude Tue, 05 May 2009 18:10:17 +0100 libxbean-java (3.5-1) unstable; urgency=low * New upstream release -- Torsten Werner Tue, 17 Feb 2009 22:37:52 +0100 libxbean-java (3.4.3-2) unstable; urgency=low * Fix debian/copyright. -- Torsten Werner Sun, 30 Nov 2008 02:59:00 +0100 libxbean-java (3.4.3-1) unstable; urgency=low * Initial release. (Closes: #507284) -- Torsten Werner Sat, 29 Nov 2008 19:52:17 +0100 debian/patches/0000755000000000000000000000000011764150761010625 5ustar debian/patches/bundle.diff0000644000000000000000000000723211611140540012715 0ustar Description: Change "bundle" packaging to type to "jar". Author: Damien Raude-Morvan Last-Update: 2011-07-19 Forwarded: not-needed --- a/xbean-naming/pom.xml +++ b/xbean-naming/pom.xml @@ -27,7 +27,7 @@ 4.0.0 xbean-naming - bundle + jar Apache XBean :: Naming xbean-naming implements a flexible non-persistent jndi provider --- a/xbean-spring/pom.xml +++ b/xbean-spring/pom.xml @@ -30,7 +30,7 @@ xbean-spring - bundle + jar Apache XBean :: Spring xbean-spring provides a schema-driven proprietary namespace handler for spring contexts --- a/xbean-telnet/pom.xml +++ b/xbean-telnet/pom.xml @@ -30,7 +30,7 @@ xbean-telnet - bundle + jar Apache XBean :: Telnet --- a/xbean-finder/pom.xml +++ b/xbean-finder/pom.xml @@ -28,7 +28,7 @@ 3.7 xbean-finder - bundle + jar Apache XBean :: Classpath Resource Finder XBean Finder helps to find annotations in classes --- a/xbean-asm-shaded/pom.xml +++ b/xbean-asm-shaded/pom.xml @@ -28,7 +28,7 @@ 3.7 xbean-asm-shaded - bundle + jar Apache XBean :: ASM shaded (repackaged) Repackaged and shaded asm jars --- a/xbean-blueprint/pom.xml +++ b/xbean-blueprint/pom.xml @@ -30,7 +30,7 @@ xbean-blueprint - bundle + jar Apache XBean :: OSGI Blueprint Namespace Handler xbean-blueprint provides a schema-driven namespace handler for Apache Aries Blueprint --- a/xbean-bundleutils/pom.xml +++ b/xbean-bundleutils/pom.xml @@ -24,7 +24,7 @@ 3.7 xbean-bundleutils - bundle + jar Apache XBean OSGI Bundle Utilitiess --- a/xbean-classloader/pom.xml +++ b/xbean-classloader/pom.xml @@ -30,7 +30,7 @@ xbean-classloader - bundle + jar Apache XBean :: Classloader xbean-classloader includes a flexibie multi-parent classloader --- a/xbean-classpath/pom.xml +++ b/xbean-classpath/pom.xml @@ -30,7 +30,7 @@ xbean-classpath - bundle + jar Apache XBean :: ClassPath --- a/xbean-reflect/pom.xml +++ b/xbean-reflect/pom.xml @@ -28,7 +28,7 @@ 3.7 xbean-reflect - bundle + jar Apache XBean :: Reflect xbean-reflect provides very flexible ways to creat objects and graphs of objects for DI frameworks debian/patches/fix_osgi43.diff0000644000000000000000000000536011662236113013432 0ustar Description: Add some delegator for OSGi R4.3 support (related to generics) Author: Damien Raude-Morvan Last-Update: 2011-11-20 Forwarded: no Index: b/xbean-bundleutils/src/main/java/org/apache/xbean/osgi/bundle/util/DelegatingBundle.java =================================================================== --- a/xbean-bundleutils/src/main/java/org/apache/xbean/osgi/bundle/util/DelegatingBundle.java +++ b/xbean-bundleutils/src/main/java/org/apache/xbean/osgi/bundle/util/DelegatingBundle.java @@ -21,6 +21,7 @@ import java.io.IOException; import java.io.InputStream; +import java.io.File; import java.net.URL; import java.util.ArrayList; import java.util.Collection; @@ -195,5 +196,19 @@ public String toString() { return "[DelegatingBundle: " + bundles + "]"; } - + + // OSGI 4.3 + public File getDataFile(String filename) { + return bundle.getDataFile(filename); + } + + // OSGI 4.3 + public A adapt(Class type) { + return bundle.adapt(type); + } + + // OSGI 4.3 + public int compareTo(Bundle bundle) { + return bundle.compareTo(bundle); + } } Index: b/xbean-bundleutils/src/main/java/org/apache/xbean/osgi/bundle/util/DelegatingBundleContext.java =================================================================== --- a/xbean-bundleutils/src/main/java/org/apache/xbean/osgi/bundle/util/DelegatingBundleContext.java +++ b/xbean-bundleutils/src/main/java/org/apache/xbean/osgi/bundle/util/DelegatingBundleContext.java @@ -22,6 +22,7 @@ import java.io.File; import java.io.InputStream; import java.util.Dictionary; +import java.util.Collection; import org.osgi.framework.Bundle; import org.osgi.framework.BundleContext; @@ -139,4 +140,28 @@ return bundleContext.ungetService(arg0); } + // OSGI 4.3 + public ServiceRegistration registerService(Class clazz, + S service, + Dictionary properties) { + return bundleContext.registerService(clazz, service, properties); + } + + // OSGI 4.3 + public ServiceReference getServiceReference(Class clazz) { + return bundleContext.getServiceReference(clazz); + } + + // OSGI 4.3 + public Collection> getServiceReferences(Class clazz, + String filter) + throws InvalidSyntaxException { + return bundleContext.getServiceReferences(clazz, filter); + } + + // OSGI 4.3 + public Bundle getBundle(String location) { + return bundleContext.getBundle(location); + } + } debian/patches/bootstrap.diff0000644000000000000000000000212111611140540013451 0ustar Description: Change declared package of ASM when building in bootstrap mode as we don't have any "shading" Maven module. Author: Damien Raude-Morvan Last-Update: 2011-07-19 Forwarded: not-needed --- a/xbean-reflect/src/main/java/org/apache/xbean/recipe/XbeanAsmParameterNameLoader.java +++ b/xbean-reflect/src/main/java/org/apache/xbean/recipe/XbeanAsmParameterNameLoader.java @@ -30,11 +30,11 @@ import java.util.WeakHashMap; import java.util.Arrays; -import org.apache.xbean.asm.ClassReader; -import org.apache.xbean.asm.Label; -import org.apache.xbean.asm.MethodVisitor; -import org.apache.xbean.asm.Type; -import org.apache.xbean.asm.commons.EmptyVisitor; +import org.objectweb.asm.ClassReader; +import org.objectweb.asm.Label; +import org.objectweb.asm.MethodVisitor; +import org.objectweb.asm.Type; +import org.objectweb.asm.commons.EmptyVisitor; /** * Implementation of ParameterNameLoader that uses ASM to read the parameter names from the local variable table in the @@ -302,4 +302,4 @@ return null; } } -} \ No newline at end of file +} debian/patches/full.series0000644000000000000000000000005111662236113012770 0ustar bundle.diff modules.diff fix_osgi43.diff debian/patches/modules.diff0000644000000000000000000000123111611140540013105 0ustar Description: Don't build OSGI blueprint module (missing depends in Debian) Author: Damien Raude-Morvan Last-Update: 2011-07-19 Forwarded: not-needed --- a/pom.xml +++ b/pom.xml @@ -353,7 +353,7 @@ xbean-finder xbean-naming xbean-reflect - xbean-blueprint + xbean-spring xbean-telnet maven-xbean-plugin @@ -422,4 +422,4 @@ - \ No newline at end of file + debian/patches/bootstrap.series0000644000000000000000000000005011611140540014032 0ustar bootstrap.diff bundle.diff modules.diff debian/bootstrap.xml0000644000000000000000000000361711611140540011725 0ustar