Ignore:
Timestamp:
05/08/13 10:55:00 (11 years ago)
Author:
keeloo
Message:

Repaired faulty build order

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo_importer/nbactions.xml

    r2768 r2883  
    88            </goals>
    99            <properties>
    10                 <exec.args>-DconfigFile=/Users/keeloo/VloConfig.xml -classpath %classpath eu.clarin.cmdi.vlo.importer.MetadataImporter</exec.args>
     10                <exec.args>-DconfigFile=/Users/keeloo/projects/clarin/vlo/VloConfig.xml -classpath %classpath eu.clarin.cmdi.vlo.importer.MetadataImporter</exec.args>
    1111                <exec.executable>java</exec.executable>
    1212                <exec.classpathScope>runtime</exec.classpathScope>
     
    2020            </goals>
    2121            <properties>
    22                 <exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -DconfigFile=/Users/keeloo/VloConfig.xml -classpath %classpath eu.clarin.cmdi.vlo.importer.MetadataImporter</exec.args>
     22                <exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -DconfigFile=/Users/keeloo/projects/clarin/vlo/VloConfig.xml -classpath %classpath eu.clarin.cmdi.vlo.importer.MetadataImporter</exec.args>
    2323                <exec.executable>java</exec.executable>
    2424                <exec.classpathScope>runtime</exec.classpathScope>
     
    3333            </goals>
    3434            <properties>
    35                 <exec.args>${profiler.args} -DconfigFile=/Users/keeloo/VloConfig.xml -classpath %classpath eu.clarin.cmdi.vlo.importer.MetadataImporter</exec.args>
     35                <exec.args>${profiler.args} -DconfigFile=/Users/keeloo/projects/clarin/vlo/VloConfig.xml -classpath %classpath eu.clarin.cmdi.vlo.importer.MetadataImporter</exec.args>
    3636                <exec.executable>${profiler.java}</exec.executable>
    3737            </properties>
Note: See TracChangeset for help on using the changeset viewer.