I've got a dozen ear files, which load the same set of jars for each component deployed as an enterprise application in weblogic... I want to move these dependencies to a "shared library" (optional package) jar file. I've done the leg work of moving these artifacts to a jar file and added MANIFEST.MF with Extension-Name as specified in
http://docs.oracle.com/cd/E12840_01/wls/docs103/programming/libraries.html
Now I need to deploy this "shared library" optional package to weblogic 11g, before deploying the enterprise application components, which reference them. Currently deployment is done using a bunch of wlst jython scripts in offline mode, which does a full install of the domain on the filesystem. How do I deploy shared libraries in offline mode?