Skip to content
Snippets Groups Projects
Commit c95df523 authored by tpylak's avatar tpylak
Browse files

minor: better naming

SVN: 15296
parent 53cd01a0
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<import file="../../server-common/build/build-common.xml" /> <import file="../../server-common/build/build-common.xml" />
<project-classpath name="ecp" classes="${classes}" /> <project-classpath name="ecp" classes="${classes}" />
<project-classpath name="eclipse.cp" classes="${targets}/classes" /> <project-classpath name="eclipse.cp" classes="${targets}/classes" />
<project-classpath name="ecp.plus" classes="${targets}/www/WEB-INF/classes" /> <project-classpath name="ecp.gwt" classes="${targets}/www/WEB-INF/classes" />
<property name="mainfolder" value="openbis" /> <property name="mainfolder" value="openbis" />
...@@ -644,7 +644,7 @@ ...@@ -644,7 +644,7 @@
--> -->
<target name="compile-module-test" description="Compile the module test mode"> <target name="compile-module-test" description="Compile the module test mode">
<delete dir="${targets.www}/${module-test.path}" /> <delete dir="${targets.www}/${module-test.path}" />
<java classpath="${ecp}:${ecp.plus}:${gwt.lib}/gwt-dev.jar:${gwt.user.lib}:../openbis/${sources}:${sources}" <java classpath="${ecp}:${ecp.gwt}:${gwt.lib}/gwt-dev.jar:${gwt.user.lib}:../openbis/${sources}:${sources}"
classname="com.google.gwt.dev.Compiler" classname="com.google.gwt.dev.Compiler"
fork="true"> fork="true">
<jvmarg value="-Xmx512M" /> <jvmarg value="-Xmx512M" />
...@@ -676,7 +676,7 @@ ...@@ -676,7 +676,7 @@
<pathelement location="${sources}" /> <pathelement location="${sources}" />
<pathelement location="../openbis/${sources}" /> <pathelement location="../openbis/${sources}" />
<pathelement path="${ecp}" /> <pathelement path="${ecp}" />
<pathelement path="${ecp.plus}" /> <pathelement path="${ecp.gwt}" />
<pathelement location="${gwt.lib}/gwt-dev.jar" /> <pathelement location="${gwt.lib}/gwt-dev.jar" />
<pathelement location="${gwt.lib}/gwt-user.jar" /> <pathelement location="${gwt.lib}/gwt-user.jar" />
</classpath> </classpath>
...@@ -719,5 +719,5 @@ ...@@ -719,5 +719,5 @@
<param name="module-test.module" value="ch.systemsx.cisd.openbis.OpenBIS" /> <param name="module-test.module" value="ch.systemsx.cisd.openbis.OpenBIS" />
</antcall> </antcall>
</target> </target>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment