Commit 8ed38ab
committed
impl: zip task like in the sample plugin
- the existing pluginZip implementation which is now renamed to pluginPrettyZip is producing
an artifact suited for manual local deployment. The structure differ from the sample in the
following ways:
- zip name is: coder-toolbox-0.1.0.zip instead of com.coder.toolbox-0.1.0.zip
- the zip contains a root folder named com.coder.toolbox that can be easily deployed in Toolbox plugin location
- with this patch, pluginZip is copying what the Toolbox sample does.1 parent b1fd0f8 commit 8ed38ab
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
159 | 162 | | |
160 | 163 | | |
161 | 164 | | |
| |||
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
167 | 178 | | |
168 | 179 | | |
169 | 180 | | |
| |||
0 commit comments