My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="ISO-8859-1"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0">
<!-- @version $Revision$ ($Author$) $Date$ -->
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>net.sf.bluecove</groupId>
<artifactId>bluecove-examples</artifactId>
<version>2.1.1-SNAPSHOT</version><!--bluecove-version-->
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dependency-fix</artifactId>
<name>dependency-fix</name>
<packaging>jar</packaging>

<description>Module used to load J2ME dependency</description>

<distributionManagement>
<site>
<id>no-deployment</id>
<url>file:///${basedir}/target/tmp</url>
</site>
<repository>
<id>no-deployment</id>
<url>file:///${basedir}/target/tmp</url>
</repository>
<snapshotRepository>
<id>no-deployment</id>
<url>file:///${basedir}/target/tmp</url>
</snapshotRepository>
</distributionManagement>

<dependencies>

<dependency>
<groupId>org.microemu</groupId>
<artifactId>cldcapi11</artifactId>
<version>${me2Version}</version>
</dependency>
<dependency>
<groupId>org.microemu</groupId>
<artifactId>midpapi20</artifactId>
<version>${me2Version}</version>
</dependency>

</dependencies>

</project>
Show details Hide details

Change log

r2677 by skarzhevskyy on Dec 25, 2008   Diff
next version 2.1.1
Go to: 
Project members, sign in to write a code review

Older revisions

r2670 by skarzhevskyy on Dec 25, 2008   Diff
corrections to site
r2667 by skarzhevskyy on Dec 25, 2008   Diff
release version 2.1.0
r2630 by skarzhevskyy on Dec 19, 2008   Diff
corrections to enable public build
All revisions of this file

File info

Size: 1661 bytes, 52 lines

File properties

svn:mime-type
text/xml
svn:eol-style
native
svn:keywords
Date Author Id Revision
Hosted by Google Code