diff options
author | Thanh Ha | 2013-08-12 15:52:29 +0000 |
---|---|---|
committer | Mike Rennie | 2013-08-12 15:52:29 +0000 |
commit | a16c0e4a6dea70cf771510f8c2211ec8a7e98ee4 (patch) | |
tree | 54e434c20e2f7d5ad4e1e378e15013ff92f7a542 /development/org.eclipse.wst.jsdt.debug.chrome | |
parent | a96b6887586fac7cd001315fc08e7236513a4096 (diff) | |
download | webtools.jsdt.debug-a16c0e4a6dea70cf771510f8c2211ec8a7e98ee4.tar.gz webtools.jsdt.debug-a16c0e4a6dea70cf771510f8c2211ec8a7e98ee4.tar.xz webtools.jsdt.debug-a16c0e4a6dea70cf771510f8c2211ec8a7e98ee4.zip |
Bug 414709 - [CBI] webtools.jsdt.debug patch for building with
Maven/Tycho
Diffstat (limited to 'development/org.eclipse.wst.jsdt.debug.chrome')
-rw-r--r-- | development/org.eclipse.wst.jsdt.debug.chrome/pom.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/development/org.eclipse.wst.jsdt.debug.chrome/pom.xml b/development/org.eclipse.wst.jsdt.debug.chrome/pom.xml new file mode 100644 index 0000000..4e58fad --- /dev/null +++ b/development/org.eclipse.wst.jsdt.debug.chrome/pom.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2013 Eclipse Foundation and others. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Distribution License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/org/documents/edl-v10.php + + Contributors: + Thanh Ha (Eclipse Foundation) - initial implementation +--> + +<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" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.eclipse.webtools.jsdt</groupId> + <artifactId>org.eclipse.webtools.jsdt.debug</artifactId> + <version>3.5.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + + <groupId>org.eclipse.webtools.jsdt</groupId> + <artifactId>org.eclipse.wst.jsdt.debug.chrome</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> |