Revision 136:0ec4b0eea084 pom.xml

View differences:

pom.xml
226 226
								<phase>process-resources</phase>
227 227
								<configuration>
228 228
									<target>
229
										<delete file="${project.build.outputDirectory}/com/ib/hibernate/configuration/hibernate.cfg.xml" />
230
										<copy file="resource/com/ib/hibernate/configuration/hibernate${config.postfix}.cfg.xml" tofile="${project.build.outputDirectory}/com/ib/hibernate/configuration/hibernate.cfg.xml" />
229
										<delete file="${project.build.outputDirectory}/hibernate.cfg.xml" />
230
										<copy file="resource/hibernate${config.postfix}.cfg.xml" tofile="${project.build.outputDirectory}/hibernate.cfg.xml" />
231 231

  
232 232
										<delete>
233
											<fileset dir="${project.build.outputDirectory}/com/ib/hibernate/configuration" includes="hibernate.*.cfg.xml" />
233
											<fileset dir="${project.build.outputDirectory}" includes="hibernate.*.cfg.xml" />
234 234
										</delete>
235 235

  
236 236
										<delete file="${project.build.outputDirectory}/UPassClient.cfg" />

Also available in: Unified diff