--- a/wims/src/Misc/applets/Input/build.xml
+++ b/wims/src/Misc/applets/Input/build.xml
@@ -51,22 +51,6 @@
 				</section>
 			</manifest>
 		</jar>
-		<!-- AND INSTALL ... Makefile will also install Input.jar :) -->
-		<!-- copying Input.jar  to input.jar : Makefile will install into "correct" place -->
-		<mkdir dir="${WIMS_HOME}/${APPLET_DIR}/Input"/>
-		<exec executable="/bin/sh">
-		    <arg line="-c 'cp ${dist}/Input.jar ${WIMS_HOME}/${APPLET_DIR}/Input/input.jar'"/>
-		</exec>
-		<!-- create symlink -->
-		<exec executable="/bin/sh">
-		    <arg line="-c 'ln -s Input/input.jar ${WIMS_HOME}/${APPLET_DIR}/input.jar'"/>
-		</exec>
-		<!-- 
-		13/10/2011
-		<exec executable="/bin/sh">
-		    <arg line="-c 'cp *.html ${WIMS_HOME}/${APPLET_DIR}'"/>
-		</exec>
-		--> 
 	</target>
 	<target name="clean" description="clean up">
 	<!-- Delete the ${build} and ${dist} directory trees -->
--- a/wims/src/Misc/applets/ThreeD/build.xml
+++ b/wims/src/Misc/applets/ThreeD/build.xml
@@ -55,19 +55,6 @@
 			</manifest>
 
 		</jar>
-	<!-- used for install of symlink & jar -->
-		<mkdir dir="${WIMS_HOME}/${EVERS_APPLET_DIR}"/>
-		<mkdir dir="${WIMS_HOME}/${APPLET_DIR}/ThreeD"/>
-		<exec executable="/bin/sh">
-		    <arg line="-c 'cp ${dist}/ThreeD.jar ${WIMS_HOME}/${APPLET_DIR}/ThreeD/ThreeD.jar'"/>
-		</exec>
-		<!-- create symlinks -->
-		<exec executable="/bin/sh">
-		    <arg line="-c 'ln -s ThreeD/ThreeD.jar ${WIMS_HOME}/${APPLET_DIR}/ThreeD.jar'"/>
-		</exec>
-		<exec executable="/bin/sh">
-		    <arg line="-c 'ln -s ../../../../java/ThreeD/ThreeD.jar ${WIMS_HOME}/${EVERS_APPLET_DIR}/ThreeD.jar'"/>
-		</exec>
 	</target>
 	<target name="clean" description="clean up">
 	<!-- Delete the ${build} and ${dist} directory trees -->
--- a/wims/src/Misc/applets/Lattice/build.xml
+++ b/wims/src/Misc/applets/Lattice/build.xml
@@ -49,22 +49,6 @@
 				</section>
 			</manifest>
 		</jar>
-		<exec executable="/bin/sh">
-		    <arg line="-c 'mkdir -pv ${wims_old_classes_dir}'"/>
-		</exec> 
-		<exec executable="/bin/sh">
-		    <arg line="-c 'cp ${build}/*.class ${wims_old_classes_dir}'"/>
-		</exec> 
-		<!--
-		    13/10/2011
-		<exec executable="/bin/sh">
-		    <arg line="-c 'cp *.html ${wims_old_classes_dir}'"/>
-		</exec> 
-		<exec executable="/bin/sh">
-		    <arg line="-c 'cp *.lat ${wims_old_classes_dir}'"/>
-		</exec> 
-		-->
-		
 	</target>
 	<target name="clean" description="clean up">
 	<!-- Delete the ${build} and ${dist} directory trees -->
