Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 203486 Details for
Bug 354781
[Releng] Evaluate tycho for building RAP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch for building RAP (RWT) with Maven / Tycho
0001-SOVEREIGN-1645-Tycho-build-for-org.eclipse.rwt.patch (text/plain), 83.85 KB, created by
Florian Waibel
on 2011-09-16 09:49:00 EDT
(
hide
)
Description:
Patch for building RAP (RWT) with Maven / Tycho
Filename:
MIME Type:
Creator:
Florian Waibel
Created:
2011-09-16 09:49:00 EDT
Size:
83.85 KB
patch
obsolete
>From b13a70c1d3d95b84e336152fd05ba0b9530f2f82 Mon Sep 17 00:00:00 2001 >From: Florian Waibel <fwaibel@eclipsesource.com> >Date: Fri, 16 Sep 2011 15:38:08 +0200 >Subject: [PATCH] SOVEREIGN-1645 Tycho build for org.eclipse.rwt. > >--- > releng/org.eclipse.rap.releng/pom.xml | 188 ++++++++++++++++++++ > runtime.rwt.test/org.eclipse.rap.rwt.test/pom.xml | 125 +++++++++++++ > .../org/eclipse/rwt/incomplete_messages.properties | 11 ++ > .../eclipse/rwt/internal/resources/iso-resource.js | 9 + > .../rwt/internal/resources/resourcetest1.js | 1 + > .../rwt/internal/resources/resourcetest2.gif | Bin 0 -> 49 bytes > .../rwt/internal/resources/resourcetest3.gif | Bin 0 -> 49 bytes > .../rwt/internal/resources/utf-8-resource.js | 9 + > .../rwt/internal/service/log-content.properties | 12 ++ > .../rwt/internal/service/log-headers.properties | 23 +++ > .../rwt/internal/service/log-params.properties | 12 ++ > .../rwt/internal/service/log-timestamp.properties | 23 +++ > .../resources/org/eclipse/rwt/messages.properties | 12 ++ > .../org/eclipse/rwt/messages_de.properties | 23 +++ > .../org/eclipse/rwt/messages_it.properties | 12 ++ > .../org/eclipse/rwt/messages_utf8.properties | 12 ++ > .../org/eclipse/rwt/messages_utf8_de.properties | 12 ++ > .../org/eclipse/rwt/messages_utf8_it.properties | 12 ++ > .../org/eclipse/rwt/incomplete_messages.properties | 11 -- > .../eclipse/rwt/internal/resources/iso-resource.js | 9 - > .../rwt/internal/resources/resourcetest1.js | 1 - > .../rwt/internal/resources/resourcetest2.gif | Bin 49 -> 0 bytes > .../rwt/internal/resources/resourcetest3.gif | Bin 49 -> 0 bytes > .../rwt/internal/resources/utf-8-resource.js | 9 - > .../rwt/internal/service/log-content.properties | 12 -- > .../rwt/internal/service/log-headers.properties | 23 --- > .../rwt/internal/service/log-params.properties | 12 -- > .../rwt/internal/service/log-timestamp.properties | 23 --- > .../src/org/eclipse/rwt/messages.properties | 12 -- > .../src/org/eclipse/rwt/messages_de.properties | 23 --- > .../src/org/eclipse/rwt/messages_it.properties | 12 -- > .../src/org/eclipse/rwt/messages_utf8.properties | 12 -- > .../org/eclipse/rwt/messages_utf8_de.properties | 12 -- > .../org/eclipse/rwt/messages_utf8_it.properties | 12 -- > .../org.eclipse.rap.rwt.testfixture/pom.xml | 66 +++++++ > .../resources/resources/images/blank.gif | Bin 0 -> 49 bytes > .../resources/resources/images/image1.gif | Bin 0 -> 129 bytes > .../resources/resources/images/image2.gif | Bin 0 -> 129 bytes > .../resources/resources/images/image3.gif | Bin 0 -> 144 bytes > .../resources/resources/images/test-100x50.png | Bin 0 -> 1281 bytes > .../resources/resources/images/test-50x100.png | Bin 0 -> 1281 bytes > .../resources/resources/theme/TestExample.css | 87 +++++++++ > .../resources/resources/theme/TestExample2.css | 9 + > .../resources/resources/theme/TestInvalidProps.css | 12 ++ > .../resources/resources/theme/TestNamespaces.css | 12 ++ > .../resources/resources/theme/TestSelectors.css | 63 +++++++ > .../resources/resources/theme/TestSyntax.css | 16 ++ > .../resources/resources/theme/close.gif | Bin 0 -> 89 bytes > .../resources/theme/theme-valid.properties | 22 +++ > .../resources/resources/theme/titlebar.png | Bin 0 -> 164 bytes > .../src/resources/images/blank.gif | Bin 49 -> 0 bytes > .../src/resources/images/image1.gif | Bin 129 -> 0 bytes > .../src/resources/images/image2.gif | Bin 129 -> 0 bytes > .../src/resources/images/image3.gif | Bin 144 -> 0 bytes > .../src/resources/images/test-100x50.png | Bin 1281 -> 0 bytes > .../src/resources/images/test-50x100.png | Bin 1281 -> 0 bytes > .../src/resources/theme/TestExample.css | 87 --------- > .../src/resources/theme/TestExample2.css | 9 - > .../src/resources/theme/TestInvalidProps.css | 12 -- > .../src/resources/theme/TestNamespaces.css | 12 -- > .../src/resources/theme/TestSelectors.css | 63 ------- > .../src/resources/theme/TestSyntax.css | 16 -- > .../src/resources/theme/close.gif | Bin 89 -> 0 bytes > .../src/resources/theme/theme-valid.properties | 22 --- > .../src/resources/theme/titlebar.png | Bin 164 -> 0 bytes > runtime.rwt/org.eclipse.rap.rwt.osgi/pom.xml | 36 ++++ > runtime.rwt/org.eclipse.rap.rwt/pom.xml | 36 ++++ > 67 files changed, 855 insertions(+), 404 deletions(-) > create mode 100644 releng/org.eclipse.rap.releng/pom.xml > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/pom.xml > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/incomplete_messages.properties > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/iso-resource.js > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/resourcetest1.js > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/resourcetest2.gif > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/resourcetest3.gif > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/utf-8-resource.js > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-content.properties > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-headers.properties > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-params.properties > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-timestamp.properties > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages.properties > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_de.properties > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_it.properties > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_utf8.properties > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_utf8_de.properties > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_utf8_it.properties > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/incomplete_messages.properties > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/iso-resource.js > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/resourcetest1.js > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/resourcetest2.gif > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/resourcetest3.gif > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/utf-8-resource.js > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-content.properties > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-headers.properties > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-params.properties > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-timestamp.properties > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages.properties > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_de.properties > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_it.properties > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_utf8.properties > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_utf8_de.properties > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_utf8_it.properties > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/pom.xml > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/blank.gif > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/image1.gif > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/image2.gif > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/image3.gif > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/test-100x50.png > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/test-50x100.png > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestExample.css > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestExample2.css > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestInvalidProps.css > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestNamespaces.css > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestSelectors.css > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestSyntax.css > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/close.gif > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/theme-valid.properties > create mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/titlebar.png > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/blank.gif > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/image1.gif > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/image2.gif > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/image3.gif > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/test-100x50.png > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/test-50x100.png > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestExample.css > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestExample2.css > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestInvalidProps.css > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestNamespaces.css > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestSelectors.css > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestSyntax.css > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/close.gif > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/theme-valid.properties > delete mode 100644 runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/titlebar.png > create mode 100644 runtime.rwt/org.eclipse.rap.rwt.osgi/pom.xml > create mode 100644 runtime.rwt/org.eclipse.rap.rwt/pom.xml > >diff --git a/releng/org.eclipse.rap.releng/pom.xml b/releng/org.eclipse.rap.releng/pom.xml >new file mode 100644 >index 0000000..ad144af >--- /dev/null >+++ b/releng/org.eclipse.rap.releng/pom.xml >@@ -0,0 +1,188 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+<!-- Copyright (C) 2011, 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 --> >+ >+<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> >+ >+ <prerequisites> >+ <maven>3.0</maven> >+ </prerequisites> >+ >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.parent</artifactId> >+ <packaging>pom</packaging> >+ >+ <name>org.eclipse.rap</name> >+ <description>org.eclise.rap</description> >+ <version>1.5.0-SNAPSHOT</version> >+ >+ <properties> >+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> >+ <tycho-version>0.12.0</tycho-version> >+ >+ <h2.version>1.1.117</h2.version> >+ <jetty.version>7.4.2.v20110526</jetty.version> >+ >+ <tomcat.version>7.0.12</tomcat.version> >+ </properties> >+ >+ <modules> >+ <module>../../runtime.rwt/org.eclipse.rap.rwt</module> >+ <module>../../runtime.rwt/org.eclipse.rap.rwt.osgi</module> >+ >+ <module>../../runtime.rwt.test/org.eclipse.rap.rwt.testfixture</module> >+ <module>../../runtime.rwt.test/org.eclipse.rap.rwt.test</module> >+ >+<!-- >+ <module>../../runtime.ui/org.eclipse.rap.jface</module> >+ <module>../../runtime.ui/org.eclipse.rap.jface.databinding</module> >+ >+ <module>../../runtime.ui/org.eclipse.rap.ui.workbench</module> >+ <module>../../runtime.ui/org.eclipse.rap.ui</module> >+ >+ <module>../../runtime.rwt.test/org.eclipse.rap.rwt.cluster.testfixture</module> >+ <module>../../runtime.rwt.test/org.eclipse.rap.rwt.cluster.testfixture.test</module> >+ --> >+ >+<!-- >+ <module>../org.eclipse.rap.feature</module> >+ <module>../org.eclipse.rap.runtime.feature</module> >+ >+ >+ <module>../../runtime.rwt.test/org.eclipse.rap.rwt.cluster.test</module> >+ >+ <module>../../runtime.rwt/org.eclipse.rap.rwt.aspects</module> >+ >+ <module>../org.eclipse.rap.cluster-feature</module> >+ --> >+<!-- >+ <module>../../runtime.rwt/org.eclipse.rap.rwt.repository</module> >+ --> >+ </modules> >+ >+ <build> >+ <plugins> >+ <plugin> >+ <groupId>org.eclipse.tycho</groupId> >+ <artifactId>tycho-maven-plugin</artifactId> >+ <version>${tycho-version}</version> >+ <extensions>true</extensions> >+ </plugin> >+ </plugins> >+ </build> >+ >+ <repositories> >+ <repository> >+ <id>runtime</id> >+ <layout>p2</layout> >+<!-- >+ <url>file:///Users/fluffi/Projects/Sovereign/scm-repos/org.eclipse.rap.UPSTREAM/releng/org.eclipse.rap.platform.repository/target/repository</url> >+ --> >+ <url>http://www.so.in.tum.de/~jeick/platform/site</url> >+ </repository> >+ </repositories> >+ >+ <dependencyManagement> >+ <dependencies> >+ <dependency> >+ <groupId>junit</groupId> >+ <artifactId>junit</artifactId> >+ <version>3.8.2</version> >+ </dependency> >+ <dependency> >+ <groupId>org.mockito</groupId> >+ <artifactId>mockito-core</artifactId> >+ <version>1.8.5</version> >+ </dependency> >+ >+ <dependency> >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.rwt</artifactId> >+ <version>${project.version}</version> >+ </dependency> >+ <dependency> >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.rwt.testfixture</artifactId> >+ <version>${project.version}</version> >+ </dependency> >+ <dependency> >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.rwt.cluster.testfixture</artifactId> >+ <version>${project.version}</version> >+ </dependency> >+ <dependency> >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.rwt.cluster.test</artifactId> >+ <version>${project.version}</version> >+ </dependency> >+ <dependency> >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.rwt.cluster</artifactId> >+ <version>${project.version}</version> >+ </dependency> >+ >+ <dependency> >+ <groupId>org.apache.geronimo.specs</groupId> >+ <artifactId>geronimo-servlet_3.0_spec</artifactId> >+ <version>1.0</version> >+ </dependency> >+ <!-- Jetty plus H2 --> >+ <dependency> >+ <groupId>com.h2database</groupId> >+ <artifactId>h2</artifactId> >+ <version>${h2.version}</version> >+ </dependency> >+ <dependency> >+ <groupId>org.eclipse.jetty</groupId> >+ <artifactId>jetty-server</artifactId> >+ <version>${jetty.version}</version> >+ </dependency> >+ <dependency> >+ <groupId>org.eclipse.jetty</groupId> >+ <artifactId>jetty-servlet</artifactId> >+ <version>${jetty.version}</version> >+ </dependency> >+ <dependency> >+ <groupId>org.eclipse.jetty</groupId> >+ <artifactId>jetty-util</artifactId> >+ <version>${jetty.version}</version> >+ </dependency> >+ <!-- Tomcat --> >+ <dependency> >+ <groupId>org.apache.coyote</groupId> >+ <artifactId>com.springsource.org.apache.coyote</artifactId> >+ <version>${tomcat.version}</version> >+ </dependency> >+ <dependency> >+ <groupId>org.apache.tomcat</groupId> >+ <artifactId>com.springsource.org.apache.tomcat.api</artifactId> >+ <version>${tomcat.version}</version> >+ </dependency> >+ <dependency> >+ <groupId>org.apache.tomcat</groupId> >+ <artifactId>com.springsource.org.apache.tomcat.util</artifactId> >+ <version>${tomcat.version}</version> >+ </dependency> >+ <dependency> >+ <groupId>org.apache.catalina</groupId> >+ <artifactId>com.springsource.org.apache.catalina</artifactId> >+ <version>${tomcat.version}</version> >+ </dependency> >+ <dependency> >+ <groupId>org.apache.catalina</groupId> >+ <artifactId>com.springsource.org.apache.catalina.ha</artifactId> >+ <version>${tomcat.version}</version> >+ </dependency> >+ <dependency> >+ <groupId>org.apache.catalina</groupId> >+ <artifactId>com.springsource.org.apache.catalina.tribes</artifactId> >+ <version>${tomcat.version}</version> >+ </dependency> >+ </dependencies> >+ </dependencyManagement> >+</project> >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/pom.xml b/runtime.rwt.test/org.eclipse.rap.rwt.test/pom.xml >new file mode 100644 >index 0000000..c308c1c >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.test/pom.xml >@@ -0,0 +1,125 @@ >+<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/maven-v4_0_0.xsd"> >+ <modelVersion>4.0.0</modelVersion> >+ >+ <parent> >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.parent</artifactId> >+ <version>1.5.0-SNAPSHOT</version> >+ <relativePath>../../releng/org.eclipse.rap.releng/pom.xml</relativePath> >+ </parent> >+ >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.rwt.test</artifactId> >+ <version>1.5.0-SNAPSHOT</version> >+ <name>org.eclipse.rap.rwt.test</name> >+ <description>org.eclipse.rap.rwt.test</description> >+ >+ <build> >+ <testSourceDirectory>src</testSourceDirectory> >+ <testResources> >+ <!-- does not work as expected. -> created resource directory. <testResource> >+ <directory>src</directory> <includes> <include>**/*.js</include> </includes> >+ </testResource> --> >+ <testResource> >+ <directory>resources</directory> >+ <includes> >+ <include>**/*.properties</include> >+ <include>**/*.js</include> >+ <include>**/*.gif</include> >+ </includes> >+ </testResource> >+ </testResources> >+ <plugins> >+ <plugin> >+ <!-- Tycho Projekte verwenden osgi compiler und osgi surefire, daher >+ sind die beiden plugins händisch eingefügt --> >+ <groupId>org.apache.maven.plugins</groupId> >+ <artifactId>maven-compiler-plugin</artifactId> >+ <version>2.3.2</version> >+ <executions> >+ <execution> >+ <id>compile-tests</id> >+ <phase>test-compile</phase> >+ <goals> >+ <goal>testCompile</goal> >+ </goals> >+ </execution> >+ </executions> >+ </plugin> >+ >+ <plugin> >+ <groupId>org.apache.maven.plugins</groupId> >+ <artifactId>maven-surefire-plugin</artifactId> >+ <version>2.8.1</version> >+ <configuration> >+ <excludes> >+ <exclude>**/RWTHostTestSuite.java</exclude> >+ </excludes> >+ <!-- PDE and Tycho don't work together in current pom.xml --> >+ <testFailureIgnore>true</testFailureIgnore> >+ <additionalClasspathElements> >+ <additionalClasspathElement>${basedir}/lib/resource_manager_test.jar</additionalClasspathElement> >+ </additionalClasspathElements> >+ </configuration> >+ <executions> >+ <execution> >+ <id>test</id> >+ <phase>test</phase> >+ <goals> >+ <goal>test</goal> >+ </goals> >+ </execution> >+ </executions> >+ </plugin> >+ </plugins> >+ </build> >+ >+ <dependencies> >+ <dependency> >+ <groupId>junit</groupId> >+ <artifactId>junit</artifactId> >+ <version>3.8.2</version> >+ <scope>test</scope> >+ </dependency> >+ <dependency> >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.rwt</artifactId> >+ <version>1.5.0-SNAPSHOT</version> >+ </dependency> >+ <dependency> >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.rwt.testfixture</artifactId> >+ <version>1.5.0-SNAPSHOT</version> >+ <scope>test</scope> >+ </dependency> >+ <dependency> >+ <groupId>javax.servlet</groupId> >+ <artifactId>servlet-api</artifactId> >+ <version>2.5</version> >+ </dependency> >+ <dependency> >+ <groupId>org.mockito</groupId> >+ <artifactId>mockito-core</artifactId> >+ </dependency> >+ <dependency> >+ <groupId>org.json</groupId> >+ <artifactId>com.springsource.org.json</artifactId> >+ <version>1.0.0</version> >+ <scope>test</scope> >+ </dependency> >+ </dependencies> >+ >+ <repositories> >+ <repository> >+ <id>com.springsource.repository.bundles.release</id> >+ <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name> >+ <url>http://repository.springsource.com/maven/bundles/release</url> >+ </repository> >+ <repository> >+ <id>com.springsource.repository.bundles.external</id> >+ <name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name> >+ <url>http://repository.springsource.com/maven/bundles/external</url> >+ </repository> >+ </repositories> >+</project> >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/incomplete_messages.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/incomplete_messages.properties >new file mode 100644 >index 0000000..885830a >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/incomplete_messages.properties >@@ -0,0 +1,11 @@ >+################################################################################ >+# Copyright (c) 2009 EclipseSource. >+# 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 API and implementation >+################################################################################ >+ >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/iso-resource.js b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/iso-resource.js >new file mode 100644 >index 0000000..91f8fd9 >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/iso-resource.js >@@ -0,0 +1,9 @@ >+// ÄÖÜäöüß >+function doMouseOver( id, set ) { >+ document.getElementById( id + '_img' ).src = set + '/hover.gif'; >+} >+ >+function doMouseOut( id, set ) { >+ document.getElementById( id + '_img' ).src = set + '/enabled.gif'; >+} >+ >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/resourcetest1.js b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/resourcetest1.js >new file mode 100644 >index 0000000..31a64e4 >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/resourcetest1.js >@@ -0,0 +1 @@ >+// no javascript content, file exists for testing purpose only >\ No newline at end of file >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/resourcetest2.gif b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/resourcetest2.gif >new file mode 100644 >index 0000000000000000000000000000000000000000..c7bee69bd268892c08d79e0eb4eb50dafe6b5fbf >GIT binary patch >literal 49 >tcmZ?wbhEHbWMp7un8*ME|G@yrQ2fclD#F0TpaT*G$ulr9g)lN$0{}WY3NZix > >literal 0 >HcmV?d00001 > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/resourcetest3.gif b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/resourcetest3.gif >new file mode 100644 >index 0000000000000000000000000000000000000000..c7bee69bd268892c08d79e0eb4eb50dafe6b5fbf >GIT binary patch >literal 49 >tcmZ?wbhEHbWMp7un8*ME|G@yrQ2fclD#F0TpaT*G$ulr9g)lN$0{}WY3NZix > >literal 0 >HcmV?d00001 > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/utf-8-resource.js b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/utf-8-resource.js >new file mode 100644 >index 0000000..6dc9351 >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/resources/utf-8-resource.js >@@ -0,0 +1,9 @@ >+// ÃÃÃäöüà >+function doMouseOver( id, set ) { >+ document.getElementById( id + '_img' ).src = set + '/hover.gif'; >+} >+ >+function doMouseOut( id, set ) { >+ document.getElementById( id + '_img' ).src = set + '/enabled.gif'; >+} >+ >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-content.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-content.properties >new file mode 100644 >index 0000000..24db769 >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-content.properties >@@ -0,0 +1,12 @@ >+################################################################################ >+# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >+# 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: >+# Innoopract Informationssysteme GmbH - initial API and implementation >+################################################################################ >+ >+org.eclipse.rwt.internal.service.LifeCycleServiceHandler.responseContent.level = FINE >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-headers.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-headers.properties >new file mode 100644 >index 0000000..0327d4a >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-headers.properties >@@ -0,0 +1,23 @@ >+################################################################################ >+# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >+# 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: >+# Innoopract Informationssysteme GmbH - initial API and implementation >+################################################################################ >+ >+################################################################################ >+# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >+# 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: >+# Innoopract Informationssysteme GmbH - initial API and implementation >+################################################################################ >+ >+org.eclipse.rwt.internal.service.LifeCycleServiceHandler.requestHeaders.level = FINE >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-params.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-params.properties >new file mode 100644 >index 0000000..a2e27e8 >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-params.properties >@@ -0,0 +1,12 @@ >+################################################################################ >+# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >+# 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: >+# Innoopract Informationssysteme GmbH - initial API and implementation >+################################################################################ >+ >+org.eclipse.rwt.internal.service.LifeCycleServiceHandler.requestParams.level = FINE >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-timestamp.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-timestamp.properties >new file mode 100644 >index 0000000..2ef6b06 >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/internal/service/log-timestamp.properties >@@ -0,0 +1,23 @@ >+################################################################################ >+# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >+# 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: >+# Innoopract Informationssysteme GmbH - initial API and implementation >+################################################################################ >+ >+################################################################################ >+# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >+# 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: >+# Innoopract Informationssysteme GmbH - initial API and implementation >+################################################################################ >+ >+org.eclipse.rwt.internal.service.TimestampRequestServiceHandler.level = FINE >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages.properties >new file mode 100644 >index 0000000..564cca0 >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages.properties >@@ -0,0 +1,12 @@ >+################################################################################ >+# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >+# 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: >+# Innoopract Informationssysteme GmbH - initial API and implementation >+################################################################################ >+ >+MyMessage=My Message >\ No newline at end of file >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_de.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_de.properties >new file mode 100644 >index 0000000..aa1732b >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_de.properties >@@ -0,0 +1,23 @@ >+################################################################################ >+# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >+# 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: >+# Innoopract Informationssysteme GmbH - initial API and implementation >+################################################################################ >+ >+################################################################################ >+# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >+# 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: >+# Innoopract Informationssysteme GmbH - initial API and implementation >+################################################################################ >+ >+MyMessage=Meine Nachricht >\ No newline at end of file >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_it.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_it.properties >new file mode 100644 >index 0000000..40c05dc >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_it.properties >@@ -0,0 +1,12 @@ >+################################################################################ >+# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >+# 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: >+# Innoopract Informationssysteme GmbH - initial API and implementation >+################################################################################ >+ >+MyMessage=Il mio messaggio >\ No newline at end of file >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_utf8.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_utf8.properties >new file mode 100644 >index 0000000..564cca0 >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_utf8.properties >@@ -0,0 +1,12 @@ >+################################################################################ >+# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >+# 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: >+# Innoopract Informationssysteme GmbH - initial API and implementation >+################################################################################ >+ >+MyMessage=My Message >\ No newline at end of file >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_utf8_de.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_utf8_de.properties >new file mode 100644 >index 0000000..e28aff3 >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_utf8_de.properties >@@ -0,0 +1,12 @@ >+################################################################################ >+# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >+# 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: >+# Innoopract Informationssysteme GmbH - initial API and implementation >+################################################################################ >+ >+MyMessage=Meine Nachricht >\ No newline at end of file >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_utf8_it.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_utf8_it.properties >new file mode 100644 >index 0000000..40c05dc >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.test/resources/org/eclipse/rwt/messages_utf8_it.properties >@@ -0,0 +1,12 @@ >+################################################################################ >+# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >+# 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: >+# Innoopract Informationssysteme GmbH - initial API and implementation >+################################################################################ >+ >+MyMessage=Il mio messaggio >\ No newline at end of file >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/incomplete_messages.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/incomplete_messages.properties >deleted file mode 100644 >index 885830a..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/incomplete_messages.properties >+++ /dev/null >@@ -1,11 +0,0 @@ >-################################################################################ >-# Copyright (c) 2009 EclipseSource. >-# 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 API and implementation >-################################################################################ >- >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/iso-resource.js b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/iso-resource.js >deleted file mode 100644 >index 91f8fd9..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/iso-resource.js >+++ /dev/null >@@ -1,9 +0,0 @@ >-// ÄÖÜäöüß >-function doMouseOver( id, set ) { >- document.getElementById( id + '_img' ).src = set + '/hover.gif'; >-} >- >-function doMouseOut( id, set ) { >- document.getElementById( id + '_img' ).src = set + '/enabled.gif'; >-} >- >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/resourcetest1.js b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/resourcetest1.js >deleted file mode 100644 >index 31a64e4..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/resourcetest1.js >+++ /dev/null >@@ -1 +0,0 @@ >-// no javascript content, file exists for testing purpose only >\ No newline at end of file >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/resourcetest2.gif b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/resourcetest2.gif >deleted file mode 100644 >index c7bee69bd268892c08d79e0eb4eb50dafe6b5fbf..0000000000000000000000000000000000000000 >GIT binary patch >literal 0 >HcmV?d00001 > >literal 49 >tcmZ?wbhEHbWMp7un8*ME|G@yrQ2fclD#F0TpaT*G$ulr9g)lN$0{}WY3NZix > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/resourcetest3.gif b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/resourcetest3.gif >deleted file mode 100644 >index c7bee69bd268892c08d79e0eb4eb50dafe6b5fbf..0000000000000000000000000000000000000000 >GIT binary patch >literal 0 >HcmV?d00001 > >literal 49 >tcmZ?wbhEHbWMp7un8*ME|G@yrQ2fclD#F0TpaT*G$ulr9g)lN$0{}WY3NZix > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/utf-8-resource.js b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/utf-8-resource.js >deleted file mode 100644 >index 6dc9351..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/resources/utf-8-resource.js >+++ /dev/null >@@ -1,9 +0,0 @@ >-// ÃÃÃäöüà >-function doMouseOver( id, set ) { >- document.getElementById( id + '_img' ).src = set + '/hover.gif'; >-} >- >-function doMouseOut( id, set ) { >- document.getElementById( id + '_img' ).src = set + '/enabled.gif'; >-} >- >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-content.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-content.properties >deleted file mode 100644 >index 24db769..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-content.properties >+++ /dev/null >@@ -1,12 +0,0 @@ >-################################################################################ >-# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >-# 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: >-# Innoopract Informationssysteme GmbH - initial API and implementation >-################################################################################ >- >-org.eclipse.rwt.internal.service.LifeCycleServiceHandler.responseContent.level = FINE >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-headers.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-headers.properties >deleted file mode 100644 >index 0327d4a..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-headers.properties >+++ /dev/null >@@ -1,23 +0,0 @@ >-################################################################################ >-# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >-# 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: >-# Innoopract Informationssysteme GmbH - initial API and implementation >-################################################################################ >- >-################################################################################ >-# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >-# 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: >-# Innoopract Informationssysteme GmbH - initial API and implementation >-################################################################################ >- >-org.eclipse.rwt.internal.service.LifeCycleServiceHandler.requestHeaders.level = FINE >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-params.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-params.properties >deleted file mode 100644 >index a2e27e8..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-params.properties >+++ /dev/null >@@ -1,12 +0,0 @@ >-################################################################################ >-# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >-# 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: >-# Innoopract Informationssysteme GmbH - initial API and implementation >-################################################################################ >- >-org.eclipse.rwt.internal.service.LifeCycleServiceHandler.requestParams.level = FINE >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-timestamp.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-timestamp.properties >deleted file mode 100644 >index 2ef6b06..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/internal/service/log-timestamp.properties >+++ /dev/null >@@ -1,23 +0,0 @@ >-################################################################################ >-# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >-# 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: >-# Innoopract Informationssysteme GmbH - initial API and implementation >-################################################################################ >- >-################################################################################ >-# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >-# 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: >-# Innoopract Informationssysteme GmbH - initial API and implementation >-################################################################################ >- >-org.eclipse.rwt.internal.service.TimestampRequestServiceHandler.level = FINE >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages.properties >deleted file mode 100644 >index 564cca0..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages.properties >+++ /dev/null >@@ -1,12 +0,0 @@ >-################################################################################ >-# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >-# 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: >-# Innoopract Informationssysteme GmbH - initial API and implementation >-################################################################################ >- >-MyMessage=My Message >\ No newline at end of file >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_de.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_de.properties >deleted file mode 100644 >index aa1732b..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_de.properties >+++ /dev/null >@@ -1,23 +0,0 @@ >-################################################################################ >-# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >-# 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: >-# Innoopract Informationssysteme GmbH - initial API and implementation >-################################################################################ >- >-################################################################################ >-# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >-# 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: >-# Innoopract Informationssysteme GmbH - initial API and implementation >-################################################################################ >- >-MyMessage=Meine Nachricht >\ No newline at end of file >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_it.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_it.properties >deleted file mode 100644 >index 40c05dc..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_it.properties >+++ /dev/null >@@ -1,12 +0,0 @@ >-################################################################################ >-# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >-# 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: >-# Innoopract Informationssysteme GmbH - initial API and implementation >-################################################################################ >- >-MyMessage=Il mio messaggio >\ No newline at end of file >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_utf8.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_utf8.properties >deleted file mode 100644 >index 564cca0..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_utf8.properties >+++ /dev/null >@@ -1,12 +0,0 @@ >-################################################################################ >-# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >-# 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: >-# Innoopract Informationssysteme GmbH - initial API and implementation >-################################################################################ >- >-MyMessage=My Message >\ No newline at end of file >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_utf8_de.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_utf8_de.properties >deleted file mode 100644 >index e28aff3..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_utf8_de.properties >+++ /dev/null >@@ -1,12 +0,0 @@ >-################################################################################ >-# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >-# 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: >-# Innoopract Informationssysteme GmbH - initial API and implementation >-################################################################################ >- >-MyMessage=Meine Nachricht >\ No newline at end of file >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_utf8_it.properties b/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_utf8_it.properties >deleted file mode 100644 >index 40c05dc..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/rwt/messages_utf8_it.properties >+++ /dev/null >@@ -1,12 +0,0 @@ >-################################################################################ >-# Copyright (c) 2007 Innoopract Informationssysteme GmbH. >-# 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: >-# Innoopract Informationssysteme GmbH - initial API and implementation >-################################################################################ >- >-MyMessage=Il mio messaggio >\ No newline at end of file >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/pom.xml b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/pom.xml >new file mode 100644 >index 0000000..f2af865 >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/pom.xml >@@ -0,0 +1,66 @@ >+<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/maven-v4_0_0.xsd"> >+ <modelVersion>4.0.0</modelVersion> >+ >+ <parent> >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.parent</artifactId> >+ <version>1.5.0-SNAPSHOT</version> >+ <relativePath>../../releng/org.eclipse.rap.releng/pom.xml</relativePath> >+ </parent> >+ >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.rwt.testfixture</artifactId> >+ <version>1.5.0-SNAPSHOT</version> >+ <name>org.eclipse.rap.rwt.testfixture</name> >+ <description>org.eclipse.rap.rwt.testfixture</description> >+ >+ <build> >+ <testSourceDirectory>src</testSourceDirectory> >+ <resources> >+ <resource> >+ <directory>resources</directory> >+ <includes> >+ <include>**/*.properties</include> >+ <include>**/*.js</include> >+ <include>**/*.gif</include> >+ <include>**/*.png</include> >+ <include>**/*.xml</include> >+ <include>**/*.css</include> >+ </includes> >+ </resource> >+ </resources> >+ >+ <sourceDirectory>src</sourceDirectory> >+ <plugins> >+ <plugin> >+ <groupId>org.apache.maven.plugins</groupId> >+ <artifactId>maven-compiler-plugin</artifactId> >+ <version>2.3.2</version> >+ <configuration> >+ <includes> >+ <include>**/*.java</include> >+ </includes> >+ </configuration> >+ </plugin> >+ </plugins> >+ </build> >+ >+ <dependencies> >+ <dependency> >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.rwt</artifactId> >+ </dependency> >+ >+ <dependency> >+ <groupId>org.apache.geronimo.specs</groupId> >+ <artifactId>geronimo-servlet_3.0_spec</artifactId> >+ </dependency> >+ <dependency> >+ <groupId>org.json</groupId> >+ <artifactId>json</artifactId> >+ <version>20090211</version> >+ </dependency> >+ </dependencies> >+ >+</project> >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/blank.gif b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/blank.gif >new file mode 100644 >index 0000000000000000000000000000000000000000..75b945d2553848b8b6f41fe5e24599c0687b8472 >GIT binary patch >literal 49 >zcmZ?wbhEHbWMp7unE0RJ|Ns9C3=9Vj8~~DvKUo+V7?>DzfNY>Fh|Ltj$Y2csQN9XW > >literal 0 >HcmV?d00001 > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/image1.gif b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/image1.gif >new file mode 100644 >index 0000000000000000000000000000000000000000..d0817cac7dcc347ff9f1322fcb4a010a870839f5 >GIT binary patch >literal 129 >zcmZ?wbhEHbv|`|4_`m=Kia%KxK};PG0g_>0ifHLydHOB?;+BQiGMO&*nXj(6G1WGy >zV$Qr{jglv)HCP}2x>GfK_PM>epSLzyM4r#ssnU4pzW&YwYx_bXbGqKTth{;Y-1FMT >Z<8HB2p9%5q&z2Qo?mzv!#Fdf38UO;fG$#N6 > >literal 0 >HcmV?d00001 > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/image2.gif b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/image2.gif >new file mode 100644 >index 0000000000000000000000000000000000000000..7702df5ef411ed613e59dfd7de5936c41c9deed5 >GIT binary patch >literal 129 >zcmZ?wbhEHbv|`|4_`m=Kia%KxK};PG0g_>0ifHLydHOB?;+BQiGMO&*nXj(6G1WGy >zV$Qr{jglv)HCP}2x>GfK_PM>epSLzy1o@Tij+mmlX#LKV6;&r*8E>oN(zIH2ZRhW} >Zx%V=sJ`>_S{Ca{QbN}h*UtAa&tO4IfG)({i > >literal 0 >HcmV?d00001 > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/image3.gif b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/image3.gif >new file mode 100644 >index 0000000000000000000000000000000000000000..aaf715fd6e0cd195b6177a3b37422c48c3f8e935 >GIT binary patch >literal 144 >zcmZ?wbhEHbbYtLQ_`m=Kia%KxK};PG0g_>0N^j|3dHOB?;yEU*)!7cWzqVDLc28xq >z>{3sTI)1HnIp_L@n(LOQmj3zMwYNcgE}w+;rzp*%&pR7kJGZI}TIOa|Z_B<OCL2|+ >nH|<)K2>W_B)$7rHlM6Qe<nc<q7dmy{e|`xL!KLW|3=Gx)S6VgA > >literal 0 >HcmV?d00001 > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/test-100x50.png b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/test-100x50.png >new file mode 100644 >index 0000000000000000000000000000000000000000..f96527ecd88e3c229dee366b5d7339362994f0fd >GIT binary patch >literal 1281 >zcmV+c1^)VpP)<h;3K|Lk000e1NJLTq003kF001%w1^@s6sx^MT00009a7bBm000XU >z000XU0RWnu7ytkO2XskIMF-ae2oE|RP$rzI000D_Nkl<Zc-rlpeN5DK9LHbx#2pVO >z4|fJAr(`_%04Qp+fXpW8@CnwMqa@sHt2XjsVk@V)wOGqdOYvc~TCHSF$CfS!Zphf0 >zQsgSpM3G$Jcyb^I0V>Bm^#^c3fN=*Xtj}w^?R&rb?DoFj>-+hBe|P)s6lLH<m^3Km >z6ihDEeS`F^-^kf`jGR2OSvo|PEJ1{b5J7~95J7~95J7|pB1D7;B1D7;B1D7;BIJL8 >zdc59f>*_cXqC$udpN>|e0^rGQ-ws<F;G^Z;4U2g()`Xu<!>v1Q96x`J!t&c=svRxW >zxtYTrw>um}?8tj08790#cCKB-Gm#-K86(aBrGmVyWYQBNG3a$@H7XXE3>@3?JnQ1a >zJ+7Uw8T*Jcj9Z6PHndWDvyt%WdRE4mMyyL+I)?=&0|0wYmGM(mBe|QG6FbYm?zANo >zl-J;Nx?k%F%Rl&@&MvF#`Ec(w(HSPJLsC9IOU~(EscQWDp>?a`dSu<Y)5dqDRn#<h >zaJ1+u05bx8iR=CF?$qiuDoXaIQJtH~Zy#;MSKBks)-MjHIyaN*+)T39E*g@h?Y@Q9 >zd;O2L`<5}~osygS+!=uYT&p#^jtv~oof+tMZI{)~&b*7*9S(y0biA1ygGQxf*SdHB >zuGgD6eD2DSEJeFhxpgRmvJYP-XX7#qe!4N`osvSHnC1;YOJ^5fzVQNA_NTKTEXeix >zbiKDnwdFN;`K-7CfY(>dV|&U%W*PN#+w5eYxQNX$bX^Gv@Ij?i67288rle?2XQvS4 >zr}a4RloaBn?%DLMb_YhiH@;dmUh4iBIxn?HwE%|-%eh`>#z(6mYgH@&htFN1vY~BI >zUEYP8yn3XFWqb2knRA8{7b*cT8T9N(S?F=zNwukumTsFJotGMoN=e$mLbMtc&H=k( >zSGUchS^%5F$*#Oo3g24~z>WG=SJw>W{rq2C<EHip?90DIL~sDlMum_ZV`5+aC66;q >zxejS+e*oZGuPs(P#sO{L_qw~aeI!JOy2i7OeuNo(N0qCht_1+&G;fddPDvq^4Xpr! >z*5QHU8}+Ro)dEC>`14NhM&5SMf{#|iflY}h6#tzox_9%w`>zx1ZiY!CBrz(K#Hdih >zf_#S@ON{EDwMAEJ0f-C@;FW|(W*hac^}f#B$se^X9@VOp3O>n5LaR}6qrR0bpO@ft >zI(ho3V79E7@2Z<07Q|c0G0dA8h*7U2BE+9PX-jx+?hF8muhkB|5_2QNc%bOJ`+cnU >z_Kx&(L?3-Wqo|b%&SbA~ec2kw+h6}k!R6b7z9o;gc1OxWw)bwx8As1kTGhy*%p_8m >z&cR}}vu6KU{%UGxSwt`=x2+yF<L%}SUi!2UbEn0l3}fN3-P>z(ILSCx%&DLMq@|+^ >zi`CBcIx|^c4gGMVt&KGqT(h>MqK?w4MgaEz@H<`IHnbWQ2VYA<sZda7?xf&y4Ye&D >zSgdxeb_X@h?R-&E!G;3`gJigycT#nTFhx5=m}FO3f(Q{If(Q{If(Q{If(Q{IatcI< >rAVNflAVNflFaap!|FWb*gop4C0W3%^^MeVc00000NkvXXu0mjfBkW;W > >literal 0 >HcmV?d00001 > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/test-50x100.png b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/images/test-50x100.png >new file mode 100644 >index 0000000000000000000000000000000000000000..52822c98a37754c08e1274c461cfb087298092a1 >GIT binary patch >literal 1281 >zcmV+c1^)VpP)<h;3K|Lk000e1NJLTq001%o003kN1^@s6#OPyN00009a7bBm000XU >z000XU0RWnu7ytkO2XskIMF-ae2oE?bL!=6x000D_Nkl<Zc-rlpTTGK@7{`At#e%d5 >zr6^D;^Tev9fWn2*O)?`ePMa)C^uoEYEm`7$9n|b(+|68cafYcETe2nUmTbllhfFY@ >zGBw$ZQxK^_7>r608Jz_y2!$SYLFixuVhmf}y7zz8zIiXcU!Ldt-v9GFUp~bp@bef* >z$zvkb$d9#~4+SN_cl%#{ydok&B!~o&AQD7^NDv7kK_tlkupXI8DHM=ujKO4xCRQ6x >z*fbRbgC4qE{WRR}rrv&6e2~J$Pw?LA3=*OvCfw8R>}6NQRZi625;L{()05a=vSLyQ >zfJB{!10`AHrzeRSkqy}?0MxhL<-n=ySnW>Ci8`jKl$@@&qt}LGPSmk6$3j|?o{c#c >zs;=D<4`hB^6ab}%E?{%q2cY`hA|li(%-g=Dqq~oe?mn9C^zh@3V&=`7A!cgz4h#XX >zEIB@~_Djp}SnW>SL*BsJvgEii`-O|h>3TbBmn~rDnx&LvnXuZO*c|uyweud^i!+JQ >zgket9u^@gpa%Ze|F+p}8ufbx}VK&AvKQ1beYUAmK{VuyIYQzNTdEjRCr&T<kIhUMN >zBc_CCW=4iHO%=kR$4i&1pT>@EPF=TCapgBWKEIeC03M&8^2;rhUv7~WMOqYTQKUtY >z7DZYVX;Gv_krqX^gC1SWljCXKx1QF0>t#fw`+XQqWva-COoiM-Ueuu>oVD6%x^r(5 >z_ZvY`#vE}$YHbddE{MbCxX&k*HIqKIrW#~QQ|qUu&fyDvGX6hLEyc+DTJr56d5(Zm >zp%5QrOF=p+<-`{{cV;BzZ|8{*vMD!}ifsj$5~BXmDth&qMO3|0M0%1wI8tkoK}W^b >z0ybo)pj0TBt=Dj*G?(qgnW#fU7#Q@3TaS#W^xy@y7A|JCUdy(kB@`~1Ly}&@bag0x >zzn|k*TiJcQMtqRU8XG6;+IS-`jg2`L78;_5tH?e#uY7TiTAL#{o>~!V6`P+;r6kKV >zW<4rG&CWGTS)Lpp93U4ye1XlmsZ3Xga<kn@{;o<sI(7y3ke7vqXujE$%~!9l6hF0e >znlQXRAD^GOL0Q!`JU%}S9o?L7xXs>mPhpuI!%B0a_z`LCa`9r>N%s6uJEmLG+<A}U >zy;XcxU5Cf(6F(yPyDJ$O)m<Ddug_0ebscA|?czsdB8btN$~lP~^h_i<=n*L*a?m4M >zYRN&5XdrUXBjPzC2R#zxUv|HL)g@})%u8cciV=NeIDfeMIb*d`R$Yg)*DWSUbJ;oo >zGT%Q+&jU9xnlO%S$-@|<4eW`Jj^L%IO{_2(cy7-LT>XRMrB;YiNr+O(NCWY${ImeX >z&rO|tdF}=m8#@3<iq*0y*Ag75waQ`y;OmQx>^OQku>Qg73|?DlCfj1<<L|GEf3xeg >zVE`OF-#BLd$fafg3_6Y2Pc2PYDBAE)9Ik<JJylQN@J;R$`9K_L1&!9cSu^Nz^#}gP >zMur2><$4fY=g8j+sH}ws0Is(QTC>k7J^XMHYwV!b=Ahl#8$1W%c)Ho{lomyTNDv7k >rK_rL-ksuO8f=G}@mO_5<OfdZkEKqU&U$o5P00000NkvXXu0mjfDnL-b > >literal 0 >HcmV?d00001 > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestExample.css b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestExample.css >new file mode 100644 >index 0000000..549dfff >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestExample.css >@@ -0,0 +1,87 @@ >+/******************************************************************************* >+ * Copyright (c) 2008, 2009 Innoopract Informationssysteme GmbH. >+ * 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: >+ * Innoopract Informationssysteme GmbH - initial API and implementation >+ * EclipseSource - ongoing development >+ ******************************************************************************/ >+ >+/* Test RAP theme file */ >+ >+/* All Widgets and Controls */ >+ >+* { >+ rwt-selectionmarker-color: #56a0ea; >+} >+ >+/* Another rule with the same selector */ >+ >+* { >+ color: rgb( 112, 94, 66 ); >+ background-color: rgb( 255, 255, 255 ); >+ font: bold 12px Arial, Helvetica, sans-serif; >+} >+ >+/* Wildcard type name with style flag */ >+ >+*[BORDER] { >+ border: 2px outset; >+} >+ >+/* All white widgets */ >+List, Text, Tree, Table { >+ background-color: white; >+} >+ >+/* All gray widgets */ >+Button, Label, Composite { >+ color: rgb( 39, 64, 139 ); >+ background-color: #c0c0c0; >+} >+ >+/* Button */ >+ >+Button { >+ color: #705e42; /* 112, 94, 66 */ >+ padding: 12px 6px; >+} >+ >+Button[PUSH], Button[TOGGLE] { >+ background-color: #9dd0ea; >+ border: 1px #1695d4; >+ font: 11px 'Segoe UI', Tahoma, 'Lucida Sans Unicode'; >+} >+ >+Button[PUSH][BORDER], Button[TOGGLE][BORDER] { >+ border: 2px #1695d4; >+} >+ >+Button[PUSH]:pressed, Button[TOGGLE]:pressed { >+ background-color: rgb( 227, 221, 158 ); >+} >+ >+/* Border radius */ >+Composite[BORDER] { >+ color: #123456; >+ border: 2px #1695d4; >+ border-radius: 5px 10px; >+} >+ >+/* Custom variant */ >+ >+.special { >+ color: red; >+} >+ >+Button.special { >+ color: red; >+ background-color: transparent; >+} >+ >+.special-blue { >+ color: blue; >+} >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestExample2.css b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestExample2.css >new file mode 100644 >index 0000000..340a3af >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestExample2.css >@@ -0,0 +1,9 @@ >+/* CSS file for tests */ >+ >+ >+/* Selector list rule */ >+ >+Button.special, List:selected, Text[SIMPLE] { >+ border : 2px solid red; >+ border-top-color : blue; >+} >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestInvalidProps.css b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestInvalidProps.css >new file mode 100644 >index 0000000..968d4cd >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestInvalidProps.css >@@ -0,0 +1,12 @@ >+ >+* { >+ font: bold 12px Arial, Helvetica, sans-serif; >+ color: white; >+ padding: 2px; >+} >+ >+Button[PUSH], Button[TOGGLE] { >+ font: 11 'Segoe UI', Corbel, Calibri, Tahoma, 'Lucida Sans Unicode', sans-serif; >+ color: darkslategray; >+ padding: 2; >+} >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestNamespaces.css b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestNamespaces.css >new file mode 100644 >index 0000000..c02dfe3 >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestNamespaces.css >@@ -0,0 +1,12 @@ >+/* CSS file for namespace tests */ >+ >+@namespace "org.eclipse.swt.widgets"; >+@namespace my "my"; >+ >+Label { >+ color: blue; >+} >+ >+my|Label { >+ color: green; >+} >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestSelectors.css b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestSelectors.css >new file mode 100644 >index 0000000..6c75dd9 >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestSelectors.css >@@ -0,0 +1,63 @@ >+/* CSS file for tests */ >+ >+/* All rule */ >+ >+* { >+ color1: white; >+ color2: black; >+ color3: yellow; >+ color4: rgb( 23, 34, 45 ); >+ color5: rgb( 23%, 34%, 45% ); >+ color6: #fb0; >+ color7: #ffbb00; >+} >+ >+/* Element rule */ >+ >+Label { >+ background: rgb( 23, 34, 45 ); >+} >+ >+/* Class rule */ >+ >+Button.special { >+ background: yellow; >+} >+ >+/* Pseudo class rule */ >+ >+List:selected { >+ background: blue; >+} >+ >+/* Attribute rule */ >+ >+Text[SIMPLE] { >+ background: silver; >+} >+ >+/* Attribute value rule */ >+ >+Text[style=SIMPLE] { >+ background: silver; >+} >+ >+/* One-of attribute rule */ >+ >+Text[style~=BORDER] { >+ background: gold; >+} >+ >+/* Combined attributes rule */ >+ >+Text[SIMPLE][BORDER].special { >+ background: gold; >+} >+ >+/* Selector list rule */ >+ >+Label, Button.special, List:selected, Text[SIMPLE] { >+ font-family : sans-serif; >+ border : 2px solid red; >+ border-top-color : blue; >+} >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestSyntax.css b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestSyntax.css >new file mode 100644 >index 0000000..685440a >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/TestSyntax.css >@@ -0,0 +1,16 @@ >+@charset "utf-8"; >+ >+@import "mystyle.css"; >+@import url("mystyle.css"); >+@import url("fineprint.css") print; >+@import url("bluish.css") projection, tv; >+ >+@page { >+ margin : 10%; >+} >+ >+Label, Text[SIMPLE], List:selected { >+ font-family : sans-serif; >+ border : 2px solid red; >+ border-top-color : blue; >+} >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/close.gif b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/close.gif >new file mode 100644 >index 0000000000000000000000000000000000000000..b3d222189716671251714c7dd25427302da57b2d >GIT binary patch >literal 89 >zcmZ?wbhEHb<YM4rIK;y6|L@=b|Ni~|_y0c_11Shl{K>+|#lX&>!vF*zwG7O15+!$* >iC~t8-rqrLfQvSqccE1}pG#{4*F)nvJ?ZV5+U=08lgei9b > >literal 0 >HcmV?d00001 > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/theme-valid.properties b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/theme-valid.properties >new file mode 100644 >index 0000000..29321a8 >--- /dev/null >+++ b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/theme-valid.properties >@@ -0,0 +1,22 @@ >+# Valid Test Theme >+# A completely valid theme. >+ >+# color >+button.background: #fffaf0 >+ >+# border >+button.border: 2px solid red >+ >+# font >+button.font: 10px Helvetica bold >+ >+# padding >+group.padding: 2px 8px >+ >+# image >+progressbar.bgimage: resources/theme/close.gif >+ >+# variants >+special/button.border: 1px solid red >+special/button.background: blue >+main-shell/shell.border: none >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/titlebar.png b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/resources/resources/theme/titlebar.png >new file mode 100644 >index 0000000000000000000000000000000000000000..8e360872ebd8c1550f1c0a20740c1ea624771160 >GIT binary patch >literal 164 >zcmeAS@N?(olHy`uVBq!ia0vp^j6f{G!3HF)&rH7sq}Y<Y-Cck*5d3uBT@R!<3p^r= >z85p>QL70(Y)*K0-AbW|YuPgg?HV$54#Wk)op96&qJzX3_DsHVkxKZ$c0t55Le&>__ >zlppB{7gSDjaQfS1=5RQfIrB&6gtYy;C3{+}c0OYGYA9;s_vY0Rpk@Y7S3j3^P6<r_ >D<Ss8R > >literal 0 >HcmV?d00001 > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/blank.gif b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/blank.gif >deleted file mode 100644 >index 75b945d2553848b8b6f41fe5e24599c0687b8472..0000000000000000000000000000000000000000 >GIT binary patch >literal 0 >HcmV?d00001 > >literal 49 >zcmZ?wbhEHbWMp7unE0RJ|Ns9C3=9Vj8~~DvKUo+V7?>DzfNY>Fh|Ltj$Y2csQN9XW > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/image1.gif b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/image1.gif >deleted file mode 100644 >index d0817cac7dcc347ff9f1322fcb4a010a870839f5..0000000000000000000000000000000000000000 >GIT binary patch >literal 0 >HcmV?d00001 > >literal 129 >zcmZ?wbhEHbv|`|4_`m=Kia%KxK};PG0g_>0ifHLydHOB?;+BQiGMO&*nXj(6G1WGy >zV$Qr{jglv)HCP}2x>GfK_PM>epSLzyM4r#ssnU4pzW&YwYx_bXbGqKTth{;Y-1FMT >Z<8HB2p9%5q&z2Qo?mzv!#Fdf38UO;fG$#N6 > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/image2.gif b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/image2.gif >deleted file mode 100644 >index 7702df5ef411ed613e59dfd7de5936c41c9deed5..0000000000000000000000000000000000000000 >GIT binary patch >literal 0 >HcmV?d00001 > >literal 129 >zcmZ?wbhEHbv|`|4_`m=Kia%KxK};PG0g_>0ifHLydHOB?;+BQiGMO&*nXj(6G1WGy >zV$Qr{jglv)HCP}2x>GfK_PM>epSLzy1o@Tij+mmlX#LKV6;&r*8E>oN(zIH2ZRhW} >Zx%V=sJ`>_S{Ca{QbN}h*UtAa&tO4IfG)({i > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/image3.gif b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/image3.gif >deleted file mode 100644 >index aaf715fd6e0cd195b6177a3b37422c48c3f8e935..0000000000000000000000000000000000000000 >GIT binary patch >literal 0 >HcmV?d00001 > >literal 144 >zcmZ?wbhEHbbYtLQ_`m=Kia%KxK};PG0g_>0N^j|3dHOB?;yEU*)!7cWzqVDLc28xq >z>{3sTI)1HnIp_L@n(LOQmj3zMwYNcgE}w+;rzp*%&pR7kJGZI}TIOa|Z_B<OCL2|+ >nH|<)K2>W_B)$7rHlM6Qe<nc<q7dmy{e|`xL!KLW|3=Gx)S6VgA > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/test-100x50.png b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/test-100x50.png >deleted file mode 100644 >index f96527ecd88e3c229dee366b5d7339362994f0fd..0000000000000000000000000000000000000000 >GIT binary patch >literal 0 >HcmV?d00001 > >literal 1281 >zcmV+c1^)VpP)<h;3K|Lk000e1NJLTq003kF001%w1^@s6sx^MT00009a7bBm000XU >z000XU0RWnu7ytkO2XskIMF-ae2oE|RP$rzI000D_Nkl<Zc-rlpeN5DK9LHbx#2pVO >z4|fJAr(`_%04Qp+fXpW8@CnwMqa@sHt2XjsVk@V)wOGqdOYvc~TCHSF$CfS!Zphf0 >zQsgSpM3G$Jcyb^I0V>Bm^#^c3fN=*Xtj}w^?R&rb?DoFj>-+hBe|P)s6lLH<m^3Km >z6ihDEeS`F^-^kf`jGR2OSvo|PEJ1{b5J7~95J7~95J7|pB1D7;B1D7;B1D7;BIJL8 >zdc59f>*_cXqC$udpN>|e0^rGQ-ws<F;G^Z;4U2g()`Xu<!>v1Q96x`J!t&c=svRxW >zxtYTrw>um}?8tj08790#cCKB-Gm#-K86(aBrGmVyWYQBNG3a$@H7XXE3>@3?JnQ1a >zJ+7Uw8T*Jcj9Z6PHndWDvyt%WdRE4mMyyL+I)?=&0|0wYmGM(mBe|QG6FbYm?zANo >zl-J;Nx?k%F%Rl&@&MvF#`Ec(w(HSPJLsC9IOU~(EscQWDp>?a`dSu<Y)5dqDRn#<h >zaJ1+u05bx8iR=CF?$qiuDoXaIQJtH~Zy#;MSKBks)-MjHIyaN*+)T39E*g@h?Y@Q9 >zd;O2L`<5}~osygS+!=uYT&p#^jtv~oof+tMZI{)~&b*7*9S(y0biA1ygGQxf*SdHB >zuGgD6eD2DSEJeFhxpgRmvJYP-XX7#qe!4N`osvSHnC1;YOJ^5fzVQNA_NTKTEXeix >zbiKDnwdFN;`K-7CfY(>dV|&U%W*PN#+w5eYxQNX$bX^Gv@Ij?i67288rle?2XQvS4 >zr}a4RloaBn?%DLMb_YhiH@;dmUh4iBIxn?HwE%|-%eh`>#z(6mYgH@&htFN1vY~BI >zUEYP8yn3XFWqb2knRA8{7b*cT8T9N(S?F=zNwukumTsFJotGMoN=e$mLbMtc&H=k( >zSGUchS^%5F$*#Oo3g24~z>WG=SJw>W{rq2C<EHip?90DIL~sDlMum_ZV`5+aC66;q >zxejS+e*oZGuPs(P#sO{L_qw~aeI!JOy2i7OeuNo(N0qCht_1+&G;fddPDvq^4Xpr! >z*5QHU8}+Ro)dEC>`14NhM&5SMf{#|iflY}h6#tzox_9%w`>zx1ZiY!CBrz(K#Hdih >zf_#S@ON{EDwMAEJ0f-C@;FW|(W*hac^}f#B$se^X9@VOp3O>n5LaR}6qrR0bpO@ft >zI(ho3V79E7@2Z<07Q|c0G0dA8h*7U2BE+9PX-jx+?hF8muhkB|5_2QNc%bOJ`+cnU >z_Kx&(L?3-Wqo|b%&SbA~ec2kw+h6}k!R6b7z9o;gc1OxWw)bwx8As1kTGhy*%p_8m >z&cR}}vu6KU{%UGxSwt`=x2+yF<L%}SUi!2UbEn0l3}fN3-P>z(ILSCx%&DLMq@|+^ >zi`CBcIx|^c4gGMVt&KGqT(h>MqK?w4MgaEz@H<`IHnbWQ2VYA<sZda7?xf&y4Ye&D >zSgdxeb_X@h?R-&E!G;3`gJigycT#nTFhx5=m}FO3f(Q{If(Q{If(Q{If(Q{IatcI< >rAVNflAVNflFaap!|FWb*gop4C0W3%^^MeVc00000NkvXXu0mjfBkW;W > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/test-50x100.png b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/images/test-50x100.png >deleted file mode 100644 >index 52822c98a37754c08e1274c461cfb087298092a1..0000000000000000000000000000000000000000 >GIT binary patch >literal 0 >HcmV?d00001 > >literal 1281 >zcmV+c1^)VpP)<h;3K|Lk000e1NJLTq001%o003kN1^@s6#OPyN00009a7bBm000XU >z000XU0RWnu7ytkO2XskIMF-ae2oE?bL!=6x000D_Nkl<Zc-rlpTTGK@7{`At#e%d5 >zr6^D;^Tev9fWn2*O)?`ePMa)C^uoEYEm`7$9n|b(+|68cafYcETe2nUmTbllhfFY@ >zGBw$ZQxK^_7>r608Jz_y2!$SYLFixuVhmf}y7zz8zIiXcU!Ldt-v9GFUp~bp@bef* >z$zvkb$d9#~4+SN_cl%#{ydok&B!~o&AQD7^NDv7kK_tlkupXI8DHM=ujKO4xCRQ6x >z*fbRbgC4qE{WRR}rrv&6e2~J$Pw?LA3=*OvCfw8R>}6NQRZi625;L{()05a=vSLyQ >zfJB{!10`AHrzeRSkqy}?0MxhL<-n=ySnW>Ci8`jKl$@@&qt}LGPSmk6$3j|?o{c#c >zs;=D<4`hB^6ab}%E?{%q2cY`hA|li(%-g=Dqq~oe?mn9C^zh@3V&=`7A!cgz4h#XX >zEIB@~_Djp}SnW>SL*BsJvgEii`-O|h>3TbBmn~rDnx&LvnXuZO*c|uyweud^i!+JQ >zgket9u^@gpa%Ze|F+p}8ufbx}VK&AvKQ1beYUAmK{VuyIYQzNTdEjRCr&T<kIhUMN >zBc_CCW=4iHO%=kR$4i&1pT>@EPF=TCapgBWKEIeC03M&8^2;rhUv7~WMOqYTQKUtY >z7DZYVX;Gv_krqX^gC1SWljCXKx1QF0>t#fw`+XQqWva-COoiM-Ueuu>oVD6%x^r(5 >z_ZvY`#vE}$YHbddE{MbCxX&k*HIqKIrW#~QQ|qUu&fyDvGX6hLEyc+DTJr56d5(Zm >zp%5QrOF=p+<-`{{cV;BzZ|8{*vMD!}ifsj$5~BXmDth&qMO3|0M0%1wI8tkoK}W^b >z0ybo)pj0TBt=Dj*G?(qgnW#fU7#Q@3TaS#W^xy@y7A|JCUdy(kB@`~1Ly}&@bag0x >zzn|k*TiJcQMtqRU8XG6;+IS-`jg2`L78;_5tH?e#uY7TiTAL#{o>~!V6`P+;r6kKV >zW<4rG&CWGTS)Lpp93U4ye1XlmsZ3Xga<kn@{;o<sI(7y3ke7vqXujE$%~!9l6hF0e >znlQXRAD^GOL0Q!`JU%}S9o?L7xXs>mPhpuI!%B0a_z`LCa`9r>N%s6uJEmLG+<A}U >zy;XcxU5Cf(6F(yPyDJ$O)m<Ddug_0ebscA|?czsdB8btN$~lP~^h_i<=n*L*a?m4M >zYRN&5XdrUXBjPzC2R#zxUv|HL)g@})%u8cciV=NeIDfeMIb*d`R$Yg)*DWSUbJ;oo >zGT%Q+&jU9xnlO%S$-@|<4eW`Jj^L%IO{_2(cy7-LT>XRMrB;YiNr+O(NCWY${ImeX >z&rO|tdF}=m8#@3<iq*0y*Ag75waQ`y;OmQx>^OQku>Qg73|?DlCfj1<<L|GEf3xeg >zVE`OF-#BLd$fafg3_6Y2Pc2PYDBAE)9Ik<JJylQN@J;R$`9K_L1&!9cSu^Nz^#}gP >zMur2><$4fY=g8j+sH}ws0Is(QTC>k7J^XMHYwV!b=Ahl#8$1W%c)Ho{lomyTNDv7k >rK_rL-ksuO8f=G}@mO_5<OfdZkEKqU&U$o5P00000NkvXXu0mjfDnL-b > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestExample.css b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestExample.css >deleted file mode 100644 >index 549dfff..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestExample.css >+++ /dev/null >@@ -1,87 +0,0 @@ >-/******************************************************************************* >- * Copyright (c) 2008, 2009 Innoopract Informationssysteme GmbH. >- * 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: >- * Innoopract Informationssysteme GmbH - initial API and implementation >- * EclipseSource - ongoing development >- ******************************************************************************/ >- >-/* Test RAP theme file */ >- >-/* All Widgets and Controls */ >- >-* { >- rwt-selectionmarker-color: #56a0ea; >-} >- >-/* Another rule with the same selector */ >- >-* { >- color: rgb( 112, 94, 66 ); >- background-color: rgb( 255, 255, 255 ); >- font: bold 12px Arial, Helvetica, sans-serif; >-} >- >-/* Wildcard type name with style flag */ >- >-*[BORDER] { >- border: 2px outset; >-} >- >-/* All white widgets */ >-List, Text, Tree, Table { >- background-color: white; >-} >- >-/* All gray widgets */ >-Button, Label, Composite { >- color: rgb( 39, 64, 139 ); >- background-color: #c0c0c0; >-} >- >-/* Button */ >- >-Button { >- color: #705e42; /* 112, 94, 66 */ >- padding: 12px 6px; >-} >- >-Button[PUSH], Button[TOGGLE] { >- background-color: #9dd0ea; >- border: 1px #1695d4; >- font: 11px 'Segoe UI', Tahoma, 'Lucida Sans Unicode'; >-} >- >-Button[PUSH][BORDER], Button[TOGGLE][BORDER] { >- border: 2px #1695d4; >-} >- >-Button[PUSH]:pressed, Button[TOGGLE]:pressed { >- background-color: rgb( 227, 221, 158 ); >-} >- >-/* Border radius */ >-Composite[BORDER] { >- color: #123456; >- border: 2px #1695d4; >- border-radius: 5px 10px; >-} >- >-/* Custom variant */ >- >-.special { >- color: red; >-} >- >-Button.special { >- color: red; >- background-color: transparent; >-} >- >-.special-blue { >- color: blue; >-} >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestExample2.css b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestExample2.css >deleted file mode 100644 >index 340a3af..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestExample2.css >+++ /dev/null >@@ -1,9 +0,0 @@ >-/* CSS file for tests */ >- >- >-/* Selector list rule */ >- >-Button.special, List:selected, Text[SIMPLE] { >- border : 2px solid red; >- border-top-color : blue; >-} >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestInvalidProps.css b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestInvalidProps.css >deleted file mode 100644 >index 968d4cd..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestInvalidProps.css >+++ /dev/null >@@ -1,12 +0,0 @@ >- >-* { >- font: bold 12px Arial, Helvetica, sans-serif; >- color: white; >- padding: 2px; >-} >- >-Button[PUSH], Button[TOGGLE] { >- font: 11 'Segoe UI', Corbel, Calibri, Tahoma, 'Lucida Sans Unicode', sans-serif; >- color: darkslategray; >- padding: 2; >-} >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestNamespaces.css b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestNamespaces.css >deleted file mode 100644 >index c02dfe3..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestNamespaces.css >+++ /dev/null >@@ -1,12 +0,0 @@ >-/* CSS file for namespace tests */ >- >-@namespace "org.eclipse.swt.widgets"; >-@namespace my "my"; >- >-Label { >- color: blue; >-} >- >-my|Label { >- color: green; >-} >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestSelectors.css b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestSelectors.css >deleted file mode 100644 >index 6c75dd9..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestSelectors.css >+++ /dev/null >@@ -1,63 +0,0 @@ >-/* CSS file for tests */ >- >-/* All rule */ >- >-* { >- color1: white; >- color2: black; >- color3: yellow; >- color4: rgb( 23, 34, 45 ); >- color5: rgb( 23%, 34%, 45% ); >- color6: #fb0; >- color7: #ffbb00; >-} >- >-/* Element rule */ >- >-Label { >- background: rgb( 23, 34, 45 ); >-} >- >-/* Class rule */ >- >-Button.special { >- background: yellow; >-} >- >-/* Pseudo class rule */ >- >-List:selected { >- background: blue; >-} >- >-/* Attribute rule */ >- >-Text[SIMPLE] { >- background: silver; >-} >- >-/* Attribute value rule */ >- >-Text[style=SIMPLE] { >- background: silver; >-} >- >-/* One-of attribute rule */ >- >-Text[style~=BORDER] { >- background: gold; >-} >- >-/* Combined attributes rule */ >- >-Text[SIMPLE][BORDER].special { >- background: gold; >-} >- >-/* Selector list rule */ >- >-Label, Button.special, List:selected, Text[SIMPLE] { >- font-family : sans-serif; >- border : 2px solid red; >- border-top-color : blue; >-} >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestSyntax.css b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestSyntax.css >deleted file mode 100644 >index 685440a..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/TestSyntax.css >+++ /dev/null >@@ -1,16 +0,0 @@ >-@charset "utf-8"; >- >-@import "mystyle.css"; >-@import url("mystyle.css"); >-@import url("fineprint.css") print; >-@import url("bluish.css") projection, tv; >- >-@page { >- margin : 10%; >-} >- >-Label, Text[SIMPLE], List:selected { >- font-family : sans-serif; >- border : 2px solid red; >- border-top-color : blue; >-} >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/close.gif b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/close.gif >deleted file mode 100644 >index b3d222189716671251714c7dd25427302da57b2d..0000000000000000000000000000000000000000 >GIT binary patch >literal 0 >HcmV?d00001 > >literal 89 >zcmZ?wbhEHb<YM4rIK;y6|L@=b|Ni~|_y0c_11Shl{K>+|#lX&>!vF*zwG7O15+!$* >iC~t8-rqrLfQvSqccE1}pG#{4*F)nvJ?ZV5+U=08lgei9b > >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/theme-valid.properties b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/theme-valid.properties >deleted file mode 100644 >index 29321a8..0000000 >--- a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/theme-valid.properties >+++ /dev/null >@@ -1,22 +0,0 @@ >-# Valid Test Theme >-# A completely valid theme. >- >-# color >-button.background: #fffaf0 >- >-# border >-button.border: 2px solid red >- >-# font >-button.font: 10px Helvetica bold >- >-# padding >-group.padding: 2px 8px >- >-# image >-progressbar.bgimage: resources/theme/close.gif >- >-# variants >-special/button.border: 1px solid red >-special/button.background: blue >-main-shell/shell.border: none >diff --git a/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/titlebar.png b/runtime.rwt.test/org.eclipse.rap.rwt.testfixture/src/resources/theme/titlebar.png >deleted file mode 100644 >index 8e360872ebd8c1550f1c0a20740c1ea624771160..0000000000000000000000000000000000000000 >GIT binary patch >literal 0 >HcmV?d00001 > >literal 164 >zcmeAS@N?(olHy`uVBq!ia0vp^j6f{G!3HF)&rH7sq}Y<Y-Cck*5d3uBT@R!<3p^r= >z85p>QL70(Y)*K0-AbW|YuPgg?HV$54#Wk)op96&qJzX3_DsHVkxKZ$c0t55Le&>__ >zlppB{7gSDjaQfS1=5RQfIrB&6gtYy;C3{+}c0OYGYA9;s_vY0Rpk@Y7S3j3^P6<r_ >D<Ss8R > >diff --git a/runtime.rwt/org.eclipse.rap.rwt.osgi/pom.xml b/runtime.rwt/org.eclipse.rap.rwt.osgi/pom.xml >new file mode 100644 >index 0000000..bf475f3 >--- /dev/null >+++ b/runtime.rwt/org.eclipse.rap.rwt.osgi/pom.xml >@@ -0,0 +1,36 @@ >+<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/maven-v4_0_0.xsd"> >+ <modelVersion>4.0.0</modelVersion> >+ >+ <parent> >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.parent</artifactId> >+ <version>1.5.0-SNAPSHOT</version> >+ <relativePath>../../releng/org.eclipse.rap.releng/pom.xml</relativePath> >+ </parent> >+ >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.rwt.osgi</artifactId> >+ <version>1.5.0-SNAPSHOT</version> >+ <packaging>eclipse-plugin</packaging> >+ <name>org.eclipse.rap.rwt.osgi</name> >+ <description>org.eclipse.rap.rwt.osgi</description> >+ >+ <build> >+ <sourceDirectory>.</sourceDirectory> >+ <plugins> >+ <plugin> >+ <groupId>org.apache.maven.plugins</groupId> >+ <artifactId>maven-compiler-plugin</artifactId> >+ <version>2.3.2</version> >+ <configuration> >+ <includes> >+ <include>src/**/*.java</include> >+ <include>css/**/*.java</include> >+ </includes> >+ </configuration> >+ </plugin> >+ </plugins> >+ </build> >+ >+</project> >diff --git a/runtime.rwt/org.eclipse.rap.rwt/pom.xml b/runtime.rwt/org.eclipse.rap.rwt/pom.xml >new file mode 100644 >index 0000000..c6e28cf >--- /dev/null >+++ b/runtime.rwt/org.eclipse.rap.rwt/pom.xml >@@ -0,0 +1,36 @@ >+<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/maven-v4_0_0.xsd"> >+ <modelVersion>4.0.0</modelVersion> >+ >+ <parent> >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.parent</artifactId> >+ <version>1.5.0-SNAPSHOT</version> >+ <relativePath>../../releng/org.eclipse.rap.releng/pom.xml</relativePath> >+ </parent> >+ >+ <groupId>org.eclipse.rap</groupId> >+ <artifactId>org.eclipse.rap.rwt</artifactId> >+ <version>1.5.0-SNAPSHOT</version> >+ <packaging>eclipse-plugin</packaging> >+ <name>org.eclipse.rap.rwt</name> >+ <description>org.eclipse.rap.rwt</description> >+ >+ <build> >+ <sourceDirectory>.</sourceDirectory> >+ <plugins> >+ <plugin> >+ <groupId>org.apache.maven.plugins</groupId> >+ <artifactId>maven-compiler-plugin</artifactId> >+ <version>2.3.2</version> >+ <configuration> >+ <includes> >+ <include>src/**/*.java</include> >+ <include>css/**/*.java</include> >+ </includes> >+ </configuration> >+ </plugin> >+ </plugins> >+ </build> >+ >+</project> >-- >1.7.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 354781
: 203486