Author: nickboldt
Date: 2009-10-01 14:02:24 -0400 (Thu, 01 Oct 2009)
New Revision: 17856
Added:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/build.properties
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/feature.properties
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/license.html
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/about.ini
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/about.mappings
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/about.properties
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/build.properties
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/plugin.properties
Log:
bpel source feature needs a name
Added:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/build.properties
===================================================================
---
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/build.properties
(rev 0)
+++
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/build.properties 2009-10-01
18:02:24 UTC (rev 17856)
@@ -0,0 +1,15 @@
+###############################################################################
+# Copyright (c) 2009 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:
+# Red Hat - initial API and implementation
+###############################################################################
+
+bin.includes = feature.*,\
+ license.html
+
+
Property changes on:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/feature.properties
===================================================================
---
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/feature.properties
(rev 0)
+++
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/feature.properties 2009-10-01
18:02:24 UTC (rev 17856)
@@ -0,0 +1,26 @@
+featureName=JBoss BPEL Editor Sources
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=JBoss BPEL Editor Sources
+
+# "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 ##########################################
+
\ No newline at end of file
Property changes on:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/feature.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/license.html
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/license.html
(rev 0)
+++
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/license.html 2009-10-01
18:02:24 UTC (rev 17856)
@@ -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
Property changes on:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplateFeature/license.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/about.ini
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/about.ini
(rev 0)
+++
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/about.ini 2009-10-01
18:02:24 UTC (rev 17856)
@@ -0,0 +1,29 @@
+# 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 "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=eclipse32.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+
+# Property "appName" contains name of the application (translated)
+# needed for primary features only
+
+# Property "welcomePage" contains path to welcome page (special XML-based
format)
+# optional
+
+# Property "welcomePerspective" contains the id of the perspective in which
the
+# welcome page is to be opened.
+# optional
+
+
Property changes on:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/about.ini
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/about.mappings
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/about.mappings
(rev 0)
+++
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/about.mappings 2009-10-01
18:02:24 UTC (rev 17856)
@@ -0,0 +1,6 @@
+# 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=@build@
\ No newline at end of file
Added:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/about.properties
===================================================================
---
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/about.properties
(rev 0)
+++
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/about.properties 2009-10-01
18:02:24 UTC (rev 17856)
@@ -0,0 +1,7 @@
+blurb=JBoss BPEL Editor Source\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Red Hat contributors and others, 2009. All rights reserved.\n\
+Visit
http://www.jboss.org/tools
Property changes on:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/about.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/build.properties
===================================================================
---
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/build.properties
(rev 0)
+++
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/build.properties 2009-10-01
18:02:24 UTC (rev 17856)
@@ -0,0 +1,5 @@
+bin.includes = plugin.*,\
+ about.*,\
+ src/,\
+ META-INF/
+sourcePlugin = true
Property changes on:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/plugin.properties
===================================================================
---
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/plugin.properties
(rev 0)
+++
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/plugin.properties 2009-10-01
18:02:24 UTC (rev 17856)
@@ -0,0 +1,3 @@
+pluginName = JBoss BPEL Editor Source
+providerName = JBoss by Red Hat
+
Property changes on:
trunk/bpel/features/org.jboss.tools.bpel.feature/sourceTemplatePlugin/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain