Skip to content

Instantly share code, notes, and snippets.

@biemond
Created September 27, 2011 21:37
Show Gist options
  • Save biemond/1246321 to your computer and use it in GitHub Desktop.
Save biemond/1246321 to your computer and use it in GitHub Desktop.
osb ant deployment properties file
fmw.home=C:/oracle/Soa11gPS3
wls.username = weblogic
wls.password = weblogic1
wls.server = t3://localhost:7001
# properties for workspace export
config.project="OSB Configuration"
config.jar=c:/temp/sbconfig.jar
config.subprojects="ASynchronous"
config.includeDependencies=true
workspace.dir=C:/Users/Gebruiker/workspace
# export properties
# specify a project or use None
#export.project = EJB
export.project = None
export.jar = c:/temp/export.jar
#export.customFile = c:/temp/cust.xml
export.customFile = None
# import properties
# specify a project or use None
import.project = None
#import.project = EJB
import.jar = c:/temp/export.jar
#import.customFile = None
import.customFile = "c:/temp/cust.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment