scripts/build.properties.SED
changeset 215 c9394af976fe
parent 166 bb6ce7e96991
child 239 1daf15992259
equal deleted inserted replaced
214:3a649437adec 215:c9394af976fe
   243 javacSource=1.5
   243 javacSource=1.5
   244 
   244 
   245 # Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties.
   245 # Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties.
   246 javacTarget=1.5
   246 javacTarget=1.5
   247 
   247 
   248 
   248 # Integration with p2 
       
   249 p2.gathering=true
       
   250 generate.p2.metadata=true
       
   251 p2.flavor=tooling
       
   252 p2.metadata.repo=file:${buildDirectory}/repo
       
   253 p2.artifact.repo=file:${buildDirectory}/repo
       
   254 p2.publish.artifacts=true
       
   255 
       
   256