Ignore:
Timestamp:
11/09/15 13:22:00 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

merged with trunk 3.4

Location:
vlo/branches/vlo-3.3-oeaw/vlo-commons
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.3-oeaw/vlo-commons

    • Property svn:mergeinfo set to (toggle deleted branches)
      /vlo/trunk/vlo-commonsmergedeligible
      /vlo/branches/to-wicket-1.6-twagoo/vlo-commons4212-4219
      /vlo/branches/vlo-2.13-param/vlo-commons2570-2767
      /vlo/branches/vlo-3.0/vlo-commons5201
      /vlo/branches/vlo-3.2-ticket575/vlo-commons6112-6188
      /vlo/branches/vlo-ticket761/vlo-commons6189-6283
  • vlo/branches/vlo-3.3-oeaw/vlo-commons/pom.xml

    r6412 r6754  
    66        <groupId>eu.clarin.cmdi</groupId>
    77        <artifactId>vlo</artifactId>
    8         <version>3.3-SNAPSHOT</version>
     8        <version>3.4-SNAPSHOT</version>
    99    </parent>
    1010    <groupId>eu.clarin.cmdi</groupId>
    1111    <artifactId>vlo-commons</artifactId>
    12     <version>3.3-SNAPSHOT</version>
     12    <version>3.4-SNAPSHOT</version>
    1313    <name>VLO Commons</name>
    1414    <url>http://maven.apache.org</url>
     
    126126       
    127127        <profile>
     128            <!-- For deployment to catalog-clarin.esc.rzg.mpg.de -->
     129            <id>dev-vm</id>
     130            <properties>
     131                <vloconfig.solrUrl>http://localhost:8080/vlo-solr/core0/</vloconfig.solrUrl>
     132                <vloconfig.dataRootsFile>file:/lat/webapps/vlo/dataroots-testvm.xml</vloconfig.dataRootsFile>
     133            </properties>
     134        </profile>
     135       
     136        <profile>
    128137            <!-- For deployment to vlo.clarin.eu -->
    129138            <id>production</id>
     
    138147       
    139148        <profile>
    140             <!-- For deployment to vlo.clarin.eu -->
    141             <id>dev-vm</id>
    142             <properties>
    143                 <vloconfig.solrUrl>http://localhost:8080/vlo-solr/core0/</vloconfig.solrUrl>
    144                 <vloconfig.dataRootsFile>dataroots-testvm.xml</vloconfig.dataRootsFile>
    145             </properties>
    146         </profile>
    147        
    148         <profile>
    149             <!--  For deployment to beta.vlo.clarin.eu -->
     149            <!--  For deployment to beta-vlo.clarin.eu -->
    150150            <id>beta</id>
    151151            <properties>
    152                 <vloconfig.solrUrl><!-- TODO!!! --></vloconfig.solrUrl>
    153                 <vloconfig.homeUrl>http://beta.vlo.clarin.eu</vloconfig.homeUrl>
    154                 <vloconfig.dataRootsFile>dataroots-production.xml</vloconfig.dataRootsFile>
     152                <vloconfig.deleteAllFirst>false</vloconfig.deleteAllFirst>
     153                <vloconfig.maxDaysInSolr>7</vloconfig.maxDaysInSolr>
     154                <vloconfig.solrUrl>http://172.17.42.1:8080/solr/core0/</vloconfig.solrUrl>
     155                <vloconfig.homeUrl>http://beta-vlo.clarin.eu</vloconfig.homeUrl>
     156                <vloconfig.dataRootsFile>dataroots-beta.xml</vloconfig.dataRootsFile>
    155157            </properties>
    156158        </profile>
Note: See TracChangeset for help on using the changeset viewer.