Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
include fasterxml jackson libs on update site to make them available …
Browse files Browse the repository at this point in the history
…for Eclipse 4.4-based builds as well
  • Loading branch information
martinlippert committed Jul 1, 2015
1 parent 292eafd commit e81562a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions releng/org.springframework.ide.eclipse.site/category.xml
Expand Up @@ -185,6 +185,10 @@

<bundle id="com.google.protobuf" version="0.0.0"/>

<bundle id="com.fasterxml.jackson.core.jackson-annotations" version="0.0.0"/>
<bundle id="com.fasterxml.jackson.core.jackson-core" version="0.0.0"/>
<bundle id="com.fasterxml.jackson.core.jackson-databind" version="0.0.0"/>

<bundle id="org.aspectj.runtime" version="0.0.0"/>
<bundle id="org.aspectj.runtime.source" version="0.0.0"/>
<bundle id="org.aspectj.weaver" version="0.0.0"/>
Expand Down Expand Up @@ -228,8 +232,6 @@
<bundle id="org.objectweb.asm.source" version="0.0.0"/>

<bundle id="org.yaml.snakeyaml" version="0.0.0"/>
<!-- orbit doesn't seem to have a source bundle for snakeyaml. -->
<!-- <bundle id="org.yaml.snakeyaml.source" version="0.0.0"/> -->
<bundle id="org.dadacoalition.yedit" version="0.0.0"/>

<bundle id="org.springframework.aop" version="0.0.0"/>
Expand Down

0 comments on commit e81562a

Please sign in to comment.