src/Tools/jEdit/plugin/IsabellePlugin.ant
changeset 34318 c13e168a8ae6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/Tools/jEdit/plugin/IsabellePlugin.ant	Sun Oct 19 16:51:55 2008 +0200
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<project name="IsabellePlugin installer" default="install" basedir=".">
+  <target name="install">
+  	<copy file="services.xml" todir="bin" />
+  	<copy file="dockables.xml" todir="bin" />
+  	<copy file="actions.xml" todir="bin" />
+  	<copy file="IsabellePlugin.props" todir="bin" />
+    <jar destfile="IsabellePlugin.jar" basedir="bin" /> 
+  </target>
+</project>
\ No newline at end of file