Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Furnadjiev2013-06-26 07:43:06 +0000
committerIvan Furnadjiev2013-06-26 07:43:06 +0000
commit55938cba3ae01a85e07117c00e42c3ae5381b4d8 (patch)
treedafa51cd8b71792def5ae0505a140a21fce0917b
parentbc1c072dc31e9a0dc8aa0927bb99aa58b97cc770 (diff)
downloadorg.eclipse.rap.incubator.fileupload-streams/2.1.tar.gz
org.eclipse.rap.incubator.fileupload-streams/2.1.tar.xz
org.eclipse.rap.incubator.fileupload-streams/2.1.zip
Replace RichAjax Platform with Remote Application Platformstreams/2.1
-rw-r--r--features/org.eclipse.rap.fileupload.feature/feature.properties6
-rw-r--r--releng/org.eclipse.rap.fileupload.build/repository/category.xml4
2 files changed, 5 insertions, 5 deletions
diff --git a/features/org.eclipse.rap.fileupload.feature/feature.properties b/features/org.eclipse.rap.fileupload.feature/feature.properties
index ee255e9..893172e 100644
--- a/features/org.eclipse.rap.fileupload.feature/feature.properties
+++ b/features/org.eclipse.rap.fileupload.feature/feature.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2011, 2012 EclipseSource.
+# Copyright (c) 2011, 2013 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
@@ -13,13 +13,13 @@ featureName = RAP File Upload Support (Incubation)
providerName = Eclipse.org - RAP Incubator
-updateSiteName = The Rich Ajax Platform Incubator FileUpload Projects
+updateSiteName = The Remote Application Platform Incubator FileUpload Projects
description=This feature contains the RAP incubator projects\n\
including source code.
copyright=\
-Copyright (c) 2011, 2012 EclipseSource and others.\n\
+Copyright (c) 2011, 2013 EclipseSource and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\
diff --git a/releng/org.eclipse.rap.fileupload.build/repository/category.xml b/releng/org.eclipse.rap.fileupload.build/repository/category.xml
index 75ad8a0..f6ded48 100644
--- a/releng/org.eclipse.rap.fileupload.build/repository/category.xml
+++ b/releng/org.eclipse.rap.fileupload.build/repository/category.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2012 EclipseSource and others
+ Copyright (C) 2012, 2013 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
@@ -13,7 +13,7 @@
<category-def
name="org.eclipse.rap.incubator.category"
- label="Rich Ajax Platform (RAP) Incubator" />
+ label="Remote Application Platform (RAP) Incubator" />
<feature url="http://eclipse.org/rap"
id="org.eclipse.rap.fileupload.feature"

Back to the top