diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2010-05-24 12:53:28 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2010-05-24 12:53:28 +0000 |
| commit | 47f7386bc2e4305c387d9a9147cd43d92cf3b615 (patch) | |
| tree | f183311f6e51fa5757b3e084122dc6906e1a2868 /java/broker-plugins/experimental/info/build.properties | |
| parent | 1a4016c7c44a532c1ffe1df65a70b08dbddbc9fc (diff) | |
| download | qpid-python-47f7386bc2e4305c387d9a9147cd43d92cf3b615.tar.gz | |
QPID-2555 : Commit Info OSGi plugin provided by Sorin Suciu.
Adds two new libraries to lib dir both ASL licensed.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@947629 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker-plugins/experimental/info/build.properties')
| -rw-r--r-- | java/broker-plugins/experimental/info/build.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/broker-plugins/experimental/info/build.properties b/java/broker-plugins/experimental/info/build.properties new file mode 100644 index 0000000000..ca85cb7b66 --- /dev/null +++ b/java/broker-plugins/experimental/info/build.properties @@ -0,0 +1,13 @@ +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + .,\ + plugin.xml,\ + lib/eventTrackerClient-2.7.0.jar,\ + lib/commons-logging-1.0.4.jar +src.includes = src/,\ + plugin.xml,\ + lib/,\ + build.properties,\ + bin/,\ + META-INF/ |
