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 | |
david_williams | 5637442 | 2007-11-12 09:03:46 +0000 | [diff] [blame] | 6 | echo; |
| 7 | echo " performing $0"; |
| 8 | echo; |
| 9 | |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 10 | oldDir=${oldcvsdir}/wst/components/xml/thirdparty |
david_williams | 0db199a | 2007-11-01 06:24:26 +0000 | [diff] [blame] | 11 | newDir=${newcvsdir}/sourceediting/archive |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 12 | copyAndRemove $oldDir $newDir |
| 13 | |
david_williams | 278986c | 2007-11-01 22:37:42 +0000 | [diff] [blame] | 14 | newDir=${newcvsdir}/sourceediting/docs |
| 15 | oldDir=${oldcvsdir}/wst/components/jsdt/plugins/org.eclipse.wst.jsdt.doc |
| 16 | copyAndRemove $oldDir $newDir |
| 17 | |
| 18 | newDir=${newcvsdir}/sourceediting/archive |
| 19 | oldDir=${oldcvsdir}/wst/components/xsd/plugins/org.eclipse.wst.xsd.contentmodel |
| 20 | copyAndRemove $oldDir $newDir |
| 21 | |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 22 | newDir=${newcvsdir}/sourceediting |
| 23 | |
david_williams | aff215c | 2007-10-24 07:15:10 +0000 | [diff] [blame] | 24 | # remember final slash needed here to include all, but correctly flatten |
| 25 | oldDir=${oldcvsdir}/wst/components/sse/ |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 26 | copyAndRemove $oldDir $newDir |
david_williams | aff215c | 2007-10-24 07:15:10 +0000 | [diff] [blame] | 27 | oldDir=${oldcvsdir}/wst/components/xml/ |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 28 | copyAndRemove $oldDir $newDir |
david_williams | aff215c | 2007-10-24 07:15:10 +0000 | [diff] [blame] | 29 | oldDir=${oldcvsdir}/wst/components/xsd/ |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 30 | copyAndRemove $oldDir $newDir |
david_williams | aff215c | 2007-10-24 07:15:10 +0000 | [diff] [blame] | 31 | oldDir=${oldcvsdir}/wst/components/dtd/ |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 32 | copyAndRemove $oldDir $newDir |
david_williams | aff215c | 2007-10-24 07:15:10 +0000 | [diff] [blame] | 33 | oldDir=${oldcvsdir}/wst/components/javascript/ |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 34 | copyAndRemove $oldDir $newDir |
david_williams | aff215c | 2007-10-24 07:15:10 +0000 | [diff] [blame] | 35 | oldDir=${oldcvsdir}/wst/components/jsdt/ |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 36 | copyAndRemove $oldDir $newDir |
david_williams | aff215c | 2007-10-24 07:15:10 +0000 | [diff] [blame] | 37 | oldDir=${oldcvsdir}/wst/components/css/ |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 38 | copyAndRemove $oldDir $newDir |
david_williams | aff215c | 2007-10-24 07:15:10 +0000 | [diff] [blame] | 39 | oldDir=${oldcvsdir}/wst/components/html/ |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 40 | copyAndRemove $oldDir $newDir |
david_williams | aff215c | 2007-10-24 07:15:10 +0000 | [diff] [blame] | 41 | oldDir=${oldcvsdir}/jst/components/jsp/ |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 42 | copyAndRemove $oldDir $newDir |
| 43 | |
david_williams | aff215c | 2007-10-24 07:15:10 +0000 | [diff] [blame] | 44 | |
david_williams | 9826bfe | 2007-11-05 00:58:00 +0000 | [diff] [blame] | 45 | oldBaseDir=${oldcvsdir}/wst/components/web/plugins |
| 46 | newBaseDir=${newcvsdir}/sourceediting/plugins |
| 47 | copyAndRemoveModule $oldBaseDir $newBaseDir org.eclipse.wst.standard.schemas |
| 48 | |
| 49 | oldBaseDir=${oldcvsdir}/jst/components/j2ee/plugins |
| 50 | newBaseDir=${newcvsdir}/sourceediting/plugins |
| 51 | copyAndRemoveModule $oldBaseDir $newBaseDir org.eclipse.jst.standard.schemas |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 52 | |
| 53 | |
| 54 | oldBaseDir=${oldcvsdir}/wst/components/doc/plugins |
| 55 | newBaseDir=${newcvsdir}/sourceediting/docs |
| 56 | |
| 57 | wtpmodule=org.eclipse.wst.dtdeditor.doc.user |
| 58 | oldDir=${oldBaseDir}/${wtpmodule} |
| 59 | newDir=${newBaseDir} |
| 60 | copyAndRemove $oldDir $newDir |
| 61 | |
| 62 | wtpmodule=org.eclipse.wst.dtd.ui.infopop |
| 63 | oldDir=${oldBaseDir}/${wtpmodule} |
| 64 | newDir=${newBaseDir} |
| 65 | copyAndRemove $oldDir $newDir |
| 66 | |
| 67 | wtpmodule=org.eclipse.wst.html.ui.infopop |
| 68 | oldDir=${oldBaseDir}/${wtpmodule} |
| 69 | newDir=${newBaseDir} |
| 70 | copyAndRemove $oldDir $newDir |
| 71 | |
| 72 | wtpmodule=org.eclipse.wst.javascript.ui.infopop |
| 73 | oldDir=${oldBaseDir}/${wtpmodule} |
| 74 | newDir=${newBaseDir} |
| 75 | copyAndRemove $oldDir $newDir |
| 76 | |
| 77 | wtpmodule=org.eclipse.wst.sse.doc.user |
| 78 | oldDir=${oldBaseDir}/${wtpmodule} |
| 79 | newDir=${newBaseDir} |
| 80 | copyAndRemove $oldDir $newDir |
| 81 | |
| 82 | wtpmodule=org.eclipse.wst.sse.ui.infopop |
| 83 | oldDir=${oldBaseDir}/${wtpmodule} |
| 84 | newDir=${newBaseDir} |
| 85 | copyAndRemove $oldDir $newDir |
| 86 | |
| 87 | wtpmodule=org.eclipse.wst.xmleditor.doc.user |
| 88 | oldDir=${oldBaseDir}/${wtpmodule} |
| 89 | newDir=${newBaseDir} |
| 90 | copyAndRemove $oldDir $newDir |
| 91 | |
| 92 | wtpmodule=org.eclipse.wst.xml.ui.infopop |
| 93 | oldDir=${oldBaseDir}/${wtpmodule} |
| 94 | newDir=${newBaseDir} |
| 95 | copyAndRemove $oldDir $newDir |
| 96 | |
| 97 | wtpmodule=org.eclipse.wst.xsdeditor.doc.user |
| 98 | oldDir=${oldBaseDir}/${wtpmodule} |
| 99 | newDir=${newBaseDir} |
| 100 | copyAndRemove $oldDir $newDir |
| 101 | |
david_williams | 0e6d36a | 2007-10-24 00:19:46 +0000 | [diff] [blame] | 102 | oldBaseDir=${oldcvsdir}/jst/components/doc/plugins |
| 103 | newBaseDir=${newcvsdir}/sourceediting/docs |
| 104 | wtpmodule=org.eclipse.jst.jsp.ui.infopop |
| 105 | oldDir=${oldBaseDir}/${wtpmodule} |
| 106 | newDir=${newBaseDir} |
| 107 | copyAndRemove $oldDir $newDir |