File tree Expand file tree Collapse file tree 1 file changed +28
-4
lines changed
com.googlecode.cppcheclipse.feature Expand file tree Collapse file tree 1 file changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -232,10 +232,6 @@ litigation.
232232 <import plugin =" org.eclipse.ui" version =" 3.5.0" match =" greaterOrEqual" />
233233 <import plugin =" org.eclipse.core.resources" version =" 3.5.0" match =" greaterOrEqual" />
234234 <import plugin =" org.eclipse.core.net" version =" 1.2.0" match =" greaterOrEqual" />
235- <import plugin =" com.google.guava" version =" 12.0.0" match =" greaterOrEqual" />
236- <import plugin =" org.apache.commons.codec" version =" 1.4.0" match =" greaterOrEqual" />
237- <import plugin =" org.apache.commons.io" version =" 2.0.1" match =" greaterOrEqual" />
238- <import plugin =" org.apache.commons.exec" version =" 1.1.0" match =" greaterOrEqual" />
239235 </requires >
240236
241237 <plugin
@@ -252,4 +248,32 @@ litigation.
252248 version =" 0.0.0"
253249 unpack =" false" />
254250
251+ <plugin
252+ id =" org.apache.commons.exec"
253+ download-size =" 0"
254+ install-size =" 0"
255+ version =" 1.1.0"
256+ unpack =" false" />
257+
258+ <plugin
259+ id =" org.apache.commons.io"
260+ download-size =" 0"
261+ install-size =" 0"
262+ version =" 2.0.1"
263+ unpack =" false" />
264+
265+ <plugin
266+ id =" org.apache.commons.codec"
267+ download-size =" 0"
268+ install-size =" 0"
269+ version =" 1.4.0"
270+ unpack =" false" />
271+
272+ <plugin
273+ id =" com.google.guava"
274+ download-size =" 0"
275+ install-size =" 0"
276+ version =" 12.0.0"
277+ unpack =" false" />
278+
255279</feature >
You can’t perform that action at this time.
0 commit comments