cldcunit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.pyx4me</groupId>
<artifactId>cldcunit</artifactId>
<version>2.0.4</version>
</dependency><?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: 3401 $ ($Author: vlads $) $Date: 2009-05-05 18:31:39 -0400 (Tue, 05 May 2009) $ -->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.pyx4me</groupId>
<artifactId>pyx4me-cldcunit</artifactId>
<version>2.0.4</version><!--pyx4me-version-->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cldcunit</artifactId>
<name>cldcunit</name>
<dependencies>
<dependency>
<groupId>org.microemu</groupId>
<artifactId>microemulator</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<!-- can't test itself here -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<buildcommands>
<buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
<buildcommand>eclipseme.core.preverifier</buildcommand>
</buildcommands>
<projectnatures>
<projectnature>org.eclipse.jdt.core.javanature</projectnature>
<projectnature>eclipseme.core.nature</projectnature>
</projectnatures>
<classpathContainers>
<classpathContainer>J2MELIB</classpathContainer>
<classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER</classpathContainer>
</classpathContainers>
</configuration>
</plugin>
</plugins>
</build>
</project>