The new JBOSS_HOME/server/lib directory pointed to at by the jboss.shared.lib.url property
currently contains the libraries shared by the default and all configurations.
So server/default/lib is now empty and server/all/lib contains only:
avalon-framework.jar
hibernate-jbosscache2.jar
jacorb.jar
jbosscache-core.jar
jbosscache-pojo.jar
jgroups.jar
The new directory is added to the classpath in conf/jboss-service.xml:
<classpath codebase="${jboss.server.lib.url}"
archives="*"/>
<classpath codebase="${jboss.shared.lib.url}"
archives="*"/>
The minimal config remains unchanged.
https://jira.jboss.org/jira/browse/JBAS-6158
You probably need to cleanup your build/output/** directory to pick up the change at your
next svn update.