david_williams | 4e08c5c | 2007-10-23 22:32:49 +0000 | [diff] [blame] | 1 | #!/bin/sh |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 2 | |
| 3 | . mainparams.shsource |
| 4 | . copyAndRemove.sh |
| 5 | |
| 6 | newDir=${newcvsdir}/sourceediting/archives/thirdparty |
| 7 | oldDir=${oldcvsdir}/wst/components/xml/thirdparty |
| 8 | copyAndRemove $oldDir $newDir |
| 9 | |
| 10 | newDir=${newcvsdir}/sourceediting |
| 11 | |
david_williams | 0e6d36a | 2007-10-24 00:19:46 +0000 | [diff] [blame^] | 12 | oldDir=${oldcvsdir}/wst/components/sse |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 13 | copyAndRemove $oldDir $newDir |
david_williams | 0e6d36a | 2007-10-24 00:19:46 +0000 | [diff] [blame^] | 14 | oldDir=${oldcvsdir}/wst/components/xml |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 15 | copyAndRemove $oldDir $newDir |
david_williams | 0e6d36a | 2007-10-24 00:19:46 +0000 | [diff] [blame^] | 16 | oldDir=${oldcvsdir}/wst/components/xsd |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 17 | copyAndRemove $oldDir $newDir |
david_williams | 0e6d36a | 2007-10-24 00:19:46 +0000 | [diff] [blame^] | 18 | oldDir=${oldcvsdir}/wst/components/dtd |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 19 | copyAndRemove $oldDir $newDir |
david_williams | 0e6d36a | 2007-10-24 00:19:46 +0000 | [diff] [blame^] | 20 | oldDir=${oldcvsdir}/wst/components/javascript |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 21 | copyAndRemove $oldDir $newDir |
david_williams | 0e6d36a | 2007-10-24 00:19:46 +0000 | [diff] [blame^] | 22 | oldDir=${oldcvsdir}/wst/components/jsdt |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 23 | copyAndRemove $oldDir $newDir |
david_williams | 0e6d36a | 2007-10-24 00:19:46 +0000 | [diff] [blame^] | 24 | oldDir=${oldcvsdir}/wst/components/css |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 25 | copyAndRemove $oldDir $newDir |
david_williams | 0e6d36a | 2007-10-24 00:19:46 +0000 | [diff] [blame^] | 26 | oldDir=${oldcvsdir}/wst/components/html |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 27 | copyAndRemove $oldDir $newDir |
david_williams | 0e6d36a | 2007-10-24 00:19:46 +0000 | [diff] [blame^] | 28 | oldDir=${oldcvsdir}/jst/components/jsp |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 29 | copyAndRemove $oldDir $newDir |
| 30 | |
| 31 | oldDir=${oldcvsdir}/wst/components/web/plugins/org.eclipse.wst.standard.schemas |
| 32 | newDir=${newcvsdir}/sourceediting/plugins/org.eclipse.wst.standard.schemas |
| 33 | copyAndRemove $oldDir $newDir |
| 34 | |
| 35 | |
| 36 | oldBaseDir=${oldcvsdir}/wst/components/doc/plugins |
| 37 | newBaseDir=${newcvsdir}/sourceediting/docs |
| 38 | |
| 39 | wtpmodule=org.eclipse.wst.dtdeditor.doc.user |
| 40 | oldDir=${oldBaseDir}/${wtpmodule} |
| 41 | newDir=${newBaseDir} |
| 42 | copyAndRemove $oldDir $newDir |
| 43 | |
| 44 | wtpmodule=org.eclipse.wst.dtd.ui.infopop |
| 45 | oldDir=${oldBaseDir}/${wtpmodule} |
| 46 | newDir=${newBaseDir} |
| 47 | copyAndRemove $oldDir $newDir |
| 48 | |
| 49 | wtpmodule=org.eclipse.wst.html.ui.infopop |
| 50 | oldDir=${oldBaseDir}/${wtpmodule} |
| 51 | newDir=${newBaseDir} |
| 52 | copyAndRemove $oldDir $newDir |
| 53 | |
| 54 | wtpmodule=org.eclipse.wst.javascript.ui.infopop |
| 55 | oldDir=${oldBaseDir}/${wtpmodule} |
| 56 | newDir=${newBaseDir} |
| 57 | copyAndRemove $oldDir $newDir |
| 58 | |
| 59 | wtpmodule=org.eclipse.wst.sse.doc.user |
| 60 | oldDir=${oldBaseDir}/${wtpmodule} |
| 61 | newDir=${newBaseDir} |
| 62 | copyAndRemove $oldDir $newDir |
| 63 | |
| 64 | wtpmodule=org.eclipse.wst.sse.ui.infopop |
| 65 | oldDir=${oldBaseDir}/${wtpmodule} |
| 66 | newDir=${newBaseDir} |
| 67 | copyAndRemove $oldDir $newDir |
| 68 | |
| 69 | wtpmodule=org.eclipse.wst.xmleditor.doc.user |
| 70 | oldDir=${oldBaseDir}/${wtpmodule} |
| 71 | newDir=${newBaseDir} |
| 72 | copyAndRemove $oldDir $newDir |
| 73 | |
| 74 | wtpmodule=org.eclipse.wst.xml.ui.infopop |
| 75 | oldDir=${oldBaseDir}/${wtpmodule} |
| 76 | newDir=${newBaseDir} |
| 77 | copyAndRemove $oldDir $newDir |
| 78 | |
| 79 | wtpmodule=org.eclipse.wst.xsdeditor.doc.user |
| 80 | oldDir=${oldBaseDir}/${wtpmodule} |
| 81 | newDir=${newBaseDir} |
| 82 | copyAndRemove $oldDir $newDir |
| 83 | |
david_williams | 0e6d36a | 2007-10-24 00:19:46 +0000 | [diff] [blame^] | 84 | oldBaseDir=${oldcvsdir}/jst/components/doc/plugins |
| 85 | newBaseDir=${newcvsdir}/sourceediting/docs |
| 86 | wtpmodule=org.eclipse.jst.jsp.ui.infopop |
| 87 | oldDir=${oldBaseDir}/${wtpmodule} |
| 88 | newDir=${newBaseDir} |
| 89 | copyAndRemove $oldDir $newDir |