Revision 35480

View differences:

branches/v2_0_0_prep/extensions/extExpressionField/pom.xml
20 20
			<url>${site-repository}/</url>
21 21
		</site>
22 22
	</distributionManagement>
23

  
23
	
24
    <dependencyManagement>
25
        <dependencies>
26
        <!-- Adding this dependency because this project is using a jython version
27
            different to the version defined by the parent pom  -->
28
            <dependency>
29
                <groupId>org.python</groupId>
30
                <artifactId>jython</artifactId>
31
                <version>2.2.1</version>
32
            </dependency>
33
        </dependencies>
34
    </dependencyManagement>
35
    
24 36
	<description>Field calculator (Expression from assistant or from text file)</description>
25 37
	<url>http://gvsig.org</url>
26 38
	<build>
......
114 126
            <artifactId>jts</artifactId>
115 127
            <scope>compile</scope>
116 128
        </dependency>
129
        <dependency>
130
            <groupId>org.python</groupId>
131
            <artifactId>jython</artifactId>            
132
            <scope>runtime</scope>
133
        </dependency>
117 134
	</dependencies>
118 135

  
119 136
	<properties>
branches/v2_0_0_prep/extensions/extExpressionField/distribution/distribution.xml
37 37
			<includes>
38 38
				<include>org.gvsig:org.gvsig.expressionfield</include>
39 39
				<include>bsf:bsf</include>
40
				<include>org.python:jython</include>
40 41
			</includes>
41 42
		</dependencySet>
42 43
	</dependencySets>

Also available in: Unified diff