src/Pure/build-jars
changeset 56659 f3d34969a29e
parent 56623 4675df68450e
child 56685 535d59d4ed12
equal deleted inserted replaced
56658:86f9c6912965 56659:f3d34969a29e
   230   cp "$ISABELLE_HOME/lib/logo/isabelle_transparent.gif" isabelle/.
   230   cp "$ISABELLE_HOME/lib/logo/isabelle_transparent.gif" isabelle/.
   231 
   231 
   232   isabelle_jdk jar cfe "$(jvmpath "$TARGET")" isabelle.Main META-INF isabelle || \
   232   isabelle_jdk jar cfe "$(jvmpath "$TARGET")" isabelle.Main META-INF isabelle || \
   233     fail "Failed to produce $TARGET"
   233     fail "Failed to produce $TARGET"
   234 
   234 
   235   cp "$SCALA_HOME/lib/scala-compiler.jar" \
       
   236     "$SCALA_HOME/lib/scala-library.jar" \
       
   237     "$SCALA_HOME/lib/scala-swing.jar" \
       
   238     "$SCALA_HOME/lib/scala-actors.jar" \
       
   239     "$SCALA_HOME/lib/scala-reflect.jar" \
       
   240     "$TARGET_DIR"
       
   241 
       
   242   popd >/dev/null
   235   popd >/dev/null
   243 
   236 
   244   rm -rf classes
   237   rm -rf classes
   245 fi
   238 fi