Subversion Repositories DevTools

Rev

Rev 822 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 822 Rev 850
Line 55... Line 55...
55
				<attribute name="Implementation-Version" value="${VERSION}"/>
55
				<attribute name="Implementation-Version" value="${VERSION}"/>
56
				<attribute name="Implementation-Vendor" value="Technology Group"/>
56
				<attribute name="Implementation-Vendor" value="Technology Group"/>
57
				<attribute name="Built-By" value="${user.name}"/>
57
				<attribute name="Built-By" value="${user.name}"/>
58
				<attribute name="Built-Date" value="${BUILDDATE}"/>
58
				<attribute name="Built-Date" value="${BUILDDATE}"/>
59
				<attribute name="Main-Class" value="com.erggroup.buildtool.escrow.ESCROWBuild"/>
59
				<attribute name="Main-Class" value="com.erggroup.buildtool.escrow.ESCROWBuild"/>
60
				<attribute name="Class-Path" value="rippleEngineD.jar classes12.jar log4j-1.2.14.jar"/>
60
				<attribute name="Class-Path" value="rippleEngineD.jar ojdbc6.jar log4j-1.2.14.jar"/>
61
			</manifest>
61
			</manifest>
62
 
62
 
63
            <mkdir dir="${pkg.dir}"/>
63
            <mkdir dir="${pkg.dir}"/>
64
            <jar jarfile="${pkg.dir}/${ant.project.name}${GBE_TYPE}.jar"
64
            <jar jarfile="${pkg.dir}/${ant.project.name}${GBE_TYPE}.jar"
65
					manifest="${basedir}/EscrowManifest.txt"
65
					manifest="${basedir}/EscrowManifest.txt"