From 6ff6222c599bc868cf9675f4983c40da86c8c1f7 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Fri, 29 Jun 2012 13:49:33 +0000 Subject: [PATCH] Improve build.properties git-svn-id: https://svn.argeo.org/slc/trunk@5395 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- runtime/org.argeo.slc.core/build.properties | 4 +++- runtime/org.argeo.slc.server/pom.xml | 2 -- runtime/org.argeo.slc.support.castor/build.properties | 1 - runtime/org.argeo.slc.support.hibernate/build.properties | 2 -- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/runtime/org.argeo.slc.core/build.properties b/runtime/org.argeo.slc.core/build.properties index 936a99f18..8a19466a3 100644 --- a/runtime/org.argeo.slc.core/build.properties +++ b/runtime/org.argeo.slc.core/build.properties @@ -4,7 +4,9 @@ additional.bundles = slf4j.api,\ slf4j.org.apache.commons.logging,\ org.aopalliance,\ org.aspectj.weaver,\ - net.sf.cglib + net.sf.cglib,\ + org.springframework.context.support,\ + org.springframework.context source.. = src/main/java/,\ src/main/resources/,\ src/test/java/,\ diff --git a/runtime/org.argeo.slc.server/pom.xml b/runtime/org.argeo.slc.server/pom.xml index cd5812de5..74b3158a2 100644 --- a/runtime/org.argeo.slc.server/pom.xml +++ b/runtime/org.argeo.slc.server/pom.xml @@ -99,11 +99,9 @@ - org.argeo.tp com.springsource.json - 1.0.1.RELEASE true diff --git a/runtime/org.argeo.slc.support.castor/build.properties b/runtime/org.argeo.slc.support.castor/build.properties index 9c722a511..a3d626614 100644 --- a/runtime/org.argeo.slc.support.castor/build.properties +++ b/runtime/org.argeo.slc.support.castor/build.properties @@ -1,6 +1,5 @@ additional.bundles = org.argeo.slc.unit,\ junit,\ - javax.xml.stream,\ org.apache.xml.serializer,\ org.apache.xerces source.. = src/main/java/,\ diff --git a/runtime/org.argeo.slc.support.hibernate/build.properties b/runtime/org.argeo.slc.support.hibernate/build.properties index d64d193ab..0f69dad3b 100644 --- a/runtime/org.argeo.slc.support.hibernate/build.properties +++ b/runtime/org.argeo.slc.support.hibernate/build.properties @@ -5,14 +5,12 @@ additional.bundles = org.springframework.transaction,\ org.springframework.xml,\ org.dom4j,\ org.springframework.jdbc,\ - javax.transaction,\ org.springframework.context.support,\ net.sf.ehcache,\ org.hsqldb,\ org.apache.commons.collections,\ antlr,\ org.argeo.slc.support.castor,\ - javax.xml.stream,\ org.castor,\ org.apache.xml.serializer,\ org.apache.xerces,\ -- 2.39.2