Author: snjeza
Date: 2010-02-03 17:29:35 -0500 (Wed, 03 Feb 2010)
New Revision: 20113
Added:
trunk/examples/features/org.jboss.tools.community.project.examples.feature/.project
trunk/examples/features/org.jboss.tools.community.project.examples.feature/build.properties
trunk/examples/features/org.jboss.tools.community.project.examples.feature/feature.properties
trunk/examples/features/org.jboss.tools.community.project.examples.feature/feature.xml
trunk/examples/features/org.jboss.tools.community.project.examples.feature/license.html
trunk/examples/plugins/org.jboss.tools.community.project.examples/.project
trunk/examples/plugins/org.jboss.tools.community.project.examples/META-INF/
trunk/examples/plugins/org.jboss.tools.community.project.examples/META-INF/MANIFEST.MF
trunk/examples/plugins/org.jboss.tools.community.project.examples/about.html
trunk/examples/plugins/org.jboss.tools.community.project.examples/about.ini
trunk/examples/plugins/org.jboss.tools.community.project.examples/about.mappings
trunk/examples/plugins/org.jboss.tools.community.project.examples/about.properties
trunk/examples/plugins/org.jboss.tools.community.project.examples/build.properties
trunk/examples/plugins/org.jboss.tools.community.project.examples/jboss_about.png
trunk/examples/plugins/org.jboss.tools.community.project.examples/plugin.properties
trunk/examples/plugins/org.jboss.tools.community.project.examples/plugin.xml
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/META-INF/MANIFEST.MF
trunk/examples/plugins/org.jboss.tools.project.examples/about.html
trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties
trunk/examples/plugins/org.jboss.tools.project.examples/plugin.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-1070 Clean up project examples locations
Added:
trunk/examples/features/org.jboss.tools.community.project.examples.feature/.project
===================================================================
--- trunk/examples/features/org.jboss.tools.community.project.examples.feature/.project
(rev 0)
+++
trunk/examples/features/org.jboss.tools.community.project.examples.feature/.project 2010-02-03
22:29:35 UTC (rev 20113)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.community.project.examples.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Added:
trunk/examples/features/org.jboss.tools.community.project.examples.feature/build.properties
===================================================================
---
trunk/examples/features/org.jboss.tools.community.project.examples.feature/build.properties
(rev 0)
+++
trunk/examples/features/org.jboss.tools.community.project.examples.feature/build.properties 2010-02-03
22:29:35 UTC (rev 20113)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ license.html,\
+ feature.properties
Added:
trunk/examples/features/org.jboss.tools.community.project.examples.feature/feature.properties
===================================================================
---
trunk/examples/features/org.jboss.tools.community.project.examples.feature/feature.properties
(rev 0)
+++
trunk/examples/features/org.jboss.tools.community.project.examples.feature/feature.properties 2010-02-03
22:29:35 UTC (rev 20113)
@@ -0,0 +1,54 @@
+###############################################################################
+# Copyright (c) 2008-2009 JBoss by Red Hat 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:
+# JBoss by Red Hat - Initial implementation.
+##############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=JBoss Tools Community Project Examples
+
+# "providerName" property - name of the company that provides the feature
+providerName=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=JBoss Tools Community Project Examples
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=Copyright (c) 2008-2009 JBoss by Red Hat and others.\nAll 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\
+http\://www.eclipse.org/legal/epl-v10.html\n\
+\n\
+Contributors\:\n\
+JBoss by Red Hat - Initial implementation.\n
+ ############### end of copyright property ####################################
+
+# "licenseURL" property - URL of the "Feature License"
+# do not translate value - just change to point to a locale-specific HTML page
+licenseURL=license.html
+
+# START NON-TRANSLATABLE
+# "license" property - text of the "Feature Update License"
+# should be plain text version of license agreement pointed to be "licenseURL"
+license=Red Hat, Inc. licenses these features and plugins to you under \
+certain open source licenses (or aggregations of such licenses), which \
+in a particular case may include the Eclipse Public License, the GNU \
+Lesser General Public License, and/or certain other open source \
+licenses. For precise licensing details, consult the corresponding \
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
+Raleigh NC 27606 USA.
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
Added:
trunk/examples/features/org.jboss.tools.community.project.examples.feature/feature.xml
===================================================================
---
trunk/examples/features/org.jboss.tools.community.project.examples.feature/feature.xml
(rev 0)
+++
trunk/examples/features/org.jboss.tools.community.project.examples.feature/feature.xml 2010-02-03
22:29:35 UTC (rev 20113)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.community.project.examples.feature"
+ label="JBoss Tools Community Project Examples"
+ version="1.0.0"
+ provider-name="%providerName"
+ plugin="org.jboss.tools.community.project.examples">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName"
url="http://download.jboss.org/jbosstools/updates/stable"/>
+ </url>
+
+ <plugin
+ id="org.jboss.tools.community.project.examples"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
Added:
trunk/examples/features/org.jboss.tools.community.project.examples.feature/license.html
===================================================================
---
trunk/examples/features/org.jboss.tools.community.project.examples.feature/license.html
(rev 0)
+++
trunk/examples/features/org.jboss.tools.community.project.examples.feature/license.html 2010-02-03
22:29:35 UTC (rev 20113)
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+
+<body>
+<p>Red Hat, Inc. licenses these features and plugins to you under
+certain open source licenses (or aggregations of such licenses), which
+in a particular case may include the Eclipse Public License, the GNU
+Lesser General Public License, and/or certain other open source
+licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
+</p>
+</body>
+</html>
\ No newline at end of file
Added: trunk/examples/plugins/org.jboss.tools.community.project.examples/.project
===================================================================
--- trunk/examples/plugins/org.jboss.tools.community.project.examples/.project
(rev 0)
+++ trunk/examples/plugins/org.jboss.tools.community.project.examples/.project 2010-02-03
22:29:35 UTC (rev 20113)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.community.project.examples</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>
Added:
trunk/examples/plugins/org.jboss.tools.community.project.examples/META-INF/MANIFEST.MF
===================================================================
---
trunk/examples/plugins/org.jboss.tools.community.project.examples/META-INF/MANIFEST.MF
(rev 0)
+++
trunk/examples/plugins/org.jboss.tools.community.project.examples/META-INF/MANIFEST.MF 2010-02-03
22:29:35 UTC (rev 20113)
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %BundleName
+Bundle-SymbolicName: org.jboss.tools.community.project.examples;singleton:=true
+Bundle-Version: 1.0.0
+Bundle-Vendor: %BundleVendor
+Bundle-Localization: plugin
+Require-Bundle: org.jboss.tools.project.examples
Added: trunk/examples/plugins/org.jboss.tools.community.project.examples/about.html
===================================================================
--- trunk/examples/plugins/org.jboss.tools.community.project.examples/about.html
(rev 0)
+++
trunk/examples/plugins/org.jboss.tools.community.project.examples/about.html 2010-02-03
22:29:35 UTC (rev 20113)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1" />
+<title>Project Examples</title>
+<style type="text/css" media="screen">
+<!--
+ body {
+ font-family: Sans-serif, Arial, Helvetica;
+ }
+
+-->
+</style>
+</head>
+<body>
+<h1>JBoss Tools Community Project Examples</h1>
+
+<p>
+This plugin is part of the JBoss Tools developed by the <a
href="http://www.jboss.com">JBoss Inc.</a>
+</p>
+
+<p>Information about this plugin is available at <a
href="http://www.jboss.org/tools">JBoss Tools project
page</a></p>
+
+<p>
+This software is distributed under the terms of the Eclipse Public License - v 1.0
+(see <a
href="www.eclipse.org/legal/epl-v10.html">Eclipse Public License
- Version 1.0</a>).
+</p>
+</body>
+</html>
\ No newline at end of file
Added: trunk/examples/plugins/org.jboss.tools.community.project.examples/about.ini
===================================================================
--- trunk/examples/plugins/org.jboss.tools.community.project.examples/about.ini
(rev 0)
+++ trunk/examples/plugins/org.jboss.tools.community.project.examples/about.ini 2010-02-03
22:29:35 UTC (rev 20113)
@@ -0,0 +1,27 @@
+# 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.
+# test
+# Property "aboutText" contains blurb for "About" dialog
(translated)
+aboutText=%blurb
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=jboss_about.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+
+# Property "appName" contains name of the application (not translated)
+# needed for primary features only
+
+# Property "welcomePerspective" contains the id of the perspective in which
the
+# welcome page is to be opened.
+# optional
+
+
+
Added: trunk/examples/plugins/org.jboss.tools.community.project.examples/about.mappings
===================================================================
--- trunk/examples/plugins/org.jboss.tools.community.project.examples/about.mappings
(rev 0)
+++
trunk/examples/plugins/org.jboss.tools.community.project.examples/about.mappings 2010-02-03
22:29:35 UTC (rev 20113)
@@ -0,0 +1,5 @@
+# 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.
+
Added: trunk/examples/plugins/org.jboss.tools.community.project.examples/about.properties
===================================================================
--- trunk/examples/plugins/org.jboss.tools.community.project.examples/about.properties
(rev 0)
+++
trunk/examples/plugins/org.jboss.tools.community.project.examples/about.properties 2010-02-03
22:29:35 UTC (rev 20113)
@@ -0,0 +1,2 @@
+blurb=JBoss Tools Community Project Examples\n\nVersion\: {featureVersion}\n\n(c)
Copyright JBoss by Red Hat, contributors and others 2004 - 2010. All rights
reserved.\nVisit http\://jboss.org/tools
+
Added: trunk/examples/plugins/org.jboss.tools.community.project.examples/build.properties
===================================================================
--- trunk/examples/plugins/org.jboss.tools.community.project.examples/build.properties
(rev 0)
+++
trunk/examples/plugins/org.jboss.tools.community.project.examples/build.properties 2010-02-03
22:29:35 UTC (rev 20113)
@@ -0,0 +1,8 @@
+bin.includes = META-INF/,\
+ plugin.properties,\
+ plugin.xml,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ jboss_about.png
Added: trunk/examples/plugins/org.jboss.tools.community.project.examples/jboss_about.png
===================================================================
(Binary files differ)
Property changes on:
trunk/examples/plugins/org.jboss.tools.community.project.examples/jboss_about.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/examples/plugins/org.jboss.tools.community.project.examples/plugin.properties
===================================================================
--- trunk/examples/plugins/org.jboss.tools.community.project.examples/plugin.properties
(rev 0)
+++
trunk/examples/plugins/org.jboss.tools.community.project.examples/plugin.properties 2010-02-03
22:29:35 UTC (rev 20113)
@@ -0,0 +1,3 @@
+BundleVendor = JBoss by Red Hat
+BundleName = JBoss Tools Community Project Examples
+JBoss_Tools_Community_Examples = JBoss Tools Community Examples
\ No newline at end of file
Added: trunk/examples/plugins/org.jboss.tools.community.project.examples/plugin.xml
===================================================================
--- trunk/examples/plugins/org.jboss.tools.community.project.examples/plugin.xml
(rev 0)
+++
trunk/examples/plugins/org.jboss.tools.community.project.examples/plugin.xml 2010-02-03
22:29:35 UTC (rev 20113)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+
+ <extension
+ point="org.jboss.tools.project.examples.projectExamplesXml"
+ name="%JBoss_Tools_Community_Examples">
+
<
url>http://anonsvn.jboss.org/repos/jbosstools/workspace/examples/proje...
</url>
+ <experimental>false</experimental>
+ </extension>
+</plugin>
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/META-INF/MANIFEST.MF
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/META-INF/MANIFEST.MF 2010-02-03
22:25:19 UTC (rev 20112)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/META-INF/MANIFEST.MF 2010-02-03
22:29:35 UTC (rev 20113)
@@ -4,7 +4,7 @@
Bundle-SymbolicName: org.jboss.tools.project.examples;singleton:=true
Bundle-Version: 1.0.1
Bundle-Activator: org.jboss.tools.project.examples.ProjectExamplesActivator
-Bundle-Vendor: %BunldeVendor
+Bundle-Vendor: %BundleVendor
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/about.html
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/about.html 2010-02-03 22:25:19
UTC (rev 20112)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/about.html 2010-02-03 22:29:35
UTC (rev 20113)
@@ -14,7 +14,7 @@
</style>
</head>
<body>
-<h1>JBoss Portlet</h1>
+<h1>JBoss Project Examples</h1>
<p>
This plugin is part of the JBoss Tools developed by the <a
href="http://www.jboss.com">JBoss Inc.</a>
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties 2010-02-03
22:25:19 UTC (rev 20112)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties 2010-02-03
22:29:35 UTC (rev 20113)
@@ -1,12 +1,8 @@
#Properties file for org.jboss.tools.project.examples
-BunldeVendor = JBoss by Red Hat
+BundleVendor = JBoss by Red Hat
BundleName = Project Examples
JBoss_Tools_category = JBoss Tools
Project_Examples_wizard = Project Examples
Project_Examples_command =Project Examples...
ProjectExamples=Project Examples file
-JBoss_Developer_Studio_Examples = JBoss Developer Studio Examples
-JBoss_Developer_Studio30_Examples = JBoss Developer Studio 3.0 Examples
-JBoss_Tools_Community_Examples = JBoss Tools Community Examples
-JBoss_Tools_Community_Examples_3.1M4 = JBoss Tools Community Examples(for 3.1M3 or
higher)
Project_Examples = Project Examples
\ No newline at end of file
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/plugin.xml
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/plugin.xml 2010-02-03 22:25:19
UTC (rev 20112)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/plugin.xml 2010-02-03 22:29:35
UTC (rev 20113)
@@ -53,26 +53,6 @@
</menuContribution>
</extension>
- <extension
- point="org.jboss.tools.project.examples.projectExamplesXml"
- name="%JBoss_Developer_Studio_Examples">
-
<
url>http://download.jboss.org/jbosstools/examples/project-examples-3.0...
- <experimental>false</experimental>
- </extension>
-
- <extension
- point="org.jboss.tools.project.examples.projectExamplesXml"
- name="%JBoss_Developer_Studio30_Examples">
-
<
url>http://download.jboss.org/jbosstools/examples/project-examples-jbd...
- <experimental>false</experimental>
- </extension>
-
- <extension
- point="org.jboss.tools.project.examples.projectExamplesXml"
- name="%JBoss_Tools_Community_Examples">
-
<
url>http://anonsvn.jboss.org/repos/jbosstools/workspace/examples/proje...
</url>
- <experimental>false</experimental>
- </extension>
<extension
point="org.eclipse.ui.preferencePages">