For versioning of Application we need to some step to follow :-
Step 1 :- Creation of MANIFEST.MF file
Create a MANIFEST.MF file in
C:\JDeveloper\mywork\MasterApplication\src\META-INF location.
Step 2 :- Content of MANIFEST.MF file
Manifest-Version: 1.0
Weblogic-Application-Version: 1.0.0.1
Created-By: Gourav
Note :- You can add more parameter.
Application version is defined in Weblogic-Application-Version parameter.
Step 3 :- Add Manifest file in your Application
a.) Select Application property.
b.) Select Deployment Option to get our Deployment Profile.
c.) Select EAR Option to edit Our Deployment Profile .
d.) Select Include Mainfest File option and add MANIFEST.MF file to read Manifest data during deployment.
After selecting MANIFEST.MF file select Ok and Save All file.
Now Deployment Profile ready with version No. for deployment.
Note:- For editing or viewing of MANIFEST.MF file
Go to Application Resources >Descriptors>META-INF>MANIFEST.MF
Step 1 :- Creation of MANIFEST.MF file
Create a MANIFEST.MF file in
C:\JDeveloper\mywork\MasterApplication\src\META-INF location.
Step 2 :- Content of MANIFEST.MF file
Manifest-Version: 1.0
Weblogic-Application-Version: 1.0.0.1
Created-By: Gourav
Note :- You can add more parameter.
Application version is defined in Weblogic-Application-Version parameter.
Step 3 :- Add Manifest file in your Application
a.) Select Application property.
b.) Select Deployment Option to get our Deployment Profile.
c.) Select EAR Option to edit Our Deployment Profile .
d.) Select Include Mainfest File option and add MANIFEST.MF file to read Manifest data during deployment.
After selecting MANIFEST.MF file select Ok and Save All file.
Now Deployment Profile ready with version No. for deployment.
Note:- For editing or viewing of MANIFEST.MF file
Go to Application Resources >Descriptors>META-INF>MANIFEST.MF