Changeset 6631


Ignore:
Timestamp:
09/30/15 12:38:02 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:
 
Location:
vlo/branches/vlo-3.3-oeaw/vlo-vocabularies
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.3-oeaw/vlo-vocabularies/pom.xml

    r6629 r6631  
    151151        </profiles>
    152152       
    153         <!-- transform csv to xml on every compile and add them to the classpath -->
    154153        <build>
    155154                <plugins>
     
    174173                                </executions>
    175174                        </plugin>
    176                         <plugin>
    177                         <artifactId>maven-resources-plugin</artifactId>
    178                         <version>2.7</version>
    179                         <executions>
    180                                 <execution>
    181                                 <id>copy-maps</id>
    182                                 <phase>compile</phase>
    183                                 <goals>
    184                                         <goal>copy-resources</goal>
    185                                 </goals>
    186                                 <configuration>
    187                                         <outputDirectory>${project.build.outputDirectory}/maps/uniform_maps</outputDirectory>
    188                                         <resources>         
    189                                                 <resource>
    190                                                         <directory>${basedir}/maps/uniform_maps</directory>
    191                                                 </resource>
    192                                         </resources>             
    193                                 </configuration>           
    194                                 </execution>
    195                         </executions>
    196               </plugin>
    197175                </plugins>
    198176        </build>
     177       
    199178
    200179        <dependencies>
  • vlo/branches/vlo-3.3-oeaw/vlo-vocabularies/src/main/java/eu/clarin/cmdi/vlo/transformers/CSVTransformer.java

    r6589 r6631  
    99import java.io.InputStreamReader;
    1010import java.io.OutputStream;
    11 import java.net.URISyntaxException;
    12 import java.net.URL;
    13 import java.nio.charset.Charset;
    1411import java.util.ArrayList;
    1512import java.util.Arrays;
Note: See TracChangeset for help on using the changeset viewer.