Skip to main content
summaryrefslogtreecommitdiffstats
blob: 23e21c9bb70ef34d369d94e69a4c740e8036e658 (plain) (blame)
1
2
3
4
5
6
7
8
output.. = bin/
bin.includes = META-INF/,\
               .,\
               OSGI-INF/,\
               OSGI-INF/database.info.registry.xml
source.. = src/
additional.bundles = org.apache.commons.dbcp,\
                     org.apache.commons.pool

Back to the top