Skip to content

Commit

Permalink
Exclude Jetty bootstrap class from fakesdb-servlet.jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Haberman committed Aug 23, 2011
1 parent e534251 commit 8beb39a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Notes
Changelog
=========

* 2.3 - 23 Aug 2011
* Remove `Jetty` bootstrap classes from `fakesdb-servlet.jar`
* 2.2 - 25 Apr 2011
* BatchDeleteAttributes support (Alexander Gorkunov)
* [Partial Select](http://aws.amazon.com/about-aws/whats-new/2009/02/19/new-features-for-amazon-simpledb/) support (Alexander Gorkunov)
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- You must manually run sbt update test package before running this. -->
<target name="jar">
<jar destfile="target/fakesdb-servlet.jar">
<fileset dir="${target}/classes" includes="**/*"/>
<fileset dir="${target}/classes" includes="**/*" excludes="fakesdb/Jetty*"/>
</jar>
</target>

Expand Down

0 comments on commit 8beb39a

Please sign in to comment.