Home | History | Annotate | Download | only in com.android.ide.eclipse.tests

Lines Matching full:eclipse

3 <!-- test launcher file for Android Eclipse unit tests -->
6 <property name="eclipse.home" value="/opt/eclipse" />
7 <property name="eclipse_test" value="${eclipse.home}/plugins/org.eclipse.test_3.2.0" />
9 <!-- eclipse scripts use an annoying mixture of eclipse-home and eclipse.home -->
11 <property name="eclipse-home" value="${eclipse.home}" />
12 <property name="test-folder" value="${eclipse.home}/unittest_ws" />
14 <!-- sets the properties eclipse.home, and library-file -->
15 <property name="plugin-name" value="com.android.ide.eclipse.tests" />
30 <ant target="ui-test" antfile="${library-file}" dir="${eclipse.home}">
33 <property name="classname" value="com.android.ide.eclipse.tests.UnitTests" />
48 <ant target="collect" antfile="${library-file}" dir="${eclipse.home}/results">