Created
March 16, 2016 13:44
-
-
Save joellobo/04ce142376497a3278e7 to your computer and use it in GitHub Desktop.
Comparação das versões dos módulos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd [/opt/jboss-eap-6.1/modules/system/layers/base] | |
find $PWD -type f -name "*.jar" > /opt/jboss61.txt | |
cd [/opt/jboss-eap-6.4/modules/system/layers/base] | |
find $PWD -type f -name "*.jar" > /opt/jboss64.txt | |
cd /opt | |
grep hibernate-core *.* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment