Subversion Repositories DevTools

Rev

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

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