Magellan Linux

Diff of /branches/R11-stable/extras/junit/junit-4.11-r1.smage2

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

revision 17418 by niro, Tue Jun 11 21:16:18 2013 UTC revision 17419 by niro, Tue Jun 11 21:30:33 2013 UTC
# Line 49  src_compile() Line 49  src_compile()
49    
50   # fix missing Manifest   # fix missing Manifest
51   echo 'Class-Path: hamcrest-core.jar' > ${SRCDIR}/Manifest.txt || die   echo 'Class-Path: hamcrest-core.jar' > ${SRCDIR}/Manifest.txt || die
52   jar ufm junit-dep-${PVER}-SNAPSHOT.jar ${SRCDIR}/Manifest.txt || die   jar ufm junit${PVER}-SNAPSHOT/junit-dep-${PVER}-SNAPSHOT.jar ${SRCDIR}/Manifest.txt || die
53  }  }
54    
55  src_check()  src_check()
# Line 63  src_install() Line 63  src_install()
63   cd ${SRCDIR}   cd ${SRCDIR}
64    
65   # minstalljar adds pver automatically - so we rename the jars   # minstalljar adds pver automatically - so we rename the jars
66   cp junit${PVER}/junit-${PVER}-SNAPSHOT.jar junit.jar || die   cp junit${PVER}-SNAPSHOT/junit-${PVER}-SNAPSHOT.jar junit.jar || die
67   cp junit${PVER}/junit-dep-${PVER}-SNAPSHOT.jar junit-dep.jar || die   cp junit${PVER}-SNAPSHOT/junit-dep-${PVER}-SNAPSHOT.jar junit-dep.jar || die
68    
69   minstalljar junit.jar || die   minstalljar junit.jar || die
70   minstalljar junit-dep.jar || die   minstalljar junit-dep.jar || die
71   minstalldocs README.html cpl-v10.html doc/ReleaseNotes${PVER}.txt *.txt || die   minstalldocs README.html cpl-v10.html doc/ReleaseNotes${PVER}.txt *.txt || die
72  }  }
73    

Legend:
Removed from v.17418  
changed lines
  Added in v.17419