david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame^] | 1 | |
| 2 | . mainparams.shsource |
| 3 | |
| 4 | . copyAndRemove.sh |
| 5 | |
| 6 | oldDir=${oldcvsdir}/wst/components/internet/plugins/org.eclipse.wst.internet.proxy |
| 7 | newDir=${newcvsdir}/common/archived |
| 8 | copyAndRemove $oldDir $newDir |
| 9 | |
| 10 | oldDir=${oldcvsdir}/wst/components/doc/plugins/org.eclipse.wst.internet.proxy.infopop |
| 11 | newDir=${newcvsdir}/common/archived |
| 12 | copyAndRemove $oldDir $newDir |
| 13 | |
| 14 | oldDir=${oldcvsdir}/jst/components/common/features/org.eclipse.jst.common_core.feature |
| 15 | newDir=${newcvsdir}/common/features |
| 16 | copyAndRemove $oldDir $newDir |
| 17 | |
| 18 | oldDir=${oldcvsdir}/jst/components/common/features/org.eclipse.jst.common_sdk.feature |
| 19 | newDir=${newcvsdir}/common/features |
| 20 | copyAndRemove $oldDir $newDir |
| 21 | |
| 22 | oldDir=${oldcvsdir}/wst/components/common/features |
| 23 | newDir=${newcvsdir}/common |
| 24 | copyAndRemove $oldDir $newDir |
| 25 | |
| 26 | |
| 27 | oldDir=${oldcvsdir}/jst/components/jem/org.eclipse.jem.util |
| 28 | newDir=${newcvsdir}/common/plugins |
| 29 | copyAndRemove $oldDir $newDir |
| 30 | |
| 31 | oldDir=${oldcvsdir}/jst/components/common/plugins/org.eclipse.jst.common.project.facet.core |
| 32 | newDir=${newcvsdir}/common/plugins |
| 33 | copyAndRemove $oldDir $newDir |
| 34 | |
| 35 | oldDir=${oldcvsdir}/wst/components/command/plugins/org.eclipse.wst.command.env |
| 36 | newDir=${newcvsdir}/common/plugins |
| 37 | copyAndRemove $oldDir $newDir |
| 38 | |
| 39 | oldDir=${oldcvsdir}/wst/components/command/plugins/org.eclipse.wst.command.env.core |
| 40 | newDir=${newcvsdir}/common/plugins |
| 41 | copyAndRemove $oldDir $newDir |
| 42 | |
| 43 | oldDir=${oldcvsdir}/wst/components/doc/plugins/org.eclipse.wst.command.env.infopop |
| 44 | newDir=${newcvsdir}/common/plugins |
| 45 | copyAndRemove $oldDir $newDir |
| 46 | |
| 47 | oldDir=${oldcvsdir}/wst/components/command/plugins/org.eclipse.wst.command.env.ui |
| 48 | newDir=${newcvsdir}/common/plugins |
| 49 | copyAndRemove $oldDir $newDir |
| 50 | |
| 51 | oldDir=${oldcvsdir}/wst/components/command/tests/org.eclipse.wst.command.env.tests |
| 52 | newDir=${newcvsdir}/common/tests |
| 53 | copyAndRemove $oldDir $newDir |
| 54 | |
| 55 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.core |
| 56 | newDir=${newcvsdir}/common/plugins |
| 57 | copyAndRemove $oldDir $newDir |
| 58 | |
| 59 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.emf |
| 60 | newDir=${newcvsdir}/common/plugins |
| 61 | copyAndRemove $oldDir $newDir |
| 62 | |
| 63 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.emfworkbench.integration |
| 64 | newDir=${newcvsdir}/common/plugins |
| 65 | copyAndRemove $oldDir $newDir |
| 66 | |
| 67 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.environment |
| 68 | newDir=${newcvsdir}/common/plugins |
| 69 | copyAndRemove $oldDir $newDir |
| 70 | |
| 71 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.frameworks |
| 72 | newDir=${newcvsdir}/common/plugins |
| 73 | copyAndRemove $oldDir $newDir |
| 74 | |
| 75 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.frameworks.ui |
| 76 | newDir=${newcvsdir}/common/plugins |
| 77 | copyAndRemove $oldDir $newDir |
| 78 | |
| 79 | oldDir=${oldcvsdir}/wst/components/doc/plugins/org.eclipse.wst.common.infopop |
| 80 | newDir=${newcvsdir}/common/plugins |
| 81 | copyAndRemove $oldDir $newDir |
| 82 | |
| 83 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.modulecore |
| 84 | newDir=${newcvsdir}/common/plugins |
| 85 | copyAndRemove $oldDir $newDir |
| 86 | |
| 87 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.project.facet.core |
| 88 | newDir=${newcvsdir}/common/plugins |
| 89 | copyAndRemove $oldDir $newDir |
| 90 | |
| 91 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.project.facet.ui |
| 92 | newDir=${newcvsdir}/common/plugins |
| 93 | copyAndRemove $oldDir $newDir |
| 94 | |
| 95 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.snippets |
| 96 | newDir=${newcvsdir}/common/plugins |
| 97 | copyAndRemove $oldDir $newDir |
| 98 | |
| 99 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.ui |
| 100 | newDir=${newcvsdir}/common/plugins |
| 101 | copyAndRemove $oldDir $newDir |
| 102 | |
| 103 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.ui.properties |
| 104 | newDir=${newcvsdir}/common/plugins |
| 105 | copyAndRemove $oldDir $newDir |
| 106 | |
| 107 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.uriresolver |
| 108 | newDir=${newcvsdir}/common/plugins |
| 109 | copyAndRemove $oldDir $newDir |
| 110 | |
| 111 | oldDir=${oldcvsdir}/wst/components/internet/plugins/org.eclipse.wst.internet.cache |
| 112 | newDir=${newcvsdir}/common/plugins |
| 113 | copyAndRemove $oldDir $newDir |
| 114 | |
| 115 | oldDir=${oldcvsdir}/wst/components/validation/plugins/org.eclipse.wst.validation |
| 116 | newDir=${newcvsdir}/common/plugins |
| 117 | copyAndRemove $oldDir $newDir |
| 118 | |
| 119 | oldDir=${oldcvsdir}/wst/components/doc/plugins/org.eclipse.wst.validation.infopop |
| 120 | newDir=${newcvsdir}/common/plugins |
| 121 | copyAndRemove $oldDir $newDir |
| 122 | |
| 123 | oldDir=${oldcvsdir}/wst/components/validation/plugins/org.eclipse.wst.validation.ui |
| 124 | newDir=${newcvsdir}/common/plugins |
| 125 | copyAndRemove $oldDir $newDir |
| 126 | |
| 127 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.explorer |
| 128 | newDir=${newcvsdir}/common/plugins |
| 129 | copyAndRemove $oldDir $newDir |
| 130 | |
| 131 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.navigator.views |
| 132 | newDir=${newcvsdir}/common/plugins |
| 133 | copyAndRemove $oldDir $newDir |
| 134 | |
| 135 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.navigator.workbench |
| 136 | newDir=${newcvsdir}/common/plugins |
| 137 | copyAndRemove $oldDir $newDir |
| 138 | |
| 139 | oldDir=${oldcvsdir}/wst/components/common/plugins/org.eclipse.wst.common.runtime.core |
| 140 | newDir=${newcvsdir}/common/plugins |
| 141 | copyAndRemove $oldDir $newDir |
| 142 | |
| 143 | |
| 144 | oldDir=${oldcvsdir}/wst/components/common/tests/org.eclipse.wst.common.project.facet.core.tests |
| 145 | newDir=${newcvsdir}/common/tests |
| 146 | copyAndRemove $oldDir $newDir |
| 147 | |
| 148 | oldDir=${oldcvsdir}/wst/components/common/tests/org.eclipse.wst.common.project.facet.ui.tests |
| 149 | newDir=${newcvsdir}/common/tests |
| 150 | copyAndRemove $oldDir $newDir |
| 151 | |
| 152 | oldDir=${oldcvsdir}/wst/components/common/tests/org.eclipse.wst.common.snippets.tests |
| 153 | newDir=${newcvsdir}/common/tests |
| 154 | copyAndRemove $oldDir $newDir |
| 155 | |
| 156 | oldDir=${oldcvsdir}/wst/components/common/tests/org.eclipse.wst.common.tests |
| 157 | newDir=${newcvsdir}/common/tests |
| 158 | copyAndRemove $oldDir $newDir |
| 159 | |
| 160 | oldDir=${oldcvsdir}/wst/components/common/tests/org.eclipse.wst.common.tests.collector |
| 161 | newDir=${newcvsdir}/common/tests |
| 162 | copyAndRemove $oldDir $newDir |
| 163 | |
| 164 | oldDir=${oldcvsdir}/wst/components/common/performance-tests/org.eclipse.wst.common.tests.performance |
| 165 | newDir=${newcvsdir}/common/tests |
| 166 | copyAndRemove $oldDir $newDir |
| 167 | |
| 168 | oldDir=${oldcvsdir}/wst/components/common/tests/org.eclipse.wst.common.tests.ui |
| 169 | newDir=${newcvsdir}/common/tests |
| 170 | copyAndRemove $oldDir $newDir |
| 171 | |
| 172 | oldDir=${oldcvsdir}/wst/components/internet/tests/org.eclipse.wst.internet.cache.tests |
| 173 | newDir=${newcvsdir}/common/tests |
| 174 | copyAndRemove $oldDir $newDir |
| 175 | |
| 176 | |
| 177 | oldBaseDir=${oldcvsdir}/wst/components/doc/plugins |
| 178 | newBaseDir=${newcvsdir}/common/docs |
| 179 | |
| 180 | wtpmodule=org.eclipse.wst.command.env.doc.user |
| 181 | oldDir=${oldBaseDir}/${wtpmodule} |
| 182 | newDir=${newBaseDir} |
| 183 | copyAndRemove $oldDir $newDir |
| 184 | |
| 185 | |
| 186 | oldBaseDir=${oldcvsdir}/wst/components/common/ |
| 187 | newBaseDir=${newcvsdir}/common/ |
| 188 | |
| 189 | wtpmodule=development |
| 190 | oldDir=${oldBaseDir}/${wtpmodule} |
| 191 | newDir=${newBaseDir} |
| 192 | copyAndRemove $oldDir $newDir |
| 193 | |
| 194 | oldBaseDir=${oldcvsdir}/wst/components |
| 195 | newBaseDir=${newcvsdir}/common |
| 196 | |
| 197 | wtpmodule=features |
| 198 | oldDir=${oldBaseDir}/${wtpmodule} |
| 199 | newDir=${newBaseDir} |
| 200 | copyAndRemove $oldDir $newDir |
| 201 | |
| 202 | oldBaseDir=${oldcvsdir}/wst/components/plugins |
| 203 | newBaseDir=${newcvsdir}/common/plugins |
| 204 | |
| 205 | wtpmodule=features |
| 206 | oldDir=${oldBaseDir}/${wtpmodule} |
| 207 | newDir=${newBaseDir} |
| 208 | copyAndRemove $oldDir $newDir |
| 209 | |
| 210 | |