Skip to content

Commit

Permalink
ajout delegatednews
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileBONIN committed Apr 28, 2011
2 parents 3a6b7a6 + 6c854ff commit 25e7c54
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitignore
@@ -1 +1,3 @@
/target/ /target/
/.settings
/.project
8 changes: 7 additions & 1 deletion src/main/config/settings/jboss4/linux/SilverpeasSettings.xml
Expand Up @@ -300,12 +300,18 @@
<configfile name="rssAgregator/settings/rssAgregatorSettings.properties"> <configfile name="rssAgregator/settings/rssAgregatorSettings.properties">
<parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/components/rssaggregator/</parameter> <parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/components/rssaggregator/</parameter>
<parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/StringTemplates/components/rssaggregator/</parameter> <parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/StringTemplates/components/rssaggregator/</parameter>
</configfile>

<configfile name="socialNetwork/settings/socialNetworkSettings.properties">
<parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/core/socialNetwork/</parameter>
<parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/StringTemplates/core/socialNetwork/</parameter>
</configfile> </configfile>


<configfile name="delegatednews/settings/DelegatedNewsSettings.properties"> <configfile name="delegatednews/settings/DelegatedNewsSettings.properties">
<parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/components/delegatednews/</parameter> <parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/components/delegatednews/</parameter>
<parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/data/StringTemplates/components/delegatednews/</parameter> <parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/data/StringTemplates/components/delegatednews/</parameter>
</configfile> </configfile>

</fileset> </fileset>


<fileset root="${SILVERPEAS_HOME}/bin/"> <fileset root="${SILVERPEAS_HOME}/bin/">
Expand Down
10 changes: 8 additions & 2 deletions src/main/config/settings/jboss4/windows/SilverpeasSettings.xml
Expand Up @@ -300,11 +300,17 @@
<parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/components/rssaggregator/</parameter> <parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/components/rssaggregator/</parameter>
<parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/StringTemplates/components/rssaggregator/</parameter> <parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/StringTemplates/components/rssaggregator/</parameter>
</configfile> </configfile>


<configfile name="delegatednews/settings/DelegatedNewsSettings.properties"> <configfile name="socialNetwork/settings/socialNetworkSettings.properties">
<parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/core/socialNetwork/</parameter>
<parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/StringTemplates/core/socialNetwork/</parameter>
</configfile>

<configfile name="delegatednews/settings/DelegatedNewsSettings.properties">
<parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/components/delegatednews/</parameter> <parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/components/delegatednews/</parameter>
<parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/data/StringTemplates/components/delegatednews/</parameter> <parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/data/StringTemplates/components/delegatednews/</parameter>
</configfile> </configfile>

</fileset> </fileset>


<fileset root="${SILVERPEAS_HOME}/bin/"> <fileset root="${SILVERPEAS_HOME}/bin/">
Expand Down
5 changes: 5 additions & 0 deletions src/main/config/settings/jboss6/linux/SilverpeasSettings.xml
Expand Up @@ -300,6 +300,11 @@
<configfile name="rssAgregator/settings/rssAgregatorSettings.properties"> <configfile name="rssAgregator/settings/rssAgregatorSettings.properties">
<parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/components/rssaggregator/</parameter> <parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/components/rssaggregator/</parameter>
<parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/StringTemplates/components/rssaggregator/</parameter> <parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/StringTemplates/components/rssaggregator/</parameter>
</configfile>

<configfile name="socialNetwork/settings/socialNetworkSettings.properties">
<parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/core/socialNetwork/</parameter>
<parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/StringTemplates/core/socialNetwork/</parameter>
</configfile> </configfile>


<configfile name="delegatednews/settings/DelegatedNewsSettings.properties"> <configfile name="delegatednews/settings/DelegatedNewsSettings.properties">
Expand Down
10 changes: 8 additions & 2 deletions src/main/config/settings/jboss6/windows/SilverpeasSettings.xml
Expand Up @@ -301,10 +301,16 @@
<parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/StringTemplates/components/rssaggregator/</parameter> <parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/StringTemplates/components/rssaggregator/</parameter>
</configfile> </configfile>


<configfile name="delegatednews/settings/DelegatedNewsSettings.properties"> <configfile name="socialNetwork/settings/socialNetworkSettings.properties">
<parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/core/socialNetwork/</parameter>
<parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/StringTemplates/core/socialNetwork/</parameter>
</configfile>

<configfile name="delegatednews/settings/DelegatedNewsSettings.properties">
<parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/components/delegatednews/</parameter> <parameter key="templatePath">${SILVERPEAS_HOME}/resources/StringTemplates/components/delegatednews/</parameter>
<parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/data/StringTemplates/components/delegatednews/</parameter> <parameter key="customersTemplatePath">${SILVERPEAS_DATA_HOME}/data/StringTemplates/components/delegatednews/</parameter>
</configfile> </configfile>

</fileset> </fileset>


<fileset root="${SILVERPEAS_HOME}/bin/"> <fileset root="${SILVERPEAS_HOME}/bin/">
Expand Down

0 comments on commit 25e7c54

Please sign in to comment.