File tree Expand file tree Collapse file tree
com.eclipsesource.tabris.feature
com.eclipsesource.tabris.repository
com.eclipsesource.tabris.test.util
com.eclipsesource.tabris.test
com.eclipsesource.tabris.tracking.test
com.eclipsesource.tabris.tracking
src/com/eclipsesource/tabris/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<feature
33 id =" com.eclipsesource.tabris.feature"
44 label =" Tabris Runtime"
5- version =" 1.4.6 .qualifier"
5+ version =" 1.4.7 .qualifier"
66 provider-name =" EclipseSource" >
77
88 <description url =" http://developer.eclipsesource.com/tabris" >
Original file line number Diff line number Diff line change 1717
1818 <groupId >com.eclipsesource</groupId >
1919 <artifactId >com.eclipsesource.tabris.feature</artifactId >
20- <version >1.4.6 -SNAPSHOT</version >
20+ <version >1.4.7 -SNAPSHOT</version >
2121 <packaging >eclipse-feature</packaging >
2222
2323</project >
Original file line number Diff line number Diff line change 99 <feature url =" features/org.eclipse.rap.sdk.feature_2.3.1.qualifier.jar" id =" org.eclipse.rap.sdk.feature" version =" 2.3.1.qualifier" >
1010 <category name =" com.eclipsesource.tabris" />
1111 </feature >
12- <feature url =" features/com.eclipsesource.tabris.feature_1.4.6 .qualifier.jar" id =" com.eclipsesource.tabris.feature" version =" 1.4.6 .qualifier" >
12+ <feature url =" features/com.eclipsesource.tabris.feature_1.4.7 .qualifier.jar" id =" com.eclipsesource.tabris.feature" version =" 1.4.7 .qualifier" >
1313 <category name =" com.eclipsesource.tabris" />
1414 </feature >
15- <feature url =" features/com.eclipsesource.tabris.feature.source_1.4.6 .qualifier.jar" id =" com.eclipsesource.tabris.feature.source" version =" 1.4.6 .qualifier" >
15+ <feature url =" features/com.eclipsesource.tabris.feature.source_1.4.7 .qualifier.jar" id =" com.eclipsesource.tabris.feature.source" version =" 1.4.7 .qualifier" >
1616 <category name =" com.eclipsesource.tabris.sdk" />
1717 </feature >
1818 <feature url =" features/com.eclipsesource.tabris.passepartout.feature_0.10.0.qualifier.jar" id =" com.eclipsesource.tabris.passepartout.feature" version =" 0.10.0.qualifier" >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!-- Copyright (C) 2011, EclipseSource and others All rights reserved. This
3- program and the accompanying materials are made available under the terms
4- of the Eclipse Public License v1.0 which accompanies this distribution, and
2+ <!-- Copyright (C) 2011, EclipseSource and others All rights reserved. This
3+ program and the accompanying materials are made available under the terms
4+ of the Eclipse Public License v1.0 which accompanies this distribution, and
55 is available at http://www.eclipse.org/legal/epl-v10.html -->
6-
6+
77<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"
88 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
99 <modelVersion >4.0.0</modelVersion >
10-
10+
1111 <parent >
1212 <artifactId >tabris-parent</artifactId >
1313 <groupId >com.eclipsesource</groupId >
1414 <version >1.0.0-SNAPSHOT</version >
1515 <relativePath >../com.eclipsesource.tabris.build</relativePath >
1616 </parent >
17-
17+
1818 <groupId >com.eclipsesource</groupId >
1919 <artifactId >com.eclipsesource.tabris.repository</artifactId >
20- <version >1.4.6 </version >
20+ <version >1.4.7 </version >
2121 <packaging >eclipse-repository</packaging >
22-
22+
2323</project >
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : Tabris Test Util
44Bundle-SymbolicName : com.eclipsesource.tabris.test.util
5- Bundle-Version : 1.4.6 .qualifier
5+ Bundle-Version : 1.4.7 .qualifier
66Bundle-Vendor : EclipseSource
77Bundle-RequiredExecutionEnvironment : JavaSE-1.6
88Require-Bundle : org.eclipse.rap.rwt.testfixture;bundle-version="[2.3.0,3.0.0)",
99 org.eclipse.rap.rwt;bundle-version="[2.3.0,3.0.0)",
1010 com.eclipsesource.tabris;bundle-version="[1.4.0,2.0.0)"
11- Export-Package : com.eclipsesource.tabris.test.util;version="1.4.6 ",
12- com.eclipsesource.tabris.test.util.internal;version="1.4.6 ";x-internal:=true
11+ Export-Package : com.eclipsesource.tabris.test.util;version="1.4.7 ",
12+ com.eclipsesource.tabris.test.util.internal;version="1.4.7 ";x-internal:=true
1313Import-Package : javax.servlet;version="[2.3.0,4.0.0)",
1414 javax.servlet.http;version="[2.3.0,4.0.0)",
1515 org.junit;version="[4.10.0,5.0.0)",
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!-- Copyright (C) 2014, EclipseSource and others All rights reserved. This
3- program and the accompanying materials are made available under the terms
4- of the Eclipse Public License v1.0 which accompanies this distribution, and
2+ <!-- Copyright (C) 2014, EclipseSource and others All rights reserved. This
3+ program and the accompanying materials are made available under the terms
4+ of the Eclipse Public License v1.0 which accompanies this distribution, and
55 is available at http://www.eclipse.org/legal/epl-v10.html -->
66
77<project
1818
1919 <groupId >com.eclipsesource</groupId >
2020 <artifactId >com.eclipsesource.tabris.test.util</artifactId >
21- <version >1.4.6 -SNAPSHOT</version >
21+ <version >1.4.7 -SNAPSHOT</version >
2222 <packaging >eclipse-plugin</packaging >
2323
2424 <build >
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : Tabris Server Components Tests
44Bundle-SymbolicName : com.eclipsesource.tabris.test
5- Bundle-Version : 1.4.6 .qualifier
5+ Bundle-Version : 1.4.7 .qualifier
66Bundle-Vendor : EclipseSource
7- Fragment-Host : com.eclipsesource.tabris;bundle-version="1.4.6 "
7+ Fragment-Host : com.eclipsesource.tabris;bundle-version="1.4.7 "
88Bundle-RequiredExecutionEnvironment : JavaSE-1.6
99Require-Bundle : org.junit;bundle-version="[4.10.0,5.0.0)",
1010 org.mockito.mockito-all;bundle-version="1.9.5",
11- com.eclipsesource.tabris.test.util;bundle-version="1.4.6 "
11+ com.eclipsesource.tabris.test.util;bundle-version="1.4.7 "
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project
33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4- xmlns =" http://maven.apache.org/POM/4.0.0"
4+ xmlns =" http://maven.apache.org/POM/4.0.0"
55 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
6-
6+
77 <modelVersion >4.0.0</modelVersion >
8-
8+
99 <parent >
1010 <artifactId >tabris-parent</artifactId >
1111 <groupId >com.eclipsesource</groupId >
1212 <version >1.0.0-SNAPSHOT</version >
1313 <relativePath >../com.eclipsesource.tabris.build</relativePath >
1414 </parent >
15-
15+
1616 <groupId >com.eclipsesource</groupId >
1717 <artifactId >com.eclipsesource.tabris.test</artifactId >
18- <version >1.4.6 -SNAPSHOT</version >
18+ <version >1.4.7 -SNAPSHOT</version >
1919 <packaging >eclipse-plugin</packaging >
20-
20+
2121 <build >
2222 <plugins >
2323 <plugin >
3030 <phase >test</phase >
3131 <configuration >
3232 <testClassesDirectory >${project.build.outputDirectory} </testClassesDirectory >
33- <argLine >${test-arguments} </argLine >
33+ <argLine >${test-arguments} </argLine >
3434 </configuration >
3535 <goals >
3636 <goal >test</goal >
5353 <version >${mockito-version} </version >
5454 </dependency >
5555 </dependencies >
56-
57- </project >
56+
57+ </project >
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : Tabris Tracking Tests
44Bundle-SymbolicName : com.eclipsesource.tabris.tracking.test
5- Bundle-Version : 1.4.6 .qualifier
5+ Bundle-Version : 1.4.7 .qualifier
66Bundle-Vendor : EclipseSource
7- Fragment-Host : com.eclipsesource.tabris.tracking;bundle-version="1.4.6 "
7+ Fragment-Host : com.eclipsesource.tabris.tracking;bundle-version="1.4.7 "
88Bundle-RequiredExecutionEnvironment : JavaSE-1.6
99Require-Bundle : org.junit;bundle-version="[4.10.0,5.0.0)",
1010 org.mockito.mockito-all;bundle-version="1.9.5",
1111 com.eclipsesource.rest.client.driver;bundle-version="1.0.0",
12- com.eclipsesource.tabris.test.util;bundle-version="1.4.6 "
12+ com.eclipsesource.tabris.test.util;bundle-version="1.4.7 "
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project
33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4- xmlns =" http://maven.apache.org/POM/4.0.0"
4+ xmlns =" http://maven.apache.org/POM/4.0.0"
55 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
6-
6+
77 <modelVersion >4.0.0</modelVersion >
8-
8+
99 <parent >
1010 <artifactId >tabris-parent</artifactId >
1111 <groupId >com.eclipsesource</groupId >
1212 <version >1.0.0-SNAPSHOT</version >
1313 <relativePath >../com.eclipsesource.tabris.build</relativePath >
1414 </parent >
15-
15+
1616 <groupId >com.eclipsesource</groupId >
1717 <artifactId >com.eclipsesource.tabris.tracking.test</artifactId >
18- <version >1.4.6 -SNAPSHOT</version >
18+ <version >1.4.7 -SNAPSHOT</version >
1919 <packaging >eclipse-plugin</packaging >
20-
20+
2121 <build >
2222 <plugins >
2323 <plugin >
3030 <phase >test</phase >
3131 <configuration >
3232 <testClassesDirectory >${project.build.outputDirectory} </testClassesDirectory >
33- <argLine >${test-arguments} </argLine >
33+ <argLine >${test-arguments} </argLine >
3434 </configuration >
3535 <goals >
3636 <goal >test</goal >
5353 <version >${mockito-version} </version >
5454 </dependency >
5555 </dependencies >
56-
57- </project >
56+
57+ </project >
You can’t perform that action at this time.
0 commit comments