Revision 5077
Added by daigle about 15 years ago
workflowscheduler.build.xml | ||
---|---|---|
72 | 72 |
</fileset> |
73 | 73 |
<fileset dir="../seek/projects/ecogrid/build/lib"> |
74 | 74 |
<include name="org.ecoinformatics.ecogrid.AuthenticationService-stub.jar" /> |
75 |
<include name="org.ecoinformatics.ecogrid.AuthorizationService-stub.jar" /> |
|
75 | 76 |
</fileset> |
76 | 77 |
</path> |
77 | 78 |
|
... | ... | |
188 | 189 |
<exclude name="edu/ucsb/nceas/metacat/util/EMLVersionsTransformer.java" /> |
189 | 190 |
<exclude name="edu/ucsb/nceas/metacat/util/GeoserverUtil.java" /> |
190 | 191 |
<exclude name="edu/ucsb/nceas/metacat/util/OrganizationUtil.java" /> |
192 |
<include name="edu/ucsb/nceas/metacat/AccessControlInterface.java" /> |
|
191 | 193 |
<include name="edu/ucsb/nceas/metacat/AuthInterface.java" /> |
192 | 194 |
<include name="edu/ucsb/nceas/metacat/AuthLdap.java" /> |
193 | 195 |
<include name="edu/ucsb/nceas/metacat/AuthSession.java" /> |
... | ... | |
323 | 325 |
</fileset> |
324 | 326 |
<fileset dir="${ecogrid.stublib.dir}"> |
325 | 327 |
<include name="org.ecoinformatics.ecogrid.AuthenticationService-stub.jar" /> |
328 |
<include name="org.ecoinformatics.ecogrid.AuthorizationService-stub.jar" /> |
|
326 | 329 |
</fileset> |
327 | 330 |
</copy> |
328 | 331 |
|
Also available in: Unified diff
Include the authorization service stub jars in workflow scheduler build