If you have a shared library set up on your IBM Websphere server, you might want to assign it automatically (while deploying) to an enterprise application. To do so, just create a deployment.xml file in the ear file:
<?xml version="1.0" encoding="UTF-8"?>
<appdeployment:Deployment xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:appdeployment="http://www.ibm.com/websphere/appserver/schemas/5.0/appdeployment.xmi" xmi:id="Deployment_1214386232125">
<deployedObject xmi:type="appdeployment:ApplicationDeployment" xmi:id="ApplicationDeployment_1214386232125" deploymentId="0" startingWeight="1" useMetadataFromBinaries="false" enableDistribution="true" createMBeansForResources="true" reloadEnabled="false" filePermission=".*.dll=755#.*.so=755#.*.a=755#.*.sl=755" allowDispatchRemoteInclude="false" allowServiceRemoteInclude="false">
<modules […]
