Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/org.eclipse.jst.jsp.ui.infopop/build.properties5
-rw-r--r--docs/org.eclipse.jst.jsp.ui.infopop/pom.xml27
-rw-r--r--docs/org.eclipse.wst.doc.user/build.properties12
-rw-r--r--docs/org.eclipse.wst.doc.user/pom.xml27
-rw-r--r--docs/org.eclipse.wst.dtd.ui.infopop/build.properties5
-rw-r--r--docs/org.eclipse.wst.dtd.ui.infopop/pom.xml27
-rw-r--r--docs/org.eclipse.wst.dtdeditor.doc.user/pom.xml27
-rw-r--r--docs/org.eclipse.wst.html.ui.infopop/build.properties5
-rw-r--r--docs/org.eclipse.wst.html.ui.infopop/pom.xml27
-rw-r--r--docs/org.eclipse.wst.sse.doc.user/pom.xml27
-rw-r--r--docs/org.eclipse.wst.sse.ui.infopop/build.properties5
-rw-r--r--docs/org.eclipse.wst.sse.ui.infopop/pom.xml27
-rw-r--r--docs/org.eclipse.wst.webtools.doc.user/pom.xml27
-rw-r--r--docs/org.eclipse.wst.xml.ui.infopop/build.properties12
-rw-r--r--docs/org.eclipse.wst.xml.ui.infopop/pom.xml27
-rw-r--r--docs/org.eclipse.wst.xmleditor.doc.user/pom.xml27
-rw-r--r--docs/org.eclipse.wst.xsdeditor.doc.user/pom.xml27
17 files changed, 339 insertions, 2 deletions
diff --git a/docs/org.eclipse.jst.jsp.ui.infopop/build.properties b/docs/org.eclipse.jst.jsp.ui.infopop/build.properties
index 58c6973134..ea7d118567 100644
--- a/docs/org.eclipse.jst.jsp.ui.infopop/build.properties
+++ b/docs/org.eclipse.jst.jsp.ui.infopop/build.properties
@@ -10,4 +10,9 @@ bin.includes = EditorJspContexts.xml,\
plugin.properties,\
plugin.xml,\
plugin.properties
+src.includes = plugin.xml,\
+ EditorJspContexts.xml,\
+ EditorJspContexts2.xml,\
+ about.html,\
+ plugin.properties
generateSourceBundle=false
diff --git a/docs/org.eclipse.jst.jsp.ui.infopop/pom.xml b/docs/org.eclipse.jst.jsp.ui.infopop/pom.xml
new file mode 100644
index 0000000000..36e614dfa5
--- /dev/null
+++ b/docs/org.eclipse.jst.jsp.ui.infopop/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.jst.jsp.ui.infopop</artifactId>
+ <version>1.0.200-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/docs/org.eclipse.wst.doc.user/build.properties b/docs/org.eclipse.wst.doc.user/build.properties
index 8307a8e8be..fd7bb54f42 100644
--- a/docs/org.eclipse.wst.doc.user/build.properties
+++ b/docs/org.eclipse.wst.doc.user/build.properties
@@ -11,3 +11,15 @@ bin.includes = about.html,\
topics/,\
book.css,\
commonrtl.css
+src.includes = about.html,\
+ plugin.properties,\
+ plugin.xml,\
+ book.css,\
+ common.css,\
+ commontr.css,\
+ commontl.css,\
+ images/,\
+ notices.html,\
+ reference_toc.xml,\
+ toc.xml,\
+ topics/
diff --git a/docs/org.eclipse.wst.doc.user/pom.xml b/docs/org.eclipse.wst.doc.user/pom.xml
new file mode 100644
index 0000000000..d9df6aea89
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/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.doc.user</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/docs/org.eclipse.wst.dtd.ui.infopop/build.properties b/docs/org.eclipse.wst.dtd.ui.infopop/build.properties
index 7e8b37aa98..d01e3a4051 100644
--- a/docs/org.eclipse.wst.dtd.ui.infopop/build.properties
+++ b/docs/org.eclipse.wst.dtd.ui.infopop/build.properties
@@ -4,4 +4,9 @@ bin.includes = plugin.xml,\
EditorDtdContexts.xml,\
META-INF/,\
EditorDtdContexts2.xml
+src.includes = plugin.xml,\
+ about.html,\
+ plugin.properties,\
+ EditorDtdContexts.xml,\
+ EditorDtdContexts2.xml
generateSourceBundle=false
diff --git a/docs/org.eclipse.wst.dtd.ui.infopop/pom.xml b/docs/org.eclipse.wst.dtd.ui.infopop/pom.xml
new file mode 100644
index 0000000000..b97e7da95f
--- /dev/null
+++ b/docs/org.eclipse.wst.dtd.ui.infopop/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.dtd.ui.infopop</artifactId>
+ <version>1.0.400-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/docs/org.eclipse.wst.dtdeditor.doc.user/pom.xml b/docs/org.eclipse.wst.dtdeditor.doc.user/pom.xml
new file mode 100644
index 0000000000..6cb73a346c
--- /dev/null
+++ b/docs/org.eclipse.wst.dtdeditor.doc.user/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.dtdeditor.doc.user</artifactId>
+ <version>1.0.700-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/docs/org.eclipse.wst.html.ui.infopop/build.properties b/docs/org.eclipse.wst.html.ui.infopop/build.properties
index f1a352eced..164ad79353 100644
--- a/docs/org.eclipse.wst.html.ui.infopop/build.properties
+++ b/docs/org.eclipse.wst.html.ui.infopop/build.properties
@@ -4,4 +4,9 @@ bin.includes = plugin.xml,\
META-INF/,\
EditorHtmlContexts2.xml,\
plugin.properties
+src.includes = about.html,\
+ plugin.properties,\
+ plugin.xml,\
+ EditorHtmlContexts.xml,\
+ EditorHtmlContexts2.xml
generateSourceBundle=false
diff --git a/docs/org.eclipse.wst.html.ui.infopop/pom.xml b/docs/org.eclipse.wst.html.ui.infopop/pom.xml
new file mode 100644
index 0000000000..767c03d063
--- /dev/null
+++ b/docs/org.eclipse.wst.html.ui.infopop/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.html.ui.infopop</artifactId>
+ <version>1.0.200-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/docs/org.eclipse.wst.sse.doc.user/pom.xml b/docs/org.eclipse.wst.sse.doc.user/pom.xml
new file mode 100644
index 0000000000..8e9f93c8e7
--- /dev/null
+++ b/docs/org.eclipse.wst.sse.doc.user/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.sse.doc.user</artifactId>
+ <version>1.1.100-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/docs/org.eclipse.wst.sse.ui.infopop/build.properties b/docs/org.eclipse.wst.sse.ui.infopop/build.properties
index 94c7f99f99..3a66ffa58f 100644
--- a/docs/org.eclipse.wst.sse.ui.infopop/build.properties
+++ b/docs/org.eclipse.wst.sse.ui.infopop/build.properties
@@ -4,4 +4,9 @@ bin.includes = EditorContexts.xml,\
META-INF/,\
EditorCssContexts2.xml,\
plugin.properties
+src.includes = plugin.xml,\
+ plugin.properties,\
+ about.html,\
+ EditorContexts.xml,\
+ EditorCssContexts2.xml
generateSourceBundle=false
diff --git a/docs/org.eclipse.wst.sse.ui.infopop/pom.xml b/docs/org.eclipse.wst.sse.ui.infopop/pom.xml
new file mode 100644
index 0000000000..1dc13faa13
--- /dev/null
+++ b/docs/org.eclipse.wst.sse.ui.infopop/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.sse.ui.infopop</artifactId>
+ <version>1.0.300-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/docs/org.eclipse.wst.webtools.doc.user/pom.xml b/docs/org.eclipse.wst.webtools.doc.user/pom.xml
new file mode 100644
index 0000000000..436f48cee7
--- /dev/null
+++ b/docs/org.eclipse.wst.webtools.doc.user/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.webtools.doc.user</artifactId>
+ <version>1.0.500-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/docs/org.eclipse.wst.xml.ui.infopop/build.properties b/docs/org.eclipse.wst.xml.ui.infopop/build.properties
index 780ce89a74..de5c2e4099 100644
--- a/docs/org.eclipse.wst.xml.ui.infopop/build.properties
+++ b/docs/org.eclipse.wst.xml.ui.infopop/build.properties
@@ -8,5 +8,13 @@ bin.includes = META-INF/,\
TableTree.xml,\
WSDLContexts.xml,\
XSDContexts.xml
-
-generateSourceBundle=false \ No newline at end of file
+src.includes = plugin.xml,\
+ plugin.properties,\
+ about.html,\
+ EditorXmlContexts.xml,\
+ EditorXmlContexts2.xml,\
+ TableTree.xml,\
+ WSDLContexts.xml,\
+ XMLWizardContexts.xml,\
+ XSDContexts.xml
+generateSourceBundle=false
diff --git a/docs/org.eclipse.wst.xml.ui.infopop/pom.xml b/docs/org.eclipse.wst.xml.ui.infopop/pom.xml
new file mode 100644
index 0000000000..aed3913581
--- /dev/null
+++ b/docs/org.eclipse.wst.xml.ui.infopop/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.xml.ui.infopop</artifactId>
+ <version>1.0.400-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/docs/org.eclipse.wst.xmleditor.doc.user/pom.xml b/docs/org.eclipse.wst.xmleditor.doc.user/pom.xml
new file mode 100644
index 0000000000..c1b0b0f50a
--- /dev/null
+++ b/docs/org.eclipse.wst.xmleditor.doc.user/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.xmleditor.doc.user</artifactId>
+ <version>1.0.700-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/docs/org.eclipse.wst.xsdeditor.doc.user/pom.xml b/docs/org.eclipse.wst.xsdeditor.doc.user/pom.xml
new file mode 100644
index 0000000000..25e9feec8d
--- /dev/null
+++ b/docs/org.eclipse.wst.xsdeditor.doc.user/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.xsdeditor.doc.user</artifactId>
+ <version>1.0.800-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>

Back to the top