Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2012-07-09 17:29:04 +0000
committerMarkus Knauer2012-07-09 17:29:04 +0000
commit6d97fecc87bf2a823e5e8dd47e4d98ebdc249dc6 (patch)
tree149cc09a2f3684bc3e320839d094c51e1ac3940b
parent8498888b9e47a38ad08c91b4bd7d45099c1b995d (diff)
downloadorg.eclipse.rap.incubator.tabbed-properties-6d97fecc87bf2a823e5e8dd47e4d98ebdc249dc6.tar.gz
org.eclipse.rap.incubator.tabbed-properties-6d97fecc87bf2a823e5e8dd47e4d98ebdc249dc6.tar.xz
org.eclipse.rap.incubator.tabbed-properties-6d97fecc87bf2a823e5e8dd47e4d98ebdc249dc6.zip
Enable Tycho build for tabbed-properties component.
* Add pom.xml to bundle. * Add new feature and build projects to drive the build.
-rw-r--r--bundles/org.eclipse.rap.ui.views.properties.tabbed/pom.xml28
-rw-r--r--features/org.eclipse.rap.tabbed-properties.feature/.project17
-rw-r--r--features/org.eclipse.rap.tabbed-properties.feature/.settings/org.eclipse.core.resources.prefs2
-rw-r--r--features/org.eclipse.rap.tabbed-properties.feature/.settings/org.eclipse.core.runtime.prefs2
-rw-r--r--features/org.eclipse.rap.tabbed-properties.feature/build.properties1
-rw-r--r--features/org.eclipse.rap.tabbed-properties.feature/feature.xml34
-rw-r--r--features/org.eclipse.rap.tabbed-properties.feature/pom.xml27
-rw-r--r--releng/org.eclipse.rap.tabbed-properties.build/.project11
-rw-r--r--releng/org.eclipse.rap.tabbed-properties.build/.settings/org.eclipse.core.resources.prefs2
-rw-r--r--releng/org.eclipse.rap.tabbed-properties.build/.settings/org.eclipse.core.runtime.prefs2
-rw-r--r--releng/org.eclipse.rap.tabbed-properties.build/pom.xml33
-rw-r--r--releng/org.eclipse.rap.tabbed-properties.build/repository/category.xml24
-rw-r--r--releng/org.eclipse.rap.tabbed-properties.build/repository/pom.xml42
13 files changed, 225 insertions, 0 deletions
diff --git a/bundles/org.eclipse.rap.ui.views.properties.tabbed/pom.xml b/bundles/org.eclipse.rap.ui.views.properties.tabbed/pom.xml
new file mode 100644
index 0000000..49c76d6
--- /dev/null
+++ b/bundles/org.eclipse.rap.ui.views.properties.tabbed/pom.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 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
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ EclipseSource - initial implementation
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <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.ui.views.properties.tabbed</artifactId>
+ <version>1.5.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+</project>
diff --git a/features/org.eclipse.rap.tabbed-properties.feature/.project b/features/org.eclipse.rap.tabbed-properties.feature/.project
new file mode 100644
index 0000000..c31f531
--- /dev/null
+++ b/features/org.eclipse.rap.tabbed-properties.feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.rap.tabbed-properties.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
diff --git a/features/org.eclipse.rap.tabbed-properties.feature/.settings/org.eclipse.core.resources.prefs b/features/org.eclipse.rap.tabbed-properties.feature/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000..99f26c0
--- /dev/null
+++ b/features/org.eclipse.rap.tabbed-properties.feature/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/features/org.eclipse.rap.tabbed-properties.feature/.settings/org.eclipse.core.runtime.prefs b/features/org.eclipse.rap.tabbed-properties.feature/.settings/org.eclipse.core.runtime.prefs
new file mode 100644
index 0000000..5a0ad22
--- /dev/null
+++ b/features/org.eclipse.rap.tabbed-properties.feature/.settings/org.eclipse.core.runtime.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+line.separator=\n
diff --git a/features/org.eclipse.rap.tabbed-properties.feature/build.properties b/features/org.eclipse.rap.tabbed-properties.feature/build.properties
new file mode 100644
index 0000000..64f93a9
--- /dev/null
+++ b/features/org.eclipse.rap.tabbed-properties.feature/build.properties
@@ -0,0 +1 @@
+bin.includes = feature.xml
diff --git a/features/org.eclipse.rap.tabbed-properties.feature/feature.xml b/features/org.eclipse.rap.tabbed-properties.feature/feature.xml
new file mode 100644
index 0000000..4badfb0
--- /dev/null
+++ b/features/org.eclipse.rap.tabbed-properties.feature/feature.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.rap.tabbed-properties.feature"
+ label="RAP Tabbed Properties View (Incubation)"
+ version="0.1.0.qualifier"
+ provider-name="Eclipse.org - RAP Incubator">
+
+ <description url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <plugin
+ id="org.eclipse.rap.ui.views.properties.tabbed"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.rap.ui.views.properties.tabbed.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
diff --git a/features/org.eclipse.rap.tabbed-properties.feature/pom.xml b/features/org.eclipse.rap.tabbed-properties.feature/pom.xml
new file mode 100644
index 0000000..f63e869
--- /dev/null
+++ b/features/org.eclipse.rap.tabbed-properties.feature/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 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
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ EclipseSource - initial implementation
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <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.tabbed-properties.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+
+</project>
diff --git a/releng/org.eclipse.rap.tabbed-properties.build/.project b/releng/org.eclipse.rap.tabbed-properties.build/.project
new file mode 100644
index 0000000..1c09ee1
--- /dev/null
+++ b/releng/org.eclipse.rap.tabbed-properties.build/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.rap.tabbed-properties.build</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
diff --git a/releng/org.eclipse.rap.tabbed-properties.build/.settings/org.eclipse.core.resources.prefs b/releng/org.eclipse.rap.tabbed-properties.build/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000..99f26c0
--- /dev/null
+++ b/releng/org.eclipse.rap.tabbed-properties.build/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/releng/org.eclipse.rap.tabbed-properties.build/.settings/org.eclipse.core.runtime.prefs b/releng/org.eclipse.rap.tabbed-properties.build/.settings/org.eclipse.core.runtime.prefs
new file mode 100644
index 0000000..5a0ad22
--- /dev/null
+++ b/releng/org.eclipse.rap.tabbed-properties.build/.settings/org.eclipse.core.runtime.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+line.separator=\n
diff --git a/releng/org.eclipse.rap.tabbed-properties.build/pom.xml b/releng/org.eclipse.rap.tabbed-properties.build/pom.xml
new file mode 100644
index 0000000..a788e0f
--- /dev/null
+++ b/releng/org.eclipse.rap.tabbed-properties.build/pom.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 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
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ EclipseSource - initial implementation
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <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.tabbed-properties.build</artifactId>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>../../bundles/org.eclipse.rap.ui.views.properties.tabbed</module>
+ <module>../../features/org.eclipse.rap.tabbed-properties.feature</module>
+ <module>repository</module>
+ </modules>
+
+</project>
diff --git a/releng/org.eclipse.rap.tabbed-properties.build/repository/category.xml b/releng/org.eclipse.rap.tabbed-properties.build/repository/category.xml
new file mode 100644
index 0000000..47c9b4b
--- /dev/null
+++ b/releng/org.eclipse.rap.tabbed-properties.build/repository/category.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 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
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ EclipseSource - initial implementation
+-->
+<site>
+
+ <category-def
+ name="org.eclipse.rap.incubator.category"
+ label="Rich Ajax Platform (RAP) Incubator" />
+
+ <feature url="http://eclipse.org/rap"
+ id="org.eclipse.rap.tabbed-properties.feature"
+ version="0.1.0.qualifier">
+ <category name="org.eclipse.rap.category"/>
+ </feature>
+
+</site>
diff --git a/releng/org.eclipse.rap.tabbed-properties.build/repository/pom.xml b/releng/org.eclipse.rap.tabbed-properties.build/repository/pom.xml
new file mode 100644
index 0000000..ba407cd
--- /dev/null
+++ b/releng/org.eclipse.rap.tabbed-properties.build/repository/pom.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2011, 2012 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
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ EclipseSource - initial implementation
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <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.tabbed-properties-repository</artifactId>
+ <packaging>eclipse-repository</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-repository-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <repositoryName>RAP Tabbed Properties View</repositoryName>
+ <includeAllDependencies>false</includeAllDependencies>
+ <compress>true</compress>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>

Back to the top