build update, change log
This commit is contained in:
@@ -20,25 +20,20 @@
|
||||
</publications>
|
||||
|
||||
<dependencies>
|
||||
<!-- global dependencies -->
|
||||
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.logging" rev="1.1.1" conf="compile->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.beans" rev="2.5.3.A" conf="compile->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.context" rev="2.5.3.A" conf="compile->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.core" rev="2.5.3.A" conf="compile->compile"/>
|
||||
|
||||
<!-- build time only dependencies -->
|
||||
<dependency org="org.ognl" name="com.springsource.org.ognl" rev="2.6.9" conf="compile->compile"/>
|
||||
<!-- core dependencies -->
|
||||
<dependency org="javax.el" name="com.springsource.javax.el" rev="2.1.0" conf="provided->compile"/>
|
||||
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.logging" rev="1.1.1" conf="compile->compile"/>
|
||||
<dependency org="org.ognl" name="com.springsource.org.ognl" rev="2.6.9" conf="optional->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.beans" rev="2.5.4.A" conf="compile->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.context" rev="2.5.4.A" conf="compile->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.core" rev="2.5.4.A" conf="compile->compile"/>
|
||||
|
||||
<!-- test-time only dependencies -->
|
||||
<dependency org="org.jboss.el" name="com.springsource.org.jboss.el" rev="2.0.0.GA" conf="test->compile"/>
|
||||
<dependency org="org.apache.log4j" name="com.springsource.org.apache.log4j" rev="1.2.15" conf="test->compile"/>
|
||||
<dependency org="org.easymock" name="com.springsource.org.easymock" rev="2.3.0" conf="test->compile" />
|
||||
<dependency org="org.junit" name="com.springsource.junit" rev="3.8.2" conf="test->compile" />
|
||||
<dependency org="org.apache.log4j" name="com.springsource.org.apache.log4j" rev="1.2.15" conf="test->compile"/>
|
||||
|
||||
<exclude org="javax.el" conf="compile" />
|
||||
<exclude org="javax.portlet" conf="compile" />
|
||||
<exclude org="javax.servlet" conf="compile" />
|
||||
<dependency org="org.jboss.el" name="com.springsource.org.jboss.el" rev="2.0.0.GA" conf="test->compile"/>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</ivy-module>
|
||||
@@ -1,40 +1,39 @@
|
||||
Manifest-Version: 1.0
|
||||
Created-By: 1.5.0_13-b05 (Sun Microsystems Inc.)
|
||||
Ant-Version: Apache Ant 1.7.0
|
||||
Import-Package: javax.el;version="[2.1,3.0)",ognl;version="[2.6.9,3.0)
|
||||
",org.apache.commons.logging;version="[1.1.1,2.0)",org.springframewor
|
||||
k.beans;version="[2.5.3,3.0)",org.springframework.context;version="[2
|
||||
.5.3,3.0)",org.springframework.context.i18n;version="[2.5.3,3.0)",org
|
||||
.springframework.context.support;version="[2.5.3,3.0)",org.springfram
|
||||
ework.core.enums;version="[2.5.3,3.0)",org.springframework.core.style
|
||||
;version="[2.5.3,3.0)",org.springframework.util;version="[2.5.3,3.0)"
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-SymbolicName: org.springframework.binding
|
||||
Export-Package: org.springframework.binding.collection;version="2.0.0"
|
||||
,org.springframework.binding.convert;version="2.0.0",org.springframew
|
||||
ork.binding.convert.converters;version="2.0.0";uses:="org.springframe
|
||||
work.binding.convert",org.springframework.binding.convert.service;ver
|
||||
sion="2.0.0";uses:="org.springframework.binding.convert",org.springfr
|
||||
amework.binding.expression;version="2.0.0";uses:="org.springframework
|
||||
.core.style",org.springframework.binding.expression.el;version="2.0.0
|
||||
";uses:="javax.el,org.springframework.binding.expression",org.springf
|
||||
ramework.binding.expression.ognl;version="2.0.0";uses:="ognl,org.spri
|
||||
ngframework.binding.expression",org.springframework.binding.expressio
|
||||
n.support;version="2.0.0";uses:="org.springframework.binding.expressi
|
||||
on",org.springframework.binding.format;version="2.0.0",org.springfram
|
||||
ework.binding.format.adapters;version="2.0.0";uses:="org.springframew
|
||||
ork.binding.format",org.springframework.binding.format.formatters;ver
|
||||
sion="2.0.0";uses:="org.springframework.binding.format",org.springfra
|
||||
mework.binding.format.registry;version="2.0.0";uses:="org.springframe
|
||||
work.binding.format",org.springframework.binding.mapping;version="2.0
|
||||
.0";uses:="org.springframework.binding.expression",org.springframewor
|
||||
k.binding.mapping.impl;version="2.0.0";uses:="org.springframework.bin
|
||||
ding.convert,org.springframework.binding.expression,org.springframewo
|
||||
rk.binding.mapping",org.springframework.binding.mapping.results;versi
|
||||
on="2.0.0";uses:="org.springframework.binding.expression",org.springf
|
||||
ramework.binding.message;version="2.0.0";uses:="org.springframework.c
|
||||
ontext",org.springframework.binding.method;version="2.0.0";uses:="org
|
||||
.springframework.binding.convert,org.springframework.binding.expressi
|
||||
on"
|
||||
Bundle-Version: 2.0.0
|
||||
|
||||
Manifest-Version: 1.0
|
||||
Created-By: 1.5.0_13-b05 (Sun Microsystems Inc.)
|
||||
Ant-Version: Apache Ant 1.7.0
|
||||
Import-Package: javax.el;version="[2.1,3.0)",ognl;version="[2.6.9,3.0)
|
||||
",org.apache.commons.logging;version="[1.1.1,2.0)",org.springframewor
|
||||
k.beans;version="[2.5.3,3.0)",org.springframework.context;version="[2
|
||||
.5.3,3.0)",org.springframework.context.i18n;version="[2.5.3,3.0)",org
|
||||
.springframework.context.support;version="[2.5.3,3.0)",org.springfram
|
||||
ework.core.enums;version="[2.5.3,3.0)",org.springframework.core.style
|
||||
;version="[2.5.3,3.0)",org.springframework.util;version="[2.5.3,3.0)"
|
||||
,org.springframework.validation;version="[2.5.3,3.0)"
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-SymbolicName: org.springframework.binding
|
||||
Export-Package: org.springframework.binding.collection;version="2.0.0"
|
||||
,org.springframework.binding.convert;version="2.0.0",org.springframew
|
||||
ork.binding.convert.converters;version="2.0.0";uses:="org.springframe
|
||||
work.binding.convert",org.springframework.binding.convert.service;ver
|
||||
sion="2.0.0";uses:="org.springframework.binding.convert",org.springfr
|
||||
amework.binding.expression;version="2.0.0";uses:="org.springframework
|
||||
.core.style",org.springframework.binding.expression.el;version="2.0.0
|
||||
";uses:="javax.el,org.springframework.binding.expression",org.springf
|
||||
ramework.binding.expression.ognl;version="2.0.0";uses:="ognl,org.spri
|
||||
ngframework.binding.expression",org.springframework.binding.expressio
|
||||
n.support;version="2.0.0";uses:="org.springframework.binding.expressi
|
||||
on",org.springframework.binding.format;version="2.0.0",org.springfram
|
||||
ework.binding.format.formatters;version="2.0.0";uses:="org.springfram
|
||||
ework.binding.format",org.springframework.binding.format.registry;ver
|
||||
sion="2.0.0";uses:="org.springframework.binding.format",org.springfra
|
||||
mework.binding.mapping;version="2.0.0";uses:="org.springframework.bin
|
||||
ding.expression",org.springframework.binding.mapping.impl;version="2.
|
||||
0.0";uses:="org.springframework.binding.convert,org.springframework.b
|
||||
inding.expression,org.springframework.binding.mapping",org.springfram
|
||||
ework.binding.mapping.results;version="2.0.0";uses:="org.springframew
|
||||
ork.binding.expression",org.springframework.binding.message;version="
|
||||
2.0.0";uses:="org.springframework.context,org.springframework.validat
|
||||
ion",org.springframework.binding.method;version="2.0.0";uses:="org.sp
|
||||
ringframework.binding.convert,org.springframework.binding.expression"
|
||||
Bundle-Version: 2.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user