Changeset 1014


Ignore:
Timestamp:
12/13/12 20:12:56 (12 years ago)
Author:
pharms
Message:
  • trial to correct classpath problem under Windows when trying to run the distribution
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-ui-swt/pom.xml

    r1011 r1014  
    153153        </profile> 
    154154    </profiles> 
     155    <build> 
     156        <plugins> 
     157            <plugin> 
     158                <groupId>org.apache.maven.plugins</groupId> 
     159                <artifactId>maven-jar-plugin</artifactId> 
     160                <configuration> 
     161                    <archive> 
     162                        <manifest> 
     163                            <addClasspath>true</addClasspath> 
     164                            <classpathPrefix>lib/</classpathPrefix> 
     165                        </manifest> 
     166                    </archive> 
     167                </configuration> 
     168            </plugin> 
     169        </plugins> 
     170    </build> 
    155171</project> 
Note: See TracChangeset for help on using the changeset viewer.