added target -pre-jar which copies jEdit plugin to be included in jar;
authorwenzelm
Mon, 20 Oct 2008 20:25:54 +0200
changeset 34329 8622e3a0274e
parent 34328 be2e9e6726af
child 34330 0b846b3ccc32
added target -pre-jar which copies jEdit plugin to be included in jar;
src/Tools/jEdit/build.xml
--- a/src/Tools/jEdit/build.xml	Mon Oct 20 17:02:03 2008 +0200
+++ b/src/Tools/jEdit/build.xml	Mon Oct 20 20:25:54 2008 +0200
@@ -66,4 +66,10 @@
     nbproject/build-impl.xml file. 
 
     -->
+    <target name="-pre-jar">
+      <copy file="plugin/services.xml" todir="${build.classes.dir}" />
+      <copy file="plugin/dockables.xml" todir="${build.classes.dir}" />
+      <copy file="plugin/actions.xml" todir="${build.classes.dir}" />
+      <copy file="plugin/IsabellePlugin.props" todir="${build.classes.dir}" />
+    </target>
 </project>