Revision: 5735
          http://jnode.svn.sourceforge.net/jnode/?rev=5735&view=rev
Author:   lsantha
Date:     2010-03-27 05:39:07 +0000 (Sat, 27 Mar 2010)

Log Message:
-----------
Added plugin insertor to custom initjar assembler.

Modified Paths:
--------------
    trunk/all/build.xml

Modified: trunk/all/build.xml
===================================================================
--- trunk/all/build.xml 2010-03-26 13:23:34 UTC (rev 5734)
+++ trunk/all/build.xml 2010-03-27 05:39:07 UTC (rev 5735)
@@ -502,7 +502,7 @@
             pluginDir="${plugins.dir}"
             systemPluginList="${root.dir}/all/conf/system-plugin-list.xml">
             <insert userApplicationsDir="${user.applications.dir}"/>
-                       
+
             <fileset dir="${root.dir}/all/conf">
                 <exclude name="system-plugin-list.xml"/>
                 <include name="*plugin-list.xml"/>
@@ -517,6 +517,7 @@
         <initjars destdir="${initjars.dir}"
             pluginDir="${plugins.dir}"
             systemPluginList="${root.dir}/all/conf/system-plugin-list.xml">
+            <insert userApplicationsDir="${user.applications.dir}"/>
             <fileset dir="${custom.plugin-list.dir}">
                 <include name="*plugin-list.xml"/>
             </fileset>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to