~ubuntu-branches/ubuntu/utopic/eclipse-wtp/utopic-proposed

« back to all changes in this revision

Viewing changes to org.eclipse.wst.web/pom.xml

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2014-07-10 12:54:39 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140710125439-ixzeiqepu8m3e1z6
Tags: 3.6.0-1
* New upstream release.
* Refreshed d/patches/debian-custom-build.patch.
* Regenerate CSSTokenizer during build.
* Override codeless-jar warning in eclipse-wtp binary package.
* Override false positive source-is-missing lintian error in bundle
  org.eclipse.wst.jsdt.support.ie.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
 
4
  All rights reserved. This program and the accompanying materials
 
5
  are made available under the terms of the Eclipse Distribution License v1.0
 
6
  which accompanies this distribution, and is available at
 
7
  http://www.eclipse.org/org/documents/edl-v10.php
 
8
 
 
9
  Contributors:
 
10
    Thanh Ha (Eclipse Foundation) - initial implementation
 
11
-->
 
12
 
 
13
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
 
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
15
  <modelVersion>4.0.0</modelVersion>
 
16
  <parent>
 
17
    <groupId>org.eclipse.webtools.javaee</groupId>
 
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
 
19
    <version>3.6.0-SNAPSHOT</version>
 
20
    <relativePath>../../</relativePath>
 
21
  </parent>
 
22
 
 
23
  <groupId>org.eclipse.webtools.javaee</groupId>
 
24
  <artifactId>org.eclipse.wst.web</artifactId>
 
25
  <version>1.1.800-SNAPSHOT</version>
 
26
  <packaging>eclipse-plugin</packaging>
 
27
</project>