~pbeaman/akiban-persistit/fix_1005206_infinite_loop

« back to all changes in this revision

Viewing changes to examples/SimpleDemo/build.xml

  • Committer: build-akiban
  • Date: 2012-05-30 02:52:55 UTC
  • mfrom: (306.1.2 fix-examples)
  • Revision ID: build-akiban-20120530025255-kfo1bhesjonlgbu4
merge pbeaman: Remove the test "-jar-with-dependencies" from the ant scripts in the examples directory.

https://code.launchpad.net/~pbeaman/akiban-persistit/fix-examples/+merge/107869

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
           destdir=".">
31
31
           <classpath>
32
32
              <fileset dir="../../target">
33
 
                 <include name="akiban-persistit*-with-dependencies-and-tests.jar"/>
 
33
                 <include name="akiban-persistit*.jar"/>
34
34
              </fileset>
35
35
           </classpath>
36
36
    </javac>
40
40
    <java  classname="SimpleDemo" fork="true">
41
41
        <classpath>
42
42
          <fileset dir="../../target">
43
 
                <include name="akiban-persistit*-with-dependencies-and-tests.jar"/>
 
43
                <include name="akiban-persistit*.jar"/>
44
44
             </fileset>
45
45
           <pathelement location="." />
46
46
        </classpath>