~ubuntu-branches/ubuntu/vivid/apgdiff/vivid

« back to all changes in this revision

Viewing changes to build.xml

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2012-09-24 11:24:01 UTC
  • mto: (10.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20120924112401-0ft8nabl6hmn6bnh
Tags: upstream-2.4
ImportĀ upstreamĀ versionĀ 2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<project name="apgdiff" default="jar" basedir=".">
2
2
    <property name="name" value="Another PostgreSQL Diff Tool"/>
3
 
    <property name="version" value="2.3"/>
 
3
    <property name="version" value="2.4"/>
4
4
    <property name="build" value="build"/>
5
5
    <property name="dist" value="dist"/>
6
6
    <property name="build.output" value="${build}/classes"/>