patch to include jtags scripts
Daniel Flesner <[email protected]>
| Newsgroups | gmane.emacs.jdee.devel |
|---|---|
| Organization | agriroots.com |
| Message-ID | <[email protected]> |
the jtags scripts are omitted from the current dist build, this patch includes them. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ jdee-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-devel
jde-build.diff
(text/x-patch, 455 B)
Index: jde/build.xml
===================================================================
--- jde/build.xml (revision 129)
+++ jde/build.xml (working copy)
@@ -154,6 +154,8 @@
<mkdir dir="${dist.lisp.dir}"/>
<copy todir="${dist.lisp.dir}">
<fileset dir="${build.lisp.dir}"/>
+ <fileset file="${src.lisp.dir}/jtags"/>
+ <fileset file="${src.lisp.dir}/jtags.csh"/>
</copy>
<!-- this subdir contains all things Java -->