Skip to content

Commit c91c404

Browse files
now builds zip with source/docs/jar but without lib; still need to add readme
git-svn-id: https://objectify-appengine.googlecode.com/svn/trunk@275 79e2b5ea-dad9-11de-b64b-7d26b27941e2
1 parent 36a7c68 commit c91c404

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

build.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,9 @@
152152

153153
<copy todir="${build.dist.dir}">
154154
<fileset dir=".">
155-
<include name="**/**"/>
156-
<exclude name="target/**"/>
155+
<include name="license.txt"/>
156+
<include name="src/**"/>
157+
<include name="javadoc/**"/>
157158
</fileset>
158159
</copy>
159160

license.txt

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License
2+
3+
Copyright (c) 2009-2010
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

0 commit comments

Comments
 (0)