Subversion Repositories SmartDukaan

Rev

Rev 1060 | Rev 1063 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1060 Rev 1061
Line 62... Line 62...
62
	</target>
62
	</target>
63
    
63
    
64
    <target name="build" depends="init">
64
    <target name="build" depends="init">
65
        <echo message="${ant.project.name}: ${ant.file}"/>
65
        <echo message="${ant.project.name}: ${ant.file}"/>
66
        <javac debug="true" debuglevel="${debuglevel}" destdir="build" source="${source}" target="${target}">
66
        <javac debug="true" debuglevel="${debuglevel}" destdir="build" source="${source}" target="${target}">
67
            <src path="src"/>
67
            <src path="src/main/java"/>
68
            <classpath refid="ContentStore.classpath"/>
68
            <classpath refid="ContentStore.classpath"/>
69
        </javac>
69
        </javac>
70
    </target>
70
    </target>
71
    
71
    
72
    <target name="archive" depends="build">
72
    <target name="archive" depends="build">