Skip to content

Commit

Permalink
Updating to release 1.2. Suppressed a few extraneous files from src v…
Browse files Browse the repository at this point in the history
…ersion.

-jh-


git-svn-id: http://developer.marklogic.com/svn/mljam/trunk@692 e04f4502-82db-0310-b1af-f799f365da79
  • Loading branch information
hunterhacker committed May 23, 2007
1 parent a2e6430 commit e8f58c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.xml
Expand Up @@ -22,7 +22,7 @@
<project name="mljam" default="all" basedir=".">

<property name="product.name" value="mljam"/>
<property name="release.version" value="1.1"/>
<property name="release.version" value="1.2"/>

<!-- Static definitions of where things are relative to the root -->
<property name="java.source" value="server/src"/>
Expand Down Expand Up @@ -174,6 +174,8 @@
<include name="server/**"/>
<include name="utils/**"/>
<include name="test/**"/>
<exclude name="server/exploded/**"/>
<exclude name="test/jmb**"/>
</fileset>
</zip>
</target>
Expand Down

0 comments on commit e8f58c7

Please sign in to comment.