Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaloyan Raev2015-11-23 12:01:33 +0000
committerGerrit Code Review @ Eclipse.org2015-12-13 03:20:43 +0000
commit1dd4e528749c8a69a8b6f83f60cb8f30e4ae4cdb (patch)
tree3332c755194c273c7863ee6f5412b573330ae687 /packages/org.eclipse.epp.package.android
parentddb6a8832d4de8caa0c862f065c1326c32bb9c23 (diff)
downloadorg.eclipse.epp.packages-1dd4e528749c8a69a8b6f83f60cb8f30e4ae4cdb.tar.gz
org.eclipse.epp.packages-1dd4e528749c8a69a8b6f83f60cb8f30e4ae4cdb.tar.xz
org.eclipse.epp.packages-1dd4e528749c8a69a8b6f83f60cb8f30e4ae4cdb.zip
Bug 482828 - Android EPP package
Change-Id: Id007706732e3c42593ff180dd9b8b30abab9ff43 Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.android')
-rw-r--r--packages/org.eclipse.epp.package.android/.forceQualifierUpdate1
-rw-r--r--packages/org.eclipse.epp.package.android/.project22
-rw-r--r--packages/org.eclipse.epp.package.android/.settings/org.eclipse.core.resources.prefs2
-rw-r--r--packages/org.eclipse.epp.package.android/.settings/org.eclipse.core.runtime.prefs2
-rw-r--r--packages/org.eclipse.epp.package.android/META-INF/MANIFEST.MF10
-rw-r--r--packages/org.eclipse.epp.package.android/about.html28
-rw-r--r--packages/org.eclipse.epp.package.android/about.ini37
-rw-r--r--packages/org.eclipse.epp.package.android/about.mappings7
-rw-r--r--packages/org.eclipse.epp.package.android/about.properties25
-rw-r--r--packages/org.eclipse.epp.package.android/andmore_logo_icon32.pngbin0 -> 2732 bytes
-rw-r--r--packages/org.eclipse.epp.package.android/build.properties14
-rw-r--r--packages/org.eclipse.epp.package.android/eclipse16.pngbin0 -> 664 bytes
-rw-r--r--packages/org.eclipse.epp.package.android/eclipse256.pngbin0 -> 13511 bytes
-rw-r--r--packages/org.eclipse.epp.package.android/eclipse32.pngbin0 -> 2233 bytes
-rw-r--r--packages/org.eclipse.epp.package.android/eclipse48.pngbin0 -> 2909 bytes
-rw-r--r--packages/org.eclipse.epp.package.android/eclipse_lg.pngbin0 -> 140722 bytes
-rw-r--r--packages/org.eclipse.epp.package.android/intro-eclipse.pngbin0 -> 5068 bytes
-rw-r--r--packages/org.eclipse.epp.package.android/plugin.xml77
-rw-r--r--packages/org.eclipse.epp.package.android/plugin_customization.ini61
-rw-r--r--packages/org.eclipse.epp.package.android/pom.xml32
20 files changed, 318 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.android/.forceQualifierUpdate b/packages/org.eclipse.epp.package.android/.forceQualifierUpdate
new file mode 100644
index 00000000..54f67351
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/.forceQualifierUpdate
@@ -0,0 +1 @@
+20151105-0600
diff --git a/packages/org.eclipse.epp.package.android/.project b/packages/org.eclipse.epp.package.android/.project
new file mode 100644
index 00000000..40636399
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.epp.package.android</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
diff --git a/packages/org.eclipse.epp.package.android/.settings/org.eclipse.core.resources.prefs b/packages/org.eclipse.epp.package.android/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 00000000..99f26c02
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/packages/org.eclipse.epp.package.android/.settings/org.eclipse.core.runtime.prefs b/packages/org.eclipse.epp.package.android/.settings/org.eclipse.core.runtime.prefs
new file mode 100644
index 00000000..5a0ad22d
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/.settings/org.eclipse.core.runtime.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+line.separator=\n
diff --git a/packages/org.eclipse.epp.package.android/META-INF/MANIFEST.MF b/packages/org.eclipse.epp.package.android/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..c07b9a08
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/META-INF/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: EPP Android Bundle
+Bundle-SymbolicName: org.eclipse.epp.package.android;singleton:=true
+Bundle-Version: 4.6.0.qualifier
+Bundle-Vendor: Eclipse Packaging Project
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Require-Bundle: org.eclipse.platform,
+ org.eclipse.equinox.app
+Eclipse-BundleShape: dir
diff --git a/packages/org.eclipse.epp.package.android/about.html b/packages/org.eclipse.epp.package.android/about.html
new file mode 100644
index 00000000..e6ecf1e5
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June, 2011</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
diff --git a/packages/org.eclipse.epp.package.android/about.ini b/packages/org.eclipse.epp.package.android/about.ini
new file mode 100644
index 00000000..b56cae49
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/about.ini
@@ -0,0 +1,37 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+# Property "aboutText" contains blurb for feature details in the "About"
+# dialog (translated). Maximum 15 lines and 75 characters per line.
+aboutText=%blurb
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=andmore_logo_icon32.png
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+windowImage=eclipse16.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+aboutImage=eclipse_lg.png
+
+# Property "appName" contains name of the application (translated)
+# needed for primary features only
+appName=Eclipse
+
+# Property "welcomePage" contains path to welcome page (special XML-based format)
+# ($nl$/ prefix to permit locale-specific translations of entire file)
+#welcomePage=$nl$/welcome.xml
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+# Property "tipsAndTricksHref" contains the Help topic href to a tips and tricks page
+# optional
+#tipsAndTricksHref=/org.eclipse.platform.doc.user/tips/platform_tips.html
+
diff --git a/packages/org.eclipse.epp.package.android/about.mappings b/packages/org.eclipse.epp.package.android/about.mappings
new file mode 100644
index 00000000..de1370b4
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/about.mappings
@@ -0,0 +1,7 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
+0=@eclipse.simultaneous.release.build@
+1=@eclipse.simultaneous.release.name@
diff --git a/packages/org.eclipse.epp.package.android/about.properties b/packages/org.eclipse.epp.package.android/about.properties
new file mode 100644
index 00000000..b24f29c8
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/about.properties
@@ -0,0 +1,25 @@
+###############################################################################
+# Copyright (c) 2000, 2015 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+# about.properties
+# contains externalized strings for about.ini
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# fill-ins are supplied by about.mappings
+# This file should be translated.
+#
+# Do not translate any values surrounded by {}
+
+blurb=Eclipse for Android Developers\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others 2000, 2015. All rights reserved.\n\
+Visit http://www.eclipse.org/eclipse\n\
diff --git a/packages/org.eclipse.epp.package.android/andmore_logo_icon32.png b/packages/org.eclipse.epp.package.android/andmore_logo_icon32.png
new file mode 100644
index 00000000..9a9af288
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/andmore_logo_icon32.png
Binary files differ
diff --git a/packages/org.eclipse.epp.package.android/build.properties b/packages/org.eclipse.epp.package.android/build.properties
new file mode 100644
index 00000000..b19df9dd
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/build.properties
@@ -0,0 +1,14 @@
+bin.includes = META-INF/,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ eclipse16.png,\
+ eclipse32.png,\
+ eclipse48.png,\
+ eclipse256.png,\
+ eclipse_lg.png,\
+ intro-eclipse.png,\
+ plugin_customization.ini,\
+ plugin.xml,\
+ andmore_logo_icon32.png
diff --git a/packages/org.eclipse.epp.package.android/eclipse16.png b/packages/org.eclipse.epp.package.android/eclipse16.png
new file mode 100644
index 00000000..7fc69518
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/eclipse16.png
Binary files differ
diff --git a/packages/org.eclipse.epp.package.android/eclipse256.png b/packages/org.eclipse.epp.package.android/eclipse256.png
new file mode 100644
index 00000000..7e5bbdce
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/eclipse256.png
Binary files differ
diff --git a/packages/org.eclipse.epp.package.android/eclipse32.png b/packages/org.eclipse.epp.package.android/eclipse32.png
new file mode 100644
index 00000000..bf856800
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/eclipse32.png
Binary files differ
diff --git a/packages/org.eclipse.epp.package.android/eclipse48.png b/packages/org.eclipse.epp.package.android/eclipse48.png
new file mode 100644
index 00000000..f9706a7c
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/eclipse48.png
Binary files differ
diff --git a/packages/org.eclipse.epp.package.android/eclipse_lg.png b/packages/org.eclipse.epp.package.android/eclipse_lg.png
new file mode 100644
index 00000000..95d9f6ed
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/eclipse_lg.png
Binary files differ
diff --git a/packages/org.eclipse.epp.package.android/intro-eclipse.png b/packages/org.eclipse.epp.package.android/intro-eclipse.png
new file mode 100644
index 00000000..98ebd928
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/intro-eclipse.png
Binary files differ
diff --git a/packages/org.eclipse.epp.package.android/plugin.xml b/packages/org.eclipse.epp.package.android/plugin.xml
new file mode 100644
index 00000000..e890dff5
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/plugin.xml
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ id="product"
+ name="Android IDE"
+ point="org.eclipse.core.runtime.products">
+ <product
+ application="org.eclipse.ui.ide.workbench"
+ name="Eclipse">
+ <property
+ name="preferenceCustomization"
+ value="plugin_customization.ini">
+ </property>
+ <property
+ name="appName"
+ value="Eclipse">
+ </property>
+ <property
+ name="aboutText"
+ value="Eclipse for Android Developers&#x0A;&#x0A;Version: {1}&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2015. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse's permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.&#x0A;&#x0A;This product includes software developed by other open source projects including the Apache Software Foundation, https://www.apache.org/.&#x0A;">
+ </property>
+ <property
+ name="startupForegroundColor"
+ value="9c9696">
+ </property>
+ <property
+ name="startupMessageRect"
+ value="7,265,320,20">
+ </property>
+ <property
+ name="startupProgressRect"
+ value="2,290,448,10">
+ </property>
+ <property
+ name="aboutImage"
+ value="eclipse_lg.png">
+ </property>
+ <property
+ name="windowImages"
+ value="eclipse16.png,eclipse32.png,eclipse48.png,eclipse256.png">
+ </property>
+ <property
+ name="introBrandingImage"
+ value="product:intro-eclipse.png">
+ </property>
+ <property
+ name="introTitle"
+ value="Welcome to Eclipse for Android Developers">
+ </property>
+ <property
+ name="introBrandingImageText"
+ value="Eclipse Project">
+ </property>
+ <property
+ name="applicationXMI"
+ value="org.eclipse.platform/LegacyIDE.e4xmi">
+ </property>
+ <property
+ name="cssTheme"
+ value="org.eclipse.e4.ui.css.theme.e4_default">
+ </property>
+ <property
+ name="applicationCSSResources"
+ value="platform:/plugin/org.eclipse.ui.themes/images/">
+ </property>
+ </product>
+ </extension>
+ <extension
+ point="org.eclipse.ui.intro">
+ <introProductBinding
+ introId="org.eclipse.ui.intro.universal"
+ productId="org.eclipse.epp.package.android.product">
+ </introProductBinding>
+ </extension>
+
+</plugin>
diff --git a/packages/org.eclipse.epp.package.android/plugin_customization.ini b/packages/org.eclipse.epp.package.android/plugin_customization.ini
new file mode 100644
index 00000000..ba498481
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/plugin_customization.ini
@@ -0,0 +1,61 @@
+# plugin_customization.ini
+# sets default values for plug-in-specific preferences
+# keys are qualified by plug-in id
+# e.g., com.example.acmeplugin/myproperty=myvalue
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in plugin_customization.properties
+# This file does not need to be translated.
+
+# Property "org.eclipse.ui/defaultPerspectiveId" controls the
+# perspective that the workbench opens initially
+org.eclipse.ui/defaultPerspectiveId=org.eclipse.andmore.android.perspective
+
+# new-style tabs by default
+org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
+
+# put the perspective switcher on the top right
+org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
+
+# show progress on startup
+org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true
+
+# show build id in the splash - only for nightly, integration, and milestone builds
+org.eclipse.ui.workbench/SHOW_BUILDID_ON_STARTUP=false
+
+# use the window set by default
+org.eclipse.ui/USE_WINDOW_WORKING_SET_BY_DEFAULT=true
+
+# lightweight auto-refresh on access by default
+org.eclipse.core.resources/refresh.lightweight.enabled=true
+
+# enable line number ruler in all textual editors by default
+org.eclipse.ui.editors/lineNumberRuler=true
+
+# Intro-related preferences (since 3.2)
+
+# Welcome theme to use
+org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.slate
+
+# Root page links to show in the Universal Welcome
+org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew
+
+# Initial page layout of the Universal Welcome
+org.eclipse.ui.intro.universal/INTRO_DATA = product:introData.xml
+
+# Order help books in table of contents
+org.eclipse.help/HELP_DATA = helpData.xml
+
+#Ensure m2e indexing is off by default
+org.eclipse.m2e.core/eclipse.m2.updateIndexes=false
+
+# check for updates every Tuesday at 10am
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=421779
+org.eclipse.equinox.p2.ui.sdk.scheduler/enabled=true
+org.eclipse.equinox.p2.ui.sdk.scheduler/schedule=on-schedule
+org.eclipse.equinox.p2.ui.sdk.scheduler/day=Every Tuesday
+org.eclipse.equinox.p2.ui.sdk.scheduler/hour=10\:00 AM
+
+# disable the Oomph preference recorder - bug 470654, bug 470430
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=470654
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=470430
+org.eclipse.oomph.setup.ui/enable.preference.recorder=false
diff --git a/packages/org.eclipse.epp.package.android/pom.xml b/packages/org.eclipse.epp.package.android/pom.xml
new file mode 100644
index 00000000..c1fe8149
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/pom.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012, 2015 Eclipse Foundation and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+ Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.epp</groupId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
+ <version>4.6.0-SNAPSHOT</version>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.epp</groupId>
+ <artifactId>org.eclipse.epp.package.android</artifactId>
+ <version>4.6.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+</project>

Back to the top