Revision 33708

View differences:

branches/v2_0_0_prep/build/projects/gvsig-standard/gvsig-standard-installer/pom.xml
17 17
	<packaging>pom</packaging>
18 18
	<profiles>
19 19
		<profile>
20
			<id>create-installers</id>
20
			<id>create-installer</id>
21 21
			<properties>
22 22
				<install.build.dir>${project.build.directory}/installjammer</install.build.dir>
23 23
				<!-- 
......
40 40
									<goal>exec</goal>
41 41
								</goals>
42 42
								<configuration>
43
                                    <!-- Tested with InstallJammer 1.2.x -->
44
									<executable>/home/cordin/software/installjammer/installjammer</executable>
43
                                    <!-- Tested with InstallJammer 1.2.15b1 -->
44
									<executable>installjammer</executable>
45 45
									<arguments>
46 46
										<argument>--output-dir ${install.build.dir}/output</argument>
47 47
										<!--argument>-DBaseDir ${basedir}/../../product</argument-->

Also available in: Unified diff