Revision 29148

View differences:

tags/tmp_build/binaries/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
6

  
7
	<modelVersion>4.0.0</modelVersion>
8
	<groupId>org.gvsig</groupId>
9
	<artifactId>binaries</artifactId>
10
	<packaging>pom</packaging>
11
	<version>2.0-SNAPSHOT</version>
12
	<name>binaries</name>
13
	<description>gvSIG native libraries</description>
14
	<url>http://www.gvsig.org</url>
15
	<parent>
16
		<groupId>org.gvsig</groupId>
17
		<artifactId>gvsig-library-base-pom</artifactId>
18
		<version>2.0-SNAPSHOT</version>
19
	</parent>
20
	<properties>
21
		<build-dir>${basedir}/../build</build-dir>
22
	</properties>
23
	<build>
24
		<plugins>
25
			<plugin>
26
				<artifactId>maven-antrun-plugin</artifactId>
27
				<executions>
28
					<execution>
29
						<id>batch-build</id>
30
						<phase>compile</phase>
31
						<configuration>
32
							<tasks>
33
								<!--
34
									<property name="project.build.directory"
35
									value="${project.build.directory}" /> <property
36
									name="project.artifactId" value="${project.artifactId}" />
37
									<property name="project.version" value="${project.version}" />
38
									<property name="project.packaging" value="${project.packaging}"
39
									/> <property name="temporaly-build" value="${temporaly-build}"
40
									/> <property name="plugin-name" value="${plugin-name}" />
41
									<property name="config" value="${config}" /> <property
42
									name="extension-dir" value="${extension-dir}" /> <property
43
									name="library-dir" value="${library-dir}" /> <property
44
									name="distribution-final-name"
45
									value="${distribution-final-name}" />
46
								-->
47
								<ant antfile="build.xml" />
48
							</tasks>
49
						</configuration>
50
						<goals>
51
							<goal>run</goal>
52
						</goals>
53
					</execution>
54
					<execution>
55
						<id>clean</id>
56
						<phase>clean</phase>
57
						<configuration>
58
							<tasks>
59
								<ant antfile="build.xml" target="clean" />
60
							</tasks>
61
						</configuration>
62
						<goals>
63
							<goal>run</goal>
64
						</goals>
65
					</execution>
66
				</executions>
67
			</plugin>
68
		</plugins>
69
	</build>
70
</project>
tags/tmp_build/binaries/w32/system/Microsoft.VC80.CRT.manifest
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
<!-- Copyright © 1981-2001 Microsoft Corporation -->
3
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
4
    <noInheritable/>
5
    <assemblyIdentity 
6
        type="win32" 
7
        name="Microsoft.VC80.CRT" 
8
        version="8.0.50608.0" 
9
        processorArchitecture="x86" 
10
        publicKeyToken="1fc8b3b9a1e18e3b"
11
    />
12
    <file name="msvcr80.dll"/>
13
    <file name="msvcp80.dll"/>
14
    <file name="msvcm80.dll"/>
15
</assembly>
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff