Subversion Repositories bacoAlunos

Rev

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

Rev 490 Rev 731
Line 27... Line 27...
27
        <java fork="true" classname="pt.estgp.estgweb.services.courses.SetUserArea" classpath="${build.dir.classes}" classpathref="pathToToolsLib"/>
27
        <java fork="true" classname="pt.estgp.estgweb.services.courses.SetUserArea" classpath="${build.dir.classes}" classpathref="pathToToolsLib"/>
28
    </target>
28
    </target>
29
    <target name="setOfficeExtMainArea">
29
    <target name="setOfficeExtMainArea">
30
        <java fork="true" classname="pt.estgp.estgweb.services.profile.SetUserAreaOfficeExtFromCSV" classpath="${build.dir.classes}" classpathref="pathToToolsLib"/>
30
        <java fork="true" classname="pt.estgp.estgweb.services.profile.SetUserAreaOfficeExtFromCSV" classpath="${build.dir.classes}" classpathref="pathToToolsLib"/>
31
    </target>
31
    </target>
-
 
32
 
-
 
33
 
-
 
34
    <target name="importPrograms">
-
 
35
        <java fork="true" classname="pt.estgp.estgweb.domain.CourseUnitProgramImpl" classpath="${build.dir.classes}" classpathref="pathToToolsLib">
-
 
36
            <arg value="APM.20.dez.12.xml"/>
-
 
37
        </java>
-
 
38
    </target>
32
</project>
39
</project>