Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2015-06-12 17:03:54 +0000
committerMarkus Knauer2015-06-12 17:03:54 +0000
commit57fc5da344678259236e6914a1b5117c8aee36df (patch)
tree3ee1e4508d5a21c643c8803bb9eee17becd4ecbb
parent003250be89afcd8b087a7c863f4fa9a3797b2d52 (diff)
downloadorg.eclipse.rap.incubator.dropdown-57fc5da344678259236e6914a1b5117c8aee36df.tar.gz
org.eclipse.rap.incubator.dropdown-57fc5da344678259236e6914a1b5117c8aee36df.tar.xz
org.eclipse.rap.incubator.dropdown-57fc5da344678259236e6914a1b5117c8aee36df.zip
Include DropDown examples demo bundle in build and p2 repository
Change-Id: Ia2f446f3c49d7aac6864e11cf3bd1b8f66670961 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
-rw-r--r--examples/org.eclipse.rap.addons.dropdown.demo.examples/pom.xml10
-rw-r--r--releng/org.eclipse.rap.dropdown.build/pom.xml3
-rw-r--r--releng/org.eclipse.rap.dropdown.build/repository/category.xml6
3 files changed, 12 insertions, 7 deletions
diff --git a/examples/org.eclipse.rap.addons.dropdown.demo.examples/pom.xml b/examples/org.eclipse.rap.addons.dropdown.demo.examples/pom.xml
index e1974cf..a742fe9 100644
--- a/examples/org.eclipse.rap.addons.dropdown.demo.examples/pom.xml
+++ b/examples/org.eclipse.rap.addons.dropdown.demo.examples/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2012 EclipseSource and others.
+ Copyright (C) 2012, 2015 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -15,10 +15,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.rap</groupId>
- <artifactId>org.eclipse.rap.demo.examples.parent</artifactId>
- <version>2.2.0-SNAPSHOT</version>
- <relativePath>../../org.eclipse.rap/releng/org.eclipse.rap.demo.examples.build/parent/</relativePath>
+ <groupId>org.eclipse.rap.incubator</groupId>
+ <artifactId>org.eclipse.rap.incubator-parent</artifactId>
+ <version>0.1.0-SNAPSHOT</version>
+ <relativePath>../../../org.eclipse.rap.incubator.releng/releng/org.eclipse.rap.incubator.releng/parent</relativePath>
</parent>
<artifactId>org.eclipse.rap.addons.dropdown.demo.examples</artifactId>
diff --git a/releng/org.eclipse.rap.dropdown.build/pom.xml b/releng/org.eclipse.rap.dropdown.build/pom.xml
index 1aaad1a..e7e3333 100644
--- a/releng/org.eclipse.rap.dropdown.build/pom.xml
+++ b/releng/org.eclipse.rap.dropdown.build/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2013, 2014 EclipseSource and others.
+ Copyright (C) 2013, 2015 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -30,6 +30,7 @@
<module>../../tests/org.eclipse.rap.addons.autosuggest.test</module>
<module>../../tests/org.eclipse.rap.jstestrunner</module>
<module>../../features/org.eclipse.rap.dropdown.feature</module>
+ <module>../../examples/org.eclipse.rap.addons.dropdown.demo.examples</module>
<module>repository</module>
</modules>
diff --git a/releng/org.eclipse.rap.dropdown.build/repository/category.xml b/releng/org.eclipse.rap.dropdown.build/repository/category.xml
index 1e14012..79fca46 100644
--- a/releng/org.eclipse.rap.dropdown.build/repository/category.xml
+++ b/releng/org.eclipse.rap.dropdown.build/repository/category.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2013, 2014 EclipseSource and others
+ Copyright (C) 2013, 2015 EclipseSource and others
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -21,4 +21,8 @@
<category name="org.eclipse.rap.incubator.category"/>
</feature>
+ <bundle id="org.eclipse.rap.addons.dropdown.demo.examples">
+ <category name="org.eclipse.rap.incubator.category"/>
+ </bundle>
+
</site>

Back to the top