Magellan Linux

Diff of /branches/R11-unstable/include/java.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9880 by niro, Sat Jan 14 01:48:34 2012 UTC revision 22418 by niro, Thu Apr 3 23:09:35 2014 UTC
# Line 4  sminclude mtools Line 4  sminclude mtools
4    
5  JAVA_CLASSPATH_DIR="/usr/share/java"  JAVA_CLASSPATH_DIR="/usr/share/java"
6    
7  jar-path-from-classpath()  mget-jar-path-from-classpath()
8  {  {
9   local jar="$1"   local jar="$1"
10   local i   local i
# Line 17  jar-path-from-classpath() Line 17  jar-path-from-classpath()
17   done   done
18  }  }
19    
20    # deprecated and will be dropped in near future
21    jar-path-from-classpath()
22    {
23     echo -e "${COLYELLOW}Warning: jar-path-from-classpath() is depcrecated, please use mget-jar-path-from-classpath() instead${COLDEFAULT}" >&2
24     mget-jar-path-from-classpath $@
25    }
26    
27  mclasspathinit()  mclasspathinit()
28  {  {
29   minstalldir /etc/env.d || die   minstalldir /etc/env.d || die

Legend:
Removed from v.9880  
changed lines
  Added in v.22418