Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 3rd, 2012  |  syntax: XML  |  size: 0.56 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2.   <modelVersion>4.0.0</modelVersion>
  3.   <artifactId>de.hswt.openmasp.lib.netcdf</artifactId>
  4.   <parent>
  5.         <groupId>de.hswt.openmasp</groupId>
  6.         <artifactId>parent</artifactId>
  7.         <version>1.0.0-SNAPSHOT</version>
  8.         <relativePath>../parent</relativePath>
  9.   </parent>
  10.   <groupId>de.hswt.openmasp</groupId>
  11.   <packaging>eclipse-plugin</packaging>
  12. </project>