Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Added dependencies to assembly.
Browse files Browse the repository at this point in the history
git-svn-id: https://adbcj.googlecode.com/svn/adbcj/trunk@154 0ba5e429-e343-0410-a410-798456a35785
  • Loading branch information
elcapo committed Feb 2, 2008
1 parent 904e52d commit da36e21
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
28 changes: 28 additions & 0 deletions LICENSE.slf4j.txt
@@ -0,0 +1,28 @@
Copyright (c) 2004-2007 QOS.ch
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, and/or sell copies of the Software, and to permit persons
to whom the Software is furnished to do so, provided that the above
copyright notice(s) and this permission notice appear in all copies of
the Software and that both the above copyright notice(s) and this
permission notice appear in supporting documentation.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale, use
or other dealings in this Software without prior written authorization
of the copyright holder.

50 changes: 50 additions & 0 deletions release.xml
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<assembly>
<id>all</id>
<formats>
<format>tar.gz</format>
<format>tar.bz2</format>
<format>zip</format>
</formats>
<fileSets>
<!-- Source Code -->
<fileSet>
<includes>
<include>**/README*</include>
<include>**/LICENSE*</include>
<include>**/NOTICE*</include>
</includes>
<excludes>
<exclude>**/target/**</exclude>
<exclude>**/.*/**</exclude>
</excludes>
</fileSet>

<!-- Reports -->
<fileSet>
<directory>target/site</directory>
<outputDirectory>docs</outputDirectory>
<includes>
<include>apidocs*/**</include>
<include>xref*/**</include>
</includes>
</fileSet>
</fileSets>

<!-- Modules -->
<moduleSets>
<moduleSet>
<includes>
<include>org.adbcj:adbcj-api</include>
<include>org.adbcj:adbcj-jdbc</include>
<include>org.adbcj:adbcj-mysql</include>
<include>org.adbcj:adbcj-postgresql</include>
</includes>
<binaries>
<outputDirectory>lib</outputDirectory>
<unpack>false</unpack>
</binaries>
</moduleSet>
</moduleSets>
</assembly>

0 comments on commit da36e21

Please sign in to comment.