diff options
Diffstat (limited to 'eclipse/buildConfig/allElements.xml')
-rw-r--r-- | eclipse/buildConfig/allElements.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/eclipse/buildConfig/allElements.xml b/eclipse/buildConfig/allElements.xml index 79f06df..99ab3aa 100644 --- a/eclipse/buildConfig/allElements.xml +++ b/eclipse/buildConfig/allElements.xml @@ -19,11 +19,6 @@ <property name="id" value="com.android.ide.eclipse.adt" /> </ant> - <ant antfile="${genericTargets}" target="${target}"> - <property name="type" value="feature" /> - <property name="id" value="com.android.ide.eclipse.editors" /> - </ant> - <antcall target="buildInternalFeatures"/> </target> @@ -35,15 +30,10 @@ <target name="buildInternalFeatures" if="internalSite"> <ant antfile="${genericTargets}" target="${target}"> <property name="type" value="feature" /> - <property name="id" value="com.android.ide.eclipse.platform" /> - </ant> - <ant antfile="${genericTargets}" target="${target}"> - <property name="type" value="feature" /> <property name="id" value="com.android.ide.eclipse.tests" /> </ant> </target> - <!-- ===================================================================== --> <!-- Targets to assemble the built elements for particular configurations --> <!-- These generally call the generated assemble scripts (named in --> @@ -55,14 +45,6 @@ <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/> </target> - <target name="assemble.com.android.ide.eclipse.editors"> - <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/> - </target> - - <target name="assemble.com.android.ide.eclipse.platform"> - <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/> - </target> - <target name="assemble.com.android.ide.eclipse.tests"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/> </target> |