Changeset 6367


Ignore:
Timestamp:
07/08/15 14:21:56 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

use java 1.7 to build
pack transformed maps

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

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.3-oeaw/vlo-distribution/src/main/assembly/installPackageBuilder.xml

    r6294 r6367  
    7979            <outputDirectory>bin</outputDirectory>
    8080        </fileSet>
     81       
     82        <!-- config files - replace maps with transformed-->
     83        <fileSet>
     84            <directory>${project.parent.basedir}/vlo-commons/src/main/resources/uniform_maps</directory>
     85            <includes>
     86                <include>*.xml</include>
     87            </includes>
     88            <outputDirectory>bin</outputDirectory>
     89        </fileSet>
    8190
    8291        <!-- the web application files to be packaged -->
  • vlo/branches/vlo-3.3-oeaw/vlo-importer/pom.xml

    r6252 r6367  
    8484                <version>2.3.2</version>
    8585                <configuration>
    86                     <source>1.6</source>
    87                     <target>1.6</target>
     86                    <source>1.7</source>
     87                    <target>1.7</target>
    8888                </configuration>
    8989            </plugin>
Note: See TracChangeset for help on using the changeset viewer.