diff --git a/admin/build.xml b/admin/build.xml index 6862ec98b..5b6f3ee8f 100644 --- a/admin/build.xml +++ b/admin/build.xml @@ -28,6 +28,7 @@ + @@ -46,6 +47,7 @@ + diff --git a/build.properties b/build.properties index 877da81d5..38f78ba0e 100644 --- a/build.properties +++ b/build.properties @@ -30,7 +30,8 @@ ant.blCMSStorage.userName=sa ant.blCMSStorage.password=null ant.blCMSStorage.driverClassName=org.hsqldb.jdbcDriver -#optional - only required if you wish for the build-create-sql and build-update-sql tasks to include weaved items from modules -spring.instrument.path=/path/to/your/spring/instrument/jar +#Required for correct operation of some 3rd party modules +#Relative paths are from the ant build.xml files, so site/build.xml and admin/build.xml. +spring.instrument.path=../lib/spring-instrument-3.2.2.RELEASE.jar #End build-*-sql Ant Task Properties diff --git a/core/src/main/resources/applicationContext.xml b/core/src/main/resources/applicationContext.xml index f731dd0d9..4359a3adf 100644 --- a/core/src/main/resources/applicationContext.xml +++ b/core/src/main/resources/applicationContext.xml @@ -18,6 +18,34 @@ http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.2.xsd"> - - + + + + + + + + + + org.broadleafcommerce.core.offer.domain.OfferAuditImpl + org.broadleafcommerce.core.offer.domain.OfferAuditWeaveImpl + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/lib/spring-instrument-3.2.2.RELEASE.jar b/lib/spring-instrument-3.2.2.RELEASE.jar new file mode 100644 index 000000000..76e6d48cd Binary files /dev/null and b/lib/spring-instrument-3.2.2.RELEASE.jar differ diff --git a/site/build.xml b/site/build.xml index 4524a9381..57cf2ed04 100644 --- a/site/build.xml +++ b/site/build.xml @@ -28,7 +28,8 @@ - + + @@ -42,6 +43,7 @@ + @@ -60,6 +62,7 @@ + @@ -137,7 +140,7 @@ - + @@ -224,7 +227,7 @@ - +