Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-06-26 15:25:08 +0000
committerNick Sandonato2013-09-11 21:06:44 +0000
commit4f18bed6fd2f84b8209bfa81da1a940d364284ac (patch)
treeb6fc20a6ebb4f0bd51c7438a4cb4042725ca81ac /bundles/org.eclipse.wst.jsdt.web.support.jsp/pom.xml
parent2166d4eaa552d84a9fbf0390d6fdeb3f3d12a40c (diff)
downloadwebtools.sourceediting-4f18bed6fd2f84b8209bfa81da1a940d364284ac.tar.gz
webtools.sourceediting-4f18bed6fd2f84b8209bfa81da1a940d364284ac.tar.xz
webtools.sourceediting-4f18bed6fd2f84b8209bfa81da1a940d364284ac.zip
[414713] Build with CBIv201309112107
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.web.support.jsp/pom.xml')
-rw-r--r--bundles/org.eclipse.wst.jsdt.web.support.jsp/pom.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.web.support.jsp/pom.xml b/bundles/org.eclipse.wst.jsdt.web.support.jsp/pom.xml
new file mode 100644
index 0000000000..266faf7a3d
--- /dev/null
+++ b/bundles/org.eclipse.wst.jsdt.web.support.jsp/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012, 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.sourceediting</groupId>
+ <artifactId>org.eclipse.webtools.sourceediting</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.sourceediting</groupId>
+ <artifactId>org.eclipse.wst.jsdt.web.support.jsp</artifactId>
+ <version>1.0.500-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>

Back to the top