|
1 | 1 | <?xml version="1.0" ?>
|
2 |
| -<!DOCTYPE CMConfig [ |
3 |
| - <!ENTITY localFileUploadDir "@localFileUploadDir@"> |
4 |
| - <!ENTITY localStudioFileUploadDir "@localStudioFileUploadDir@"> |
5 |
| - <!ENTITY catalogOutputDir "@catalogOutputDir@"> |
6 |
| - <!ENTITY distributionToolOutputDir "@distributionToolOutputDir@"> |
7 |
| - <!ENTITY distributionScriptsBase "@distributionScriptsBase@"> |
8 |
| - <!ENTITY timelineTemplateDir "@exttemplatesdir@"> |
9 |
| - <!ENTITY contactManagersTemplate "@exttemplatesdir@/contact_manager_template.txt"> |
10 |
| - <!ENTITY notificationEmailFromAddress "@notificationEmailFromAddress@"> |
11 |
| - <!ENTITY smtpServerAuthAddress "@emailengine_smtp_user@"> |
12 |
| - <!ENTITY pactJNDIAddress "@pactJNDIAddress@"> |
13 |
| - <!ENTITY lateDeliverableUpdatedByManagerTemplate "@exttemplatesdir@/late_deliverable_updated_by_manager_template.txt"> |
14 |
| - <!ENTITY lateDeliverableUpdatedByMemberTemplate "@exttemplatesdir@/late_deliverable_updated_by_member_template.txt"> |
15 |
| - <!ENTITY F2FSubmissionReuploadedTemplate "@exttemplatesdir@/f2f_submission_reuploaded_template.txt"> |
16 |
| -]> |
| 2 | + |
17 | 3 | <CMConfig>
|
18 | 4 | <!-- [OR-584] don't need this anymore
|
19 | 5 | <!ENTITY assignmentDocumentsFlag "false">
|
|
350 | 336 | <Value>-1</Value>
|
351 | 337 | </Property>
|
352 | 338 | <Property name="allowed_dirs">
|
353 |
| - <Value>&localFileUploadDir;</Value> |
| 339 | + <Value>@localFileUploadDir@</Value> |
354 | 340 | </Property>
|
355 | 341 | <Property name="default_dir">
|
356 |
| - <Value>&localFileUploadDir;</Value> |
| 342 | + <Value>@localFileUploadDir@</Value> |
357 | 343 | </Property>
|
358 | 344 | <Property name="overwrite">
|
359 | 345 | <Value>false</Value>
|
|
371 | 357 | <Value>-1</Value>
|
372 | 358 | </Property>
|
373 | 359 | <Property name="default_dir">
|
374 |
| - <Value>&localStudioFileUploadDir;</Value> |
| 360 | + <Value>@localStudioFileUploadDir@</Value> |
375 | 361 | </Property>
|
376 | 362 | <Property name="allowed_dirs">
|
377 |
| - <Value>&localStudioFileUploadDir;</Value> |
| 363 | + <Value>@localStudioFileUploadDir@</Value> |
378 | 364 | </Property>
|
379 | 365 | <Property name="overwrite">
|
380 | 366 | <Value>false</Value>
|
|
392 | 378 | <Value>@emailengine_smtp_port@</Value>
|
393 | 379 | </Property>
|
394 | 380 | <Property name="username">
|
395 |
| - <Value>&smtpServerAuthAddress;</Value> |
| 381 | + <Value>@smtpServerAuthAddress@</Value> |
396 | 382 | </Property>
|
397 | 383 | <Property name="password">
|
398 | 384 | <Value>@emailengine_smtp_password@</Value>
|
|
1025 | 1011 | <Config name="com.topcoder.project.phases.template.persistence.XmlPhaseTemplatePersistence">
|
1026 | 1012 | <!-- XML files from which the templates will be loaded. -->
|
1027 | 1013 | <Property name="template_files">
|
1028 |
| -<!-- <Value>&timelineTemplateDir;/ComponentTimeline.xml</Value> --> |
1029 |
| - <Value>&timelineTemplateDir;/TCSTemplate_Design.xml</Value> |
1030 |
| - <Value>&timelineTemplateDir;/TCSTemplate_Development.xml</Value> |
1031 |
| - <Value>&timelineTemplateDir;/TCSTemplate_Component_Testing.xml</Value> |
1032 |
| - <Value>&timelineTemplateDir;/TCSTemplate_Application.xml</Value> |
1033 |
| - <Value>&timelineTemplateDir;/TCSTemplate_Studio.xml</Value> |
1034 |
| - <Value>&timelineTemplateDir;/TCSTemplate_Security.xml</Value> |
1035 |
| - <Value>&timelineTemplateDir;/TCSTemplate_Studio_Checkpoint.xml</Value> |
| 1014 | +<!-- <Value>@exttemplatesdir@/ComponentTimeline.xml</Value> --> |
| 1015 | + <Value>@exttemplatesdir@/TCSTemplate_Design.xml</Value> |
| 1016 | + <Value>@exttemplatesdir@/TCSTemplate_Development.xml</Value> |
| 1017 | + <Value>@exttemplatesdir@/TCSTemplate_Component_Testing.xml</Value> |
| 1018 | + <Value>@exttemplatesdir@/TCSTemplate_Application.xml</Value> |
| 1019 | + <Value>@exttemplatesdir@/TCSTemplate_Studio.xml</Value> |
| 1020 | + <Value>@exttemplatesdir@/TCSTemplate_Security.xml</Value> |
| 1021 | + <Value>@exttemplatesdir@/TCSTemplate_Studio_Checkpoint.xml</Value> |
1036 | 1022 | </Property>
|
1037 | 1023 | </Config>
|
1038 | 1024 |
|
|
3166 | 3152 | -->
|
3167 | 3153 | <Config name="com.cronos.onlinereview.phases.pacts.services">
|
3168 | 3154 | <Property name="pacts_jndi_address">
|
3169 |
| - <Value>&pactJNDIAddress;</Value> |
| 3155 | + <Value>@pactJNDIAddress@</Value> |
3170 | 3156 | </Property>
|
3171 | 3157 | </Config>
|
3172 | 3158 |
|
|
3229 | 3215 | <Value>48</Value>
|
3230 | 3216 | </Property>
|
3231 | 3217 | <Property name="distribution_tool_output_dir">
|
3232 |
| - <Value>&distributionToolOutputDir;</Value> |
| 3218 | + <Value>@distributionToolOutputDir@</Value> |
3233 | 3219 | </Property>
|
3234 | 3220 | <Property name="catalog_output_dir">
|
3235 |
| - <Value>&catalogOutputDir;</Value> |
| 3221 | + <Value>@catalogOutputDir@</Value> |
3236 | 3222 | </Property>
|
3237 | 3223 | <Property name="default_distribution_script">
|
3238 | 3224 | <Value>other</Value>
|
|
5148 | 5134 |
|
5149 | 5135 | <Property name="ContactManagerEmail">
|
5150 | 5136 | <Property name="EmailTemplateName">
|
5151 |
| - <Value>&contactManagersTemplate;</Value> |
| 5137 | + <Value>@exttemplatesdir@/contact_manager_template.txt</Value> |
5152 | 5138 | </Property>
|
5153 | 5139 | <Property name="EmailFromAddress">
|
5154 | 5140 | <Value>@contactPMEmailFromAddress@</Value>
|
|
5162 | 5148 | </Property>
|
5163 | 5149 | <Property name="ByManager">
|
5164 | 5150 | <Property name="EmailTemplateName">
|
5165 |
| - <Value>&lateDeliverableUpdatedByManagerTemplate;</Value> |
| 5151 | + <Value>@exttemplatesdir@/late_deliverable_updated_by_manager_template.txt</Value> |
5166 | 5152 | </Property>
|
5167 | 5153 | <Property name="EmailFromAddress">
|
5168 |
| - <Value>¬ificationEmailFromAddress;</Value> |
| 5154 | + <Value>@notificationEmailFromAddress@</Value> |
5169 | 5155 | </Property>
|
5170 | 5156 | <Property name="EmailSubject">
|
5171 | 5157 | <Value>Late Deliverable Resolved: {0} {1}</Value>
|
|
5178 | 5164 | </Property>
|
5179 | 5165 | <Property name="ByMember">
|
5180 | 5166 | <Property name="EmailTemplateName">
|
5181 |
| - <Value>&lateDeliverableUpdatedByMemberTemplate;</Value> |
| 5167 | + <Value>@exttemplatesdir@/late_deliverable_updated_by_member_template.txt</Value> |
5182 | 5168 | </Property>
|
5183 | 5169 | <Property name="EmailFromAddress">
|
5184 |
| - <Value>¬ificationEmailFromAddress;</Value> |
| 5170 | + <Value>@notificationEmailFromAddress@</Value> |
5185 | 5171 | </Property>
|
5186 | 5172 | <Property name="EmailSubject">
|
5187 | 5173 | <Value>Late Deliverable Explained: {0} {1}</Value>
|
|
5196 | 5182 |
|
5197 | 5183 | <Property name="F2FSubmissionReuploadNotificationEmail">
|
5198 | 5184 | <Property name="EmailTemplateName">
|
5199 |
| - <Value>&F2FSubmissionReuploadedTemplate;</Value> |
| 5185 | + <Value>@exttemplatesdir@/f2f_submission_reuploaded_template.txt</Value> |
5200 | 5186 | </Property>
|
5201 | 5187 | <Property name="EmailFromAddress">
|
5202 |
| - <Value>¬ificationEmailFromAddress;</Value> |
| 5188 | + <Value>@notificationEmailFromAddress@</Value> |
5203 | 5189 | </Property>
|
5204 | 5190 | <Property name="EmailSubject">
|
5205 | 5191 | <Value>F2F submission re-uploaded: {0} {1}</Value>
|
|
5343 | 5329 | </Property>
|
5344 | 5330 | <!-- Needs to be updated correctly -->
|
5345 | 5331 | <Property name="fileStorageLocation">
|
5346 |
| - <Value>&localFileUploadDir;</Value> |
| 5332 | + <Value>@localFileUploadDir@</Value> |
5347 | 5333 | </Property>
|
5348 | 5334 | </Config>
|
5349 | 5335 |
|
|
5393 | 5379 | <Value>java</Value>
|
5394 | 5380 | </Property>
|
5395 | 5381 | <Property name="script_path">
|
5396 |
| - <Value>&distributionScriptsBase;/java/script.txt</Value> |
| 5382 | + <Value>@distributionScriptsBase@/java/script.txt</Value> |
5397 | 5383 | </Property>
|
5398 | 5384 | </Property>
|
5399 | 5385 | <Property name="script_dotnet">
|
5400 | 5386 | <Property name="distribution_type">
|
5401 | 5387 | <Value>dotnet</Value>
|
5402 | 5388 | </Property>
|
5403 | 5389 | <Property name="script_path">
|
5404 |
| - <Value>&distributionScriptsBase;/dotnet/script.txt</Value> |
| 5390 | + <Value>@distributionScriptsBase@/dotnet/script.txt</Value> |
5405 | 5391 | </Property>
|
5406 | 5392 | </Property>
|
5407 | 5393 | <Property name="script_other">
|
5408 | 5394 | <Property name="distribution_type">
|
5409 | 5395 | <Value>other</Value>
|
5410 | 5396 | </Property>
|
5411 | 5397 | <Property name="script_path">
|
5412 |
| - <Value>&distributionScriptsBase;/other/script.txt</Value> |
| 5398 | + <Value>@distributionScriptsBase@/other/script.txt</Value> |
5413 | 5399 | </Property>
|
5414 | 5400 | </Property>
|
5415 | 5401 | </Property>
|
|
0 commit comments