Rev 4684 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4684 | Rev 6778 | ||
---|---|---|---|
Line 49... | Line 49... | ||
49 | <attribute name="Implementation-Title" value="Input"/> |
49 | <attribute name="Implementation-Title" value="Input"/> |
50 | <attribute name="Implementation-Version" value="${version}"/> |
50 | <attribute name="Implementation-Version" value="${version}"/> |
51 | </section> |
51 | </section> |
52 | </manifest> |
52 | </manifest> |
53 | </jar> |
53 | </jar> |
54 | <!-- AND INSTALL ... Makefile will also install Input.jar :) --> |
- | |
55 | <!-- copying Input.jar to input.jar : Makefile will install into "correct" place --> |
- | |
56 | <mkdir dir="${WIMS_HOME}/${APPLET_DIR}/Input"/> |
- | |
57 | <exec executable="/bin/sh"> |
- | |
58 | <arg line="-c 'cp ${dist}/Input.jar ${WIMS_HOME}/${APPLET_DIR}/Input/input.jar'"/> |
- | |
59 | </exec> |
- | |
60 | <!-- create symlink --> |
- | |
61 | <exec executable="/bin/sh"> |
- | |
62 | <arg line="-c 'ln -s Input/input.jar ${WIMS_HOME}/${APPLET_DIR}/input.jar'"/> |
- | |
63 | </exec> |
- | |
64 | <!-- |
- | |
65 | 13/10/2011 |
- | |
66 | <exec executable="/bin/sh"> |
- | |
67 | <arg line="-c 'cp *.html ${WIMS_HOME}/${APPLET_DIR}'"/> |
- | |
68 | </exec> |
- | |
69 | --> |
- | |
70 | </target> |
54 | </target> |
71 | <target name="clean" description="clean up"> |
55 | <target name="clean" description="clean up"> |
72 | <!-- Delete the ${build} and ${dist} directory trees --> |
56 | <!-- Delete the ${build} and ${dist} directory trees --> |
73 | <delete dir="./build"/> |
57 | <delete dir="./build"/> |
74 | <delete dir="./dist"/> |
58 | <delete dir="./dist"/> |