169 |
169 |
<include name="edu/ucsb/nceas/metacat/Version.java" />
|
170 |
170 |
<include name="edu/ucsb/nceas/metacat/cart/**" />
|
171 |
171 |
<include name="edu/ucsb/nceas/metacat/database/**" />
|
|
172 |
<include name="edu/ucsb/nceas/metacat/properties/**" />
|
|
173 |
<exclude name="edu/ucsb/nceas/metacat/properties/SkinPropertyService.java" />
|
|
174 |
<exclude name="edu/ucsb/nceas/metacat/properties/ConfigurableProperties.java" />
|
172 |
175 |
<include name="edu/ucsb/nceas/metacat/scheduler/**" />
|
173 |
176 |
<include name="edu/ucsb/nceas/metacat/shared/**" />
|
174 |
177 |
<include name="edu/ucsb/nceas/metacat/util/**" />
|
... | ... | |
177 |
180 |
<exclude name="edu/ucsb/nceas/metacat/util/EMLVersionsTransformer.java" />
|
178 |
181 |
<exclude name="edu/ucsb/nceas/metacat/util/GeoserverUtil.java" />
|
179 |
182 |
<exclude name="edu/ucsb/nceas/metacat/util/OrganizationUtil.java" />
|
180 |
|
<include name="edu/ucsb/nceas/metacat/workflow/**" />
|
181 |
|
<exclude name="edu/ucsb/nceas/metacat/workflow/WorkflowSchedulerClient.java" />
|
182 |
183 |
<include name="edu/ucsb/nceas/metacat/AuthInterface.java" />
|
183 |
184 |
<include name="edu/ucsb/nceas/metacat/AuthLdap.java" />
|
184 |
185 |
<include name="edu/ucsb/nceas/metacat/AuthSession.java" />
|
185 |
186 |
<include name="edu/ucsb/nceas/metacat/MetacatVersion.java" />
|
186 |
|
<include name="edu/ucsb/nceas/metacat/service/PropertyService.java" />
|
187 |
|
<include name="edu/ucsb/nceas/metacat/service/SkinPropertyService.java" />
|
188 |
187 |
<include name="edu/ucsb/nceas/metacat/service/SessionService.java" />
|
189 |
188 |
<include name="edu/ucsb/nceas/metacat/service/ServiceService.java" />
|
|
189 |
<include name="edu/ucsb/nceas/workflowscheduler/**" />
|
190 |
190 |
<include name="org/kepler/executionWS/**" />
|
191 |
191 |
<exclude name="**/CVS*" />
|
192 |
192 |
<exclude name="**/.#*" />
|
... | ... | |
268 |
268 |
<target name="war" depends="warPrepare"
|
269 |
269 |
description="Create a web archive (WAR) for servlet deployment">
|
270 |
270 |
<mkdir dir="${dist.dir}" />
|
271 |
|
<!-- copy file="lib/web.xml.tomcat5" tofile="${build.war}/web.xml" / -->
|
272 |
271 |
<war destfile="${dist.dir}/${workflowscheduler.context}.war"
|
273 |
272 |
webxml="${build.war}/web.xml">
|
274 |
273 |
<fileset dir="${war.context}" />
|
... | ... | |
313 |
312 |
</copy>
|
314 |
313 |
|
315 |
314 |
<!-- MCD added next - Remove the tomcat5 reference-->
|
316 |
|
<copy file="lib/${name}.web.xml" tofile="${build.war}/web.xml" />
|
317 |
|
<copy file="lib/workflowscheduler.properties" todir="${war.webinf}"
|
|
315 |
<copy file="lib/${name}/${name}.web.xml" tofile="${build.war}/web.xml" />
|
|
316 |
<copy file="lib/${name}/${name}.properties" todir="${war.webinf}"
|
318 |
317 |
filtering="yes" />
|
319 |
|
<copy file="lib/workflowscheduler.properties.metadata.xml"
|
320 |
|
todir="${war.webinf}" filtering="no" />
|
321 |
|
<copy file="lib/auth.properties.metadata.xml"
|
322 |
|
todir="${war.webinf}" filtering="no" />
|
323 |
|
<!-- copy todir="${war.webinf}" filtering="yes">
|
324 |
|
<fileset dir="lib">
|
325 |
|
<include name="skin.configs/**" />
|
326 |
|
</fileset>
|
327 |
|
</copy -->
|
|
318 |
<!-- copy file="lib/${name}/${name}.properties.metadata.xml"
|
|
319 |
todir="${war.webinf}" filtering="no" / -->
|
|
320 |
<!-- copy file="lib/auth.properties.metadata.xml"
|
|
321 |
todir="${war.webinf}" filtering="no" / -->
|
328 |
322 |
<copy file="lib/log4j.properties" todir="${war.webinf}"
|
329 |
323 |
filtering="yes" />
|
330 |
324 |
|
Create workflow scheduler build