Subversion Repositories bacoAlunos

Rev

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

Rev 1827 Rev 1830
Line 571... Line 571...
571
            <replacefilter token="@authentication.policy.password.msg.key@" value="${authentication.policy.password.msg.key}"/>
571
            <replacefilter token="@authentication.policy.password.msg.key@" value="${authentication.policy.password.msg.key}"/>
572
            <replacefilter token="@system.redirections.policy.index.welcome@" value="${system.redirections.policy.index.welcome}"/>
572
            <replacefilter token="@system.redirections.policy.index.welcome@" value="${system.redirections.policy.index.welcome}"/>
573
            <replacefilter token="@system.redirections.policy.authentication.action@" value="${system.redirections.policy.authentication.action}"/>
573
            <replacefilter token="@system.redirections.policy.authentication.action@" value="${system.redirections.policy.authentication.action}"/>
574
            <replacefilter token="@system.redirections.policy.authentication.logout.action@" value="${system.redirections.policy.authentication.logout.action}"/>
574
            <replacefilter token="@system.redirections.policy.authentication.logout.action@" value="${system.redirections.policy.authentication.logout.action}"/>
575
            <replacefilter token="@system.mail.standard.certificated.home.page@" value="${system.mail.standard.certificated.home.page}"/>
575
            <replacefilter token="@system.mail.standard.certificated.home.page@" value="${system.mail.standard.certificated.home.page}"/>
-
 
576
            <replacefilter token="@system.wsjson.service.course.report.quest.result.api@" value="${system.wsjson.service.course.report.quest.result.api}"/>
-
 
577
            <replacefilter token="@system.wsjson.service.course.units.reports.api@" value="${system.wsjson.service.course.units.reports.api}"/>
-
 
578
            <replacefilter token="@system.wsjson.service.course.units.dtp.stats.api@" value="${system.wsjson.service.course.units.dtp.stats.api}"/>
-
 
579
 
576
 
580
 
577
 
581
 
578
            <replacefilter token="@system.intranet.url@" value="${system.intranet.url}"/>
582
            <replacefilter token="@system.intranet.url@" value="${system.intranet.url}"/>
579
            <replacefilter token="@system.public.url@" value="${system.public.url}"/>
583
            <replacefilter token="@system.public.url@" value="${system.public.url}"/>
580
 
584
 
Line 876... Line 880...
876
            <arg value="/user;/admin;/public"/>
880
            <arg value="/user;/admin;/public"/>
877
        </java>
881
        </java>
878
    </target>
882
    </target>
879
 
883
 
880
    <target name="generateJsonSoaServicesFile" >
884
    <target name="generateJsonSoaServicesFile" >
881
 
885
<!--
882
        <java fork="true" classname="${soa.services.json.class}" classpath="${build.dir.classes}" classpathref="pathToToolsLib">
886
        <java fork="true" classname="${soa.services.json.class}" classpath="${build.dir.classes}" classpathref="pathToToolsLib">
883
            <arg value="${build.dir.classes}"/>
887
            <arg value="${build.dir.classes}"/>
884
            <arg value="${basedir}/${src.dir}/"/>
888
            <arg value="${basedir}/${src.dir}/"/>
885
        </java>
889
        </java>
-
 
890
        -->
886
    </target>
891
    </target>
887
 
892
 
888
 
893
 
889
    <!--
894
    <!--
890
    ==========================================================================================
895
    ==========================================================================================
Line 925... Line 930...
925
    <!--<target name="run">-->
930
    <!--<target name="run">-->
926
    <!--<java classname="mitra.oaiharvest.harvest.HarvestEngine" classpath="${build.dir.classes}" classpathref="pathToToolsLib"/>-->
931
    <!--<java classname="mitra.oaiharvest.harvest.HarvestEngine" classpath="${build.dir.classes}" classpathref="pathToToolsLib"/>-->
927
    <!--<java classname="mitra.oaiharvest.index.IndexEngine" classpath="${build.dir.classes}" classpathref="pathToToolsLib"/>-->
932
    <!--<java classname="mitra.oaiharvest.index.IndexEngine" classpath="${build.dir.classes}" classpathref="pathToToolsLib"/>-->
928
    <!--</target>-->
933
    <!--</target>-->
929
    <target name="util.task.createRepositoryXML">
934
    <target name="util.task.createRepositoryXML">
930
        <java classname="pt.estgp.estgweb.services.data.CreateDescriptionsXML" classpath="${build.dir.classes}" classpathref="pathToToolsLib"/>
935
        <java classname="pt.estgp.estgweb.services..CreateDescriptionsXML" classpath="${build.dir.classes}" classpathref="pathToToolsLib"/>
931
    </target>
936
    </target>
932
    <target name="util.task.reset.urlsstats">
937
    <target name="util.task.reset.urlsstats">
933
        <java classname="pt.estgp.estgweb.services.urlstat.ResetRelativePathsService" classpath="${build.dir.classes}" classpathref="pathToToolsLib"/>
938
        <java classname="pt.estgp.estgweb.services.urlstat.ResetRelativePathsService" classpath="${build.dir.classes}" classpathref="pathToToolsLib"/>
934
    </target>
939
    </target>
935
    <target name="util.task.reset.urlsstats.digests">
940
    <target name="util.task.reset.urlsstats.digests">