Subversion Repositories bacoAlunos

Rev

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

Rev 1252 Rev 1259
Line 53... Line 53...
53
    <!-- JOB RUNNER -->
53
    <!-- JOB RUNNER -->
54
    <target name="jobs">
54
    <target name="jobs">
55
        <java classname="pt.estgp.estgweb.services.jobs.JobDeamon" classpath="${build.dir.classes}" classpathref="pathToToolsLib" fork="true">
55
        <java classname="pt.estgp.estgweb.services.jobs.JobDeamon" classpath="${build.dir.classes}" classpathref="pathToToolsLib" fork="true">
56
            <jvmarg value="-Djava.security.egd=file:/dev/urandom"/>
56
            <jvmarg value="-Djava.security.egd=file:/dev/urandom"/>
57
        </java>
57
        </java>
-
 
58
 
58
    </target>
59
    </target>
59
 
60
 
60
 
61
 
61
 
62
 
62
 
63