JBoss Tools SVN: r15911 - in trunk/jbpm/releng/org.jboss.tools.jbpm4.releng: psfs and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-06-11 17:17:55 -0400 (Thu, 11 Jun 2009)
New Revision: 15911
Added:
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/common.subclipse.psf
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/common.subversive.psf
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subclipse.psf
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subversive.psf
Modified:
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.linux
Log:
https://jira.jboss.org/jira/browse/JBIDE-4319 add more reqs; add geenrated .psfs for sources
Modified: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties 2009-06-11 21:05:59 UTC (rev 15910)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties 2009-06-11 21:17:55 UTC (rev 15911)
@@ -24,9 +24,11 @@
JAVA50_HOME=/usr/lib/jvm/java
dependencyURLs=\
+http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/GEF-runtime-3.5.0RC2.zip,\
http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/emf-r...
http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/xsd-r...
http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/wtp-S...
+http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/wtp-jpt-S-3.1RC2-20090526075706.zip,\
http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/eclip...
# alternate eclipse platforms - swap in above as needed
@@ -35,8 +37,6 @@
#http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5RC3-macosx-carbon.tar.gz,\
# not needed for jbpm, copied for reference (other builds may need these)
-#http://www.eclipse.org/downloads/download.php?r=1&file=/webtools/downloads/drops/R3.1/S-3.1M7-20090505073946/wtp-jpt-S-3.1M7-20090505073946.zip,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/tools/gef/downloads/drops/3.5.0/S200905011522/GEF-runtime-3.5.0M7.zip,\
#http://www.eclipse.org/downloads/download.php?r=1&file=/birt/downloads/drops/M-R1-2.5M7-200905061338/birt-report-framework-2.5M7.zip,\
#http://www.eclipse.org/downloads/download.php?r=1&file=/birt/downloads/drops/M-R1-2.5M7-200905061338/birt-wtp-integration-sdk-2.5M7.zip,\
#http://www.eclipse.org/downloads/download.php?r=1&file=/datatools/downloads/drops/N_DTP_1.7/dtp-1.7.0M7-200905052200.zip,\
Modified: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.linux
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.linux 2009-06-11 21:05:59 UTC (rev 15910)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.linux 2009-06-11 21:17:55 UTC (rev 15911)
@@ -24,9 +24,11 @@
JAVA50_HOME=/usr/lib/jvm/java
dependencyURLs=\
+http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/GEF-runtime-3.5.0RC2.zip,\
http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/emf-r...
http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/xsd-r...
http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/wtp-S...
+http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/wtp-jpt-S-3.1RC2-20090526075706.zip,\
http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/eclip...
# alternate eclipse platforms - swap in above as needed
@@ -35,8 +37,6 @@
#http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5RC3-macosx-carbon.tar.gz,\
# not needed for jbpm, copied for reference (other builds may need these)
-#http://www.eclipse.org/downloads/download.php?r=1&file=/webtools/downloads/drops/R3.1/S-3.1M7-20090505073946/wtp-jpt-S-3.1M7-20090505073946.zip,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/tools/gef/downloads/drops/3.5.0/S200905011522/GEF-runtime-3.5.0M7.zip,\
#http://www.eclipse.org/downloads/download.php?r=1&file=/birt/downloads/drops/M-R1-2.5M7-200905061338/birt-report-framework-2.5M7.zip,\
#http://www.eclipse.org/downloads/download.php?r=1&file=/birt/downloads/drops/M-R1-2.5M7-200905061338/birt-wtp-integration-sdk-2.5M7.zip,\
#http://www.eclipse.org/downloads/download.php?r=1&file=/datatools/downloads/drops/N_DTP_1.7/dtp-1.7.0M7-200905052200.zip,\
Added: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/common.subclipse.psf
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/common.subclipse.psf (rev 0)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/common.subclipse.psf 2009-06-11 21:17:55 UTC (rev 15911)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<psf version="2.0">
+<provider id="org.tigris.subversion.subclipse.core.svnnature">
+
+ <!-- !*** Contains features, plugins, and tests common to both jbpm3 and jbpm4. -->
+
+ <!-- !*** features -->
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+
+ <!-- !*** plugins -->
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
+
+ <!-- !*** test plugins -->
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
+
+</provider>
+</psf>
Property changes on: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/common.subclipse.psf
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/common.subversive.psf
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/common.subversive.psf (rev 0)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/common.subversive.psf 2009-06-11 21:17:55 UTC (rev 15911)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<psf version="2.0">
+<provider id="org.eclipse.team.svn.core.svnnature">
+
+ <!-- !*** Contains features, plugins, and tests common to both jbpm3 and jbpm4. -->
+
+ <!-- !*** features -->
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+
+ <!-- !*** plugins -->
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
+
+ <!-- !*** test plugins -->
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
+
+</provider>
+</psf>
Property changes on: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/common.subversive.psf
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subclipse.psf
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subclipse.psf (rev 0)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subclipse.psf 2009-06-11 21:17:55 UTC (rev 15911)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<psf version="2.0">
+<provider id="org.tigris.subversion.subclipse.core.svnnature">
+
+ <!-- !*** Contains features, plugins, and tests for jbpm4. -->
+ <!-- !*** See common.map for features, plugins, and tests common to both jbpm3 and jbpm4. -->
+
+ <!-- !*** features -->
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+
+ <!-- !*** plugins -->
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
+
+ <!-- !*** test feature -->
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+
+ <!-- !*** test plugins -->
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/tests/org.jbos..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/tests/org.jbos..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/tests/org.jbos..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/tests/org.jbpm..."/>
+
+</provider>
+</psf>
Property changes on: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subclipse.psf
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subversive.psf
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subversive.psf (rev 0)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subversive.psf 2009-06-11 21:17:55 UTC (rev 15911)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<psf version="2.0">
+<provider id="org.eclipse.team.svn.core.svnnature">
+
+ <!-- !*** Contains features, plugins, and tests for jbpm4. -->
+ <!-- !*** See common.map for features, plugins, and tests common to both jbpm3 and jbpm4. -->
+
+ <!-- !*** features -->
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+
+ <!-- !*** plugins -->
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
+
+ <!-- !*** test feature -->
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+
+ <!-- !*** test plugins -->
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/tests/org.jbos..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/tests/org.jbos..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/tests/org.jbos..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/tests/org.jbpm..."/>
+
+</provider>
+</psf>
Property changes on: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subversive.psf
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 6 months
JBoss Tools SVN: r15910 - in trunk/jmx: features/org.jboss.tools.jmx.feature and 8 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-06-11 17:05:59 -0400 (Thu, 11 Jun 2009)
New Revision: 15910
Modified:
trunk/jmx/docs/reference/en/master.xml
trunk/jmx/docs/reference/en/master_output.xml
trunk/jmx/features/org.jboss.tools.jmx.feature/feature.properties
trunk/jmx/features/org.jboss.tools.jmx.feature/feature.xml
trunk/jmx/features/org.jboss.tools.jmx.feature/feature_ja.properties
trunk/jmx/features/org.jboss.tools.jmx.feature/sourceTemplateFeature/feature.properties
trunk/jmx/features/org.jboss.tools.jmx.feature/sourceTemplatePlugin/about.properties
trunk/jmx/features/org.jboss.tools.jmx.feature/sourceTemplatePlugin/plugin.properties
trunk/jmx/features/org.jboss.tools.jmx.sdk.feature/feature.properties
trunk/jmx/features/org.jboss.tools.jmx.sdk.feature/feature.xml
trunk/jmx/features/org.jboss.tools.jmx.tests.feature/feature.properties
trunk/jmx/features/org.jboss.tools.jmx.tests.feature/sourceTemplatePlugin/plugin.properties
trunk/jmx/plugins/org.jboss.tools.jmx.core/plugin.properties
trunk/jmx/plugins/org.jboss.tools.jmx.core/plugin_ja.properties
trunk/jmx/plugins/org.jboss.tools.jmx.ui/plugin.properties
trunk/jmx/plugins/org.jboss.tools.jmx.ui/plugin_ja.properties
trunk/jmx/tests/org.jboss.tools.jmx.core.test/plugin.properties
Log:
fix provider names
Modified: trunk/jmx/docs/reference/en/master.xml
===================================================================
--- trunk/jmx/docs/reference/en/master.xml 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/docs/reference/en/master.xml 2009-06-11 21:05:59 UTC (rev 15910)
@@ -45,7 +45,7 @@
<copyright>
<year>2007</year>
<year>2009</year>
- <holder>JBoss, a division of Red Hat</holder>
+ <holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo>
Version: 1.1.0.M1
Modified: trunk/jmx/docs/reference/en/master_output.xml
===================================================================
--- trunk/jmx/docs/reference/en/master_output.xml 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/docs/reference/en/master_output.xml 2009-06-11 21:05:59 UTC (rev 15910)
@@ -43,7 +43,7 @@
<copyright>
<year>2007</year>
<year>2009</year>
- <holder>JBoss, a division of Red Hat</holder>
+ <holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo><diffmk:wrapper diffmk:change="changed">
Version: 1.1.0.M1
Modified: trunk/jmx/features/org.jboss.tools.jmx.feature/feature.properties
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.feature/feature.properties 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/features/org.jboss.tools.jmx.feature/feature.properties 2009-06-11 21:05:59 UTC (rev 15910)
@@ -1,6 +1,6 @@
# properties file for org.jboss.tools.jmx
featureName=JMX Console
-featureProvider=JBoss, a division of Red Hat
+featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
Modified: trunk/jmx/features/org.jboss.tools.jmx.feature/feature.xml
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.feature/feature.xml 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/features/org.jboss.tools.jmx.feature/feature.xml 2009-06-11 21:05:59 UTC (rev 15910)
@@ -12,7 +12,7 @@
<copyright>
JBoss, Home of Professional Open Source
-Copyright 2006-2009, JBoss, a division of Red Hat, and individual contributors as indicated
+Copyright 2006-2009, JBoss by Red Hat, and individual contributors as indicated
by the @authors tag. See the copyright.txt in the distribution
for a full listing of individual contributors.
</copyright>
Modified: trunk/jmx/features/org.jboss.tools.jmx.feature/feature_ja.properties
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.feature/feature_ja.properties 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/features/org.jboss.tools.jmx.feature/feature_ja.properties 2009-06-11 21:05:59 UTC (rev 15910)
@@ -1,5 +1,5 @@
featureName=JMX \u30B3\u30F3\u30BD\u30FC\u30EB
-featureProvider=JBoss, a division of Red Hat
+featureProvider=JBoss by Red Hat
updateSiteName=JBossTools Update Site
description=eclipse-jmx \u306F JMX \u3068 RMI \u30B3\u30CD\u30AF\u30BF\u30FC\u306B\u3088\u3063\u3066 Java \u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3092\u7BA1\u7406\u3059\u308B\u306E\u306B\u4F7F\u7528\u3055\u308C\u308B JMX \u30B3\u30F3\u30BD\u30FC\u30EB\u3067\u3059\u3002eclipse-jmx \u306F Eclipse \u304B\u3089\u5B9F\u884C\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
licenseURL=license.html
Modified: trunk/jmx/features/org.jboss.tools.jmx.feature/sourceTemplateFeature/feature.properties
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.feature/sourceTemplateFeature/feature.properties 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/features/org.jboss.tools.jmx.feature/sourceTemplateFeature/feature.properties 2009-06-11 21:05:59 UTC (rev 15910)
@@ -1,6 +1,6 @@
# properties file for org.jboss.tools.jmx.source
featureName=JMX Console Source
-featureProvider=JBoss, a division of Red Hat
+featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
Modified: trunk/jmx/features/org.jboss.tools.jmx.feature/sourceTemplatePlugin/about.properties
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.feature/sourceTemplatePlugin/about.properties 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/features/org.jboss.tools.jmx.feature/sourceTemplatePlugin/about.properties 2009-06-11 21:05:59 UTC (rev 15910)
@@ -1,4 +1,4 @@
-blurb=JMX Console Tests Source\n\
+blurb=JMX Console Source\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\
Modified: trunk/jmx/features/org.jboss.tools.jmx.feature/sourceTemplatePlugin/plugin.properties
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.feature/sourceTemplatePlugin/plugin.properties 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/features/org.jboss.tools.jmx.feature/sourceTemplatePlugin/plugin.properties 2009-06-11 21:05:59 UTC (rev 15910)
@@ -1,3 +1,3 @@
-pluginName = JMX Console Tests Source
-providerName = JBoss, a division of Red Hat
+pluginName = JMX Console Source
+providerName = JBoss by Red Hat
Modified: trunk/jmx/features/org.jboss.tools.jmx.sdk.feature/feature.properties
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.sdk.feature/feature.properties 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/features/org.jboss.tools.jmx.sdk.feature/feature.properties 2009-06-11 21:05:59 UTC (rev 15910)
@@ -1,6 +1,6 @@
# properties file for org.jboss.tools.jmx
featureName=JMX Console SDK
-featureProvider=JBoss, a division of Red Hat
+featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
Modified: trunk/jmx/features/org.jboss.tools.jmx.sdk.feature/feature.xml
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.sdk.feature/feature.xml 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/features/org.jboss.tools.jmx.sdk.feature/feature.xml 2009-06-11 21:05:59 UTC (rev 15910)
@@ -11,7 +11,7 @@
<copyright>
JBoss, Home of Professional Open Source
-Copyright 2006-2009, JBoss, a division of Red Hat, and individual contributors as indicated
+Copyright 2006-2009, JBoss by Red Hat, and individual contributors as indicated
by the @authors tag. See the copyright.txt in the distribution
for a full listing of individual contributors.
</copyright>
Modified: trunk/jmx/features/org.jboss.tools.jmx.tests.feature/feature.properties
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.tests.feature/feature.properties 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/features/org.jboss.tools.jmx.tests.feature/feature.properties 2009-06-11 21:05:59 UTC (rev 15910)
@@ -1,6 +1,6 @@
# properties file for org.jboss.tools.jmx.*.test*
featureName=JMX Console Tests
-featureProvider=JBoss, a division of Red Hat
+featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
Modified: trunk/jmx/features/org.jboss.tools.jmx.tests.feature/sourceTemplatePlugin/plugin.properties
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.tests.feature/sourceTemplatePlugin/plugin.properties 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/features/org.jboss.tools.jmx.tests.feature/sourceTemplatePlugin/plugin.properties 2009-06-11 21:05:59 UTC (rev 15910)
@@ -1,3 +1,3 @@
pluginName = JMX Console Tests Source
-providerName = JBoss, a division of Red Hat
+providerName = JBoss by Red Hat
Modified: trunk/jmx/plugins/org.jboss.tools.jmx.core/plugin.properties
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.core/plugin.properties 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.core/plugin.properties 2009-06-11 21:05:59 UTC (rev 15910)
@@ -1,3 +1,3 @@
# properties file for org.jboss.tools.jmx.core
-BundleProvider=JBoss, a division of Red Hat
+BundleProvider=JBoss by Red Hat
BundleName=JMX Resources Bundle
\ No newline at end of file
Modified: trunk/jmx/plugins/org.jboss.tools.jmx.core/plugin_ja.properties
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.core/plugin_ja.properties 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.core/plugin_ja.properties 2009-06-11 21:05:59 UTC (rev 15910)
@@ -1,2 +1,2 @@
-BundleProvider=JBoss, a division of Red Hat
+BundleProvider=JBoss by Red Hat
BundleName=JMX \u30EA\u30BD\u30FC\u30B9\u30FB\u30D0\u30F3\u30C9\u30EB
Modified: trunk/jmx/plugins/org.jboss.tools.jmx.ui/plugin.properties
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.ui/plugin.properties 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.ui/plugin.properties 2009-06-11 21:05:59 UTC (rev 15910)
@@ -1,7 +1,7 @@
# properties file for org.jboss.tools.jmx.ui
ActionDefinition.openMBean.name= Open MBean
ActionDefinition.openMBean.description= Open a MBean in a MBean editor
-BundleProvider =JBoss, a division of Red Hat
+BundleProvider =JBoss by Red Hat
BundleName = JMX Console
DefaultJMXConnectionProvider.name=Default JMX Connection
MBeanActionSet.label = MBean Navigation
Modified: trunk/jmx/plugins/org.jboss.tools.jmx.ui/plugin_ja.properties
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.ui/plugin_ja.properties 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.ui/plugin_ja.properties 2009-06-11 21:05:59 UTC (rev 15910)
@@ -1,6 +1,6 @@
ActionDefinition.openMBean.name=MBean \u3092\u958B\u304F
ActionDefinition.openMBean.description=MBean \u3092 MBean \u30A8\u30C7\u30A3\u30BF\u30FC\u3067\u958B\u304D\u307E\u3059
-BundleProvider=JBoss, a division of Red Hat
+BundleProvider=JBoss by Red Hat
BundleName=JMX \u30B3\u30F3\u30BD\u30FC\u30EB
DefaultJMXConnectionProvider.name=\u30C7\u30D5\u30A9\u30EB\u30C8 JMX \u63A5\u7D9A
MBeanActionSet.label=MBean \u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3
Modified: trunk/jmx/tests/org.jboss.tools.jmx.core.test/plugin.properties
===================================================================
--- trunk/jmx/tests/org.jboss.tools.jmx.core.test/plugin.properties 2009-06-11 21:01:58 UTC (rev 15909)
+++ trunk/jmx/tests/org.jboss.tools.jmx.core.test/plugin.properties 2009-06-11 21:05:59 UTC (rev 15910)
@@ -1,3 +1,3 @@
# properties file for org.jboss.tools.jmx.core.tests.test
-BundleProvider =JBoss, a division of Red Hat
+BundleProvider =JBoss by Red Hat
BundleName = JMX Resources Tests Bundle
\ No newline at end of file
15 years, 6 months
JBoss Tools SVN: r15909 - in trunk/jbpm/features: org.jboss.tools.jbpm4.tests.feature and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-06-11 17:01:58 -0400 (Thu, 11 Jun 2009)
New Revision: 15909
Modified:
trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/build.properties
trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/build.properties
trunk/jbpm/features/org.jbpm.gd.jpdl.feature/build.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-4319 hook up source feature and test source plugin generation
Modified: trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/build.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/build.properties 2009-06-11 20:58:12 UTC (rev 15908)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/build.properties 2009-06-11 21:01:58 UTC (rev 15909)
@@ -1 +1,6 @@
bin.includes = feature.xml
+
+generate.feature(a)org.jboss.tools.flow.jpdl4.source.feature=org.jboss.tools.flow.jpdl4.feature
+generate.feature(a)org.jboss.tools.jbpm.common.source.feature=org.jboss.tools.jbpm.common.feature
+generate.feature(a)org.jboss.tools.jbpm.convert.source.feature=org.jboss.tools.jbpm.convert.feature
+generate.feature(a)org.jbpm.gd.jpdl.source.feature=org.jbpm.gd.jpdl.feature
Modified: trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/build.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/build.properties 2009-06-11 20:58:12 UTC (rev 15908)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/build.properties 2009-06-11 21:01:58 UTC (rev 15909)
@@ -1,2 +1,9 @@
bin.includes = feature.xml,\
feature.properties
+
+generate.plugin(a)org.jboss.tools.jbpm.common.test.source=org.jboss.tools.jmx.core.test
+generate.plugin(a)org.jboss.tools.jbpm.convert.test.source=org.jboss.tools.jbpm.convert.test
+generate.plugin(a)org.jboss.tools.flow.jpdl4.test.source=org.jboss.tools.flow.jpdl4.test
+generate.plugin(a)org.jboss.tools.flow.jpdl4.multipage.test.source=org.jboss.tools.flow.jpdl4.multipage.test
+generate.plugin(a)org.jbpm.gd.jpdl.test.source=org.jbpm.gd.jpdl.test
+
\ No newline at end of file
Modified: trunk/jbpm/features/org.jbpm.gd.jpdl.feature/build.properties
===================================================================
--- trunk/jbpm/features/org.jbpm.gd.jpdl.feature/build.properties 2009-06-11 20:58:12 UTC (rev 15908)
+++ trunk/jbpm/features/org.jbpm.gd.jpdl.feature/build.properties 2009-06-11 21:01:58 UTC (rev 15909)
@@ -1,2 +1 @@
bin.includes = feature.xml
-generate.feature(a)org.jbpm.gd.jpdl.feature.source=org.jbpm.gd.jpdl.feature
15 years, 6 months
JBoss Tools SVN: r15908 - trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/filetransfer.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2009-06-11 16:58:12 -0400 (Thu, 11 Jun 2009)
New Revision: 15908
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/filetransfer/ECFExamplesTransport.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-4414 IO error: Invalid URL: http://download.jboss.org/jbosstools/examples/project-examples-3.0.xml is occured after Project Example wizard is called.
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/filetransfer/ECFExamplesTransport.java
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/filetransfer/ECFExamplesTransport.java 2009-06-11 20:54:14 UTC (rev 15907)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/filetransfer/ECFExamplesTransport.java 2009-06-11 20:58:12 UTC (rev 15908)
@@ -40,6 +40,7 @@
import org.eclipse.ecf.filetransfer.identity.FileIDFactory;
import org.eclipse.ecf.filetransfer.service.IRetrieveFileTransferFactory;
import org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer;
+import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper;
import org.eclipse.equinox.internal.provisional.p2.core.IServiceUI;
import org.eclipse.equinox.internal.provisional.p2.core.IServiceUI.AuthenticationInfo;
import org.eclipse.equinox.security.storage.ISecurePreferences;
@@ -49,7 +50,10 @@
import org.jboss.tools.project.examples.Messages;
import org.jboss.tools.project.examples.ProjectExamplesActivator;
import org.osgi.framework.Bundle;
+import org.osgi.framework.BundleContext;
import org.osgi.framework.BundleException;
+import org.osgi.framework.ServiceReference;
+import org.osgi.service.packageadmin.PackageAdmin;
import org.osgi.util.tracker.ServiceTracker;
/**
@@ -126,8 +130,6 @@
* Private to avoid client instantiation.
*/
private ECFExamplesTransport() {
- retrievalFactoryTracker = new ServiceTracker(ProjectExamplesActivator.getBundleContext(), IRetrieveFileTransferFactory.class.getName(), null);
- retrievalFactoryTracker.open();
}
/**
@@ -232,7 +234,7 @@
}
public IStatus performDownload(String name,String toDownload, OutputStream target, IConnectContext context, IProgressMonitor monitor) throws ProtocolException {
- IRetrieveFileTransferFactory factory = (IRetrieveFileTransferFactory) retrievalFactoryTracker.getService();
+ IRetrieveFileTransferFactory factory = (IRetrieveFileTransferFactory) getFileTransferServiceTracker().getService();
if (factory == null)
return new Status(IStatus.ERROR, ProjectExamplesActivator.PLUGIN_ID, Messages.ECFExamplesTransport_IO_error);
@@ -475,4 +477,46 @@
}
}
}
+
+ private synchronized ServiceTracker getFileTransferServiceTracker() {
+ if (retrievalFactoryTracker == null) {
+ retrievalFactoryTracker = new ServiceTracker(ProjectExamplesActivator.getBundleContext(), IRetrieveFileTransferFactory.class.getName(), null);
+ retrievalFactoryTracker.open();
+ startBundle("org.eclipse.ecf"); //$NON-NLS-1$
+ startBundle("org.eclipse.ecf.provider.filetransfer"); //$NON-NLS-1$
+ }
+ return retrievalFactoryTracker;
+ }
+
+ private boolean startBundle(String bundleId) {
+ PackageAdmin packageAdmin = (PackageAdmin) ServiceHelper.getService(ProjectExamplesActivator.getBundleContext(), PackageAdmin.class.getName());
+ if (packageAdmin == null)
+ return false;
+
+ Bundle[] bundles = packageAdmin.getBundles(bundleId, null);
+ if (bundles != null && bundles.length > 0) {
+ for (int i = 0; i < bundles.length; i++) {
+ try {
+ if ((bundles[0].getState() & Bundle.INSTALLED) == 0) {
+ bundles[0].start();
+ return true;
+ }
+ } catch (BundleException e) {
+ // failed, try next bundle
+ }
+ }
+ }
+ return false;
+ }
+
+ public static Object getService(BundleContext context, String name) {
+ if (context == null)
+ return null;
+ ServiceReference reference = context.getServiceReference(name);
+ if (reference == null)
+ return null;
+ Object result = context.getService(reference);
+ context.ungetService(reference);
+ return result;
+ }
}
15 years, 6 months
JBoss Tools SVN: r15907 - trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-06-11 16:54:14 -0400 (Thu, 11 Jun 2009)
New Revision: 15907
Modified:
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/common.map
Log:
https://jira.jboss.org/jira/browse/JBIDE-4319
Modified: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/common.map
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/common.map 2009-06-11 20:51:17 UTC (rev 15906)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/common.map 2009-06-11 20:54:14 UTC (rev 15907)
@@ -5,5 +5,6 @@
!*** plugins
plugin@org.jboss.tools.jbpm.common=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/plugins/org.jboss.tools.jbpm.common
+
+!*** test plugins
plugin@org.jboss.tools.jbpm.common.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/plugins/org.jboss.tools.jbpm.common.test
-
15 years, 6 months
JBoss Tools SVN: r15906 - in trunk/jbpm: features/org.jboss.tools.jbpm.common.feature and 14 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-06-11 16:51:17 -0400 (Thu, 11 Jun 2009)
New Revision: 15906
Added:
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/plugin.properties
Modified:
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/feature.properties
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/feature_ja.properties
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.xml
trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/feature.properties
trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/feature_ja.properties
trunk/jbpm/features/org.jboss.tools.jbpm3.tests.feature/feature.properties
trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.properties
trunk/jbpm/features/org.jbpm.gd.jpdl.feature/feature.xml
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage/plugin.properties
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4/plugin.properties
trunk/jbpm/plugins/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about.properties
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about_ja.properties
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/plugin.properties
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/plugin_ja.properties
trunk/jbpm/plugins/org.jbpm.gd.jpdl/plugin.properties
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/plugin.properties
trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/plugin.properties
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/plugin.properties
trunk/jbpm/tests/org.jbpm.gd.jpdl.test/plugin.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-4319 fix provider names
Modified: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/feature.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/feature.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -1,12 +1,12 @@
###############################################################################
-# Copyright (c) 2009 JBoss, a division of Red Hat and others.
+# Copyright (c) 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, a division of Red Hat - Initial implementation.
+# JBoss by Red Hat - Initial implementation.
##############################################################################
# feature.properties
# contains externalized strings for feature.xml
@@ -15,10 +15,10 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=jPDL4 Feature
+featureName=jPDL4 Graphical Editor
# "providerName" property - name of the company that provides the feature
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
Modified: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/feature_ja.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/feature_ja.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/feature_ja.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -1,2 +1,2 @@
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
updateSiteName=JBossTools Update Site
Modified: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.xml 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.xml 2009-06-11 20:51:17 UTC (rev 15906)
@@ -3,7 +3,7 @@
id="org.jboss.tools.jbpm.common.feature"
label="jBPM Common"
version="1.0.0.CR1"
- provider-name="JBoss, a Division of Red Hat">
+ provider-name="JBoss by Red Hat">
<description>
[Enter Feature Description here.]
Modified: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/feature.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/feature.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -1,12 +1,12 @@
###############################################################################
-# Copyright (c) 2008 JBoss, a division of Red Hat and others.
+# Copyright (c) 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, a division of Red Hat - Initial implementation.
+# JBoss by Red Hat - Initial implementation.
##############################################################################
# feature.properties
# contains externalized strings for feature.xml
@@ -18,7 +18,7 @@
featureName=jBPM Convert
# "providerName" property - name of the company that provides the feature
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
@@ -27,8 +27,8 @@
description=Conversion of bpmn files to jBPM syntax.
# "copyright" property - text of the "Feature Update Copyright"
-copyright=Copyright (c) 2008 JBoss, a division of 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\nwhich accompanies this distribution, and is available at\nhttp\://www.eclipse.org/legal/epl-v10.html\n\nContributors\:\nJBoss, a division of Red Hat - Initial implementation.\n
+copyright=Copyright (c) 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\nwhich accompanies this distribution, and is available at\nhttp\://www.eclipse.org/legal/epl-v10.html\n\nContributors\:\nJBoss by Red Hat - Initial implementation.\n
############### end of copyright property ####################################
# "licenseURL" property - URL of the "Feature License"
Modified: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/feature_ja.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/feature_ja.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/feature_ja.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -1,7 +1,7 @@
featureName=jBPM \u5909\u63DB
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
updateSiteName=JBossTools Update Site
description=BPMN \u30D5\u30A1\u30A4\u30EB\u304B\u3089 jBPM \u8A18\u6CD5\u3078\u306E\u5909\u63DB\u3002
-copyright=Copyright (c) 2008 JBoss, a division of 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.0which accompanies this distribution, and is available athttp//www.eclipse.org/legal/epl-v10.htmlContributorsJBoss, a division of Red Hat - Initial implementation.
+copyright=Copyright (c) 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.0which accompanies this distribution, and is available athttp//www.eclipse.org/legal/epl-v10.htmlContributorsJBoss by Red Hat - Initial implementation.
licenseURL=epl-v10.html
Modified: trunk/jbpm/features/org.jboss.tools.jbpm3.tests.feature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm3.tests.feature/feature.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/features/org.jboss.tools.jbpm3.tests.feature/feature.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -1,6 +1,6 @@
# properties file for org.jboss.tools.jmx.*.test*
featureName=jBPM 3 Tests
-featureProvider=JBoss, a division of Red Hat
+featureProvider=JBoss by Red Hat
# "description" property - description of the feature
description="This feature provides the tests for the tools that are provided for the jBPM 3 runtime."
Modified: trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -1,6 +1,6 @@
# properties file for org.jboss.tools.jmx.*.test*
featureName=jBPM 4 Tests
-featureProvider=JBoss, a division of Red Hat
+featureProvider=JBoss by Red Hat
# "description" property - description of the feature
description="This feature provides the tests for the tools that are provided for the jBPM 4 runtime."
Modified: trunk/jbpm/features/org.jbpm.gd.jpdl.feature/feature.xml
===================================================================
--- trunk/jbpm/features/org.jbpm.gd.jpdl.feature/feature.xml 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/features/org.jbpm.gd.jpdl.feature/feature.xml 2009-06-11 20:51:17 UTC (rev 15906)
@@ -3,7 +3,7 @@
id="org.jbpm.gd.jpdl.feature"
label="jBPM jPDL Tools"
version="3.1.7"
- provider-name="JBoss, a Division of Red Hat">
+ provider-name="JBoss by Red Hat">
<license>
This software is distributed under the LGPL license :
Modified: trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4/plugin.properties
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4/plugin.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4/plugin.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -1,3 +1,3 @@
#Properties file for org.jboss.tools.flow.jpdl4
-Bundle-Vendor.0 = JBoss, a Division of Red Hat
+Bundle-Vendor.0 = JBoss by Red Hat
Bundle-Name.0 = Jpdl4 Plug-in
\ No newline at end of file
Modified: trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage/plugin.properties
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage/plugin.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage/plugin.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -1,2 +1,2 @@
pluginName=Jpdl4 Multipage Editor Plug-in
-providerName=JBoss, a Division of Red Hat
\ No newline at end of file
+providerName=JBoss by Red Hat
\ No newline at end of file
Modified: trunk/jbpm/plugins/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/plugins/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF 2009-06-11 20:51:17 UTC (rev 15906)
@@ -3,7 +3,7 @@
Bundle-Name: jPDL Integration Tools
Bundle-SymbolicName: org.jboss.tools.jbpm.common;singleton:=true
Bundle-Version: 1.0.0.CR1
-Bundle-Vendor: JBoss, a Division of Red Hat
+Bundle-Vendor: JBoss by Red Hat
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.jface;bundle-version="3.4.2",
org.eclipse.ui;bundle-version="3.4.2",
Modified: trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about.properties
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -1,2 +1,2 @@
-blurb=jBPM Convert\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss, a division of Red Hat, contributors and others 2004 - 2009. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=jBPM Convert\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2009. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about_ja.properties
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about_ja.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/about_ja.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -1 +1 @@
-blurb=jBPM \u5909\u63DB\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss, a division of Red Hat, contributors and others 2004 - 2009. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=jBPM \u5909\u63DB\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2009. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/plugin.properties
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/plugin.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/plugin.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -2,4 +2,4 @@
wizard.description = Export a BPMN file to jPDL
category.name=BPMN
PLUGIN_NAME=jBPM Convert
-PLUGIN_PROVIDER=JBoss, a division of Red Hat
\ No newline at end of file
+PLUGIN_PROVIDER=JBoss by Red Hat
\ No newline at end of file
Modified: trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/plugin_ja.properties
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/plugin_ja.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/plugin_ja.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -2,4 +2,4 @@
wizard.description=BPMN \u30D5\u30A1\u30A4\u30EB\u3092 jPDL \u3078\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8
category.name=BPMN
PLUGIN_NAME=jBPM \u5909\u63DB
-PLUGIN_PROVIDER=JBoss, a division of Red Hat
+PLUGIN_PROVIDER=JBoss by Red Hat
Modified: trunk/jbpm/plugins/org.jbpm.gd.jpdl/plugin.properties
===================================================================
--- trunk/jbpm/plugins/org.jbpm.gd.jpdl/plugin.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/plugins/org.jbpm.gd.jpdl/plugin.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -1,3 +1,3 @@
# properties file for org.jbpm.gd.jpdl.test
-bundleProvider =JBoss, a Division of Red Hat
+bundleProvider =JBoss by Red Hat
bundleName = JBoss jBPM JPDL Designer Plug-in
\ No newline at end of file
Added: trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/plugin.properties
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/plugin.properties (rev 0)
+++ trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/plugin.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -0,0 +1,2 @@
+bundleProvider = JBoss by Red Hat
+bundleName = jBPM JPDL4 Multipage Tests
\ No newline at end of file
Property changes on: trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/plugin.properties
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/plugin.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/plugin.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -1,3 +1,2 @@
-# properties file for org.jbpm.gd.jpdl.test
-bundleProvider =JBoss, a division of Red Hat
-bundleName = jBPM GPD Tests Bundle
\ No newline at end of file
+bundleProvider = JBoss by Red Hat
+bundleName = jBPM JPDL4 Tests
\ No newline at end of file
Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/plugin.properties
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/plugin.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/plugin.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -1,3 +1,2 @@
-# properties file for org.jboss.tools.jbpm.common.test
-BundleProvider =JBoss, a division of Red Hat
-BundleName = jBPM Common Tests Bundle
\ No newline at end of file
+BundleProvider =JBoss by Red Hat
+BundleName = jBPM Common Tests
\ No newline at end of file
Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/plugin.properties
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/plugin.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/plugin.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -1,3 +1,2 @@
-# properties file for org.jboss.tools.jbpm.convert.test
-BundleProvider =JBoss, a division of Red Hat
-BundleName = jBPM Convert Tests Bundle
\ No newline at end of file
+BundleProvider =JBoss by Red Hat
+BundleName = jBPM Convert Tests
\ No newline at end of file
Modified: trunk/jbpm/tests/org.jbpm.gd.jpdl.test/plugin.properties
===================================================================
--- trunk/jbpm/tests/org.jbpm.gd.jpdl.test/plugin.properties 2009-06-11 20:49:00 UTC (rev 15905)
+++ trunk/jbpm/tests/org.jbpm.gd.jpdl.test/plugin.properties 2009-06-11 20:51:17 UTC (rev 15906)
@@ -1,3 +1,2 @@
-# properties file for org.jbpm.gd.jpdl.test
-bundleProvider =JBoss, a division of Red Hat
+bundleProvider =JBoss by Red Hat
bundleName = jBPM GPD Tests Bundle
\ No newline at end of file
15 years, 6 months
JBoss Tools SVN: r15905 - trunk/jbpm/releng/org.jboss.tools.jbpm4.releng.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-06-11 16:49:00 -0400 (Thu, 11 Jun 2009)
New Revision: 15905
Modified:
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.linux
Log:
https://jira.jboss.org/jira/browse/JBIDE-4319 rename .all to .sdk.feature for consistency
Modified: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties 2009-06-11 20:48:35 UTC (rev 15904)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties 2009-06-11 20:49:00 UTC (rev 15905)
@@ -9,8 +9,8 @@
buildType=N
version=4.0.0
-mainFeatureToBuildID=org.jboss.tools.jbpm4.all
-testFeatureToBuildID=org.jboss.tools.jbpm4.tests
+mainFeatureToBuildID=org.jboss.tools.jbpm4.sdk.feature
+testFeatureToBuildID=org.jboss.tools.jbpm4.tests.feature
build.steps=map2psf,buildUpdate,buildTests,generateDigests,test,publish,cleanup
Modified: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.linux
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.linux 2009-06-11 20:48:35 UTC (rev 15904)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.linux 2009-06-11 20:49:00 UTC (rev 15905)
@@ -9,8 +9,8 @@
buildType=N
version=4.0.0
-mainFeatureToBuildID=org.jboss.tools.jbpm4.all
-testFeatureToBuildID=org.jboss.tools.jbpm4.tests
+mainFeatureToBuildID=org.jboss.tools.jbpm4.sdk.feature
+testFeatureToBuildID=org.jboss.tools.jbpm4.tests.feature
build.steps=map2psf,buildUpdate,buildTests,generateDigests,test,publish,cleanup
15 years, 6 months
JBoss Tools SVN: r15904 - in trunk/jbpm/features: org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin and 3 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-06-11 16:48:35 -0400 (Thu, 11 Jun 2009)
New Revision: 15904
Added:
trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/
trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/about.ini
trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/about.mappings
trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/about.properties
trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/build.properties
trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/plugin.properties
trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/
trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/build.properties
trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/feature.properties
trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/license.html
trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/
trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/about.ini
trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/about.mappings
trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/about.properties
trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/build.properties
trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/plugin.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-4319 add source features/plugins, fix provider names, add missing properties files
Added: trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/about.ini
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/about.ini (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/about.ini 2009-06-11 20:48:35 UTC (rev 15904)
@@ -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/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/about.ini
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/about.mappings
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/about.mappings (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/about.mappings 2009-06-11 20:48:35 UTC (rev 15904)
@@ -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/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/about.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/about.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/about.properties 2009-06-11 20:48:35 UTC (rev 15904)
@@ -0,0 +1,7 @@
+blurb=jBPM 4 Tests 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/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/about.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/build.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/build.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/build.properties 2009-06-11 20:48:35 UTC (rev 15904)
@@ -0,0 +1,5 @@
+bin.includes = plugin.*,\
+ about.*,\
+ src/,\
+ META-INF/
+sourcePlugin = true
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/plugin.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/plugin.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/plugin.properties 2009-06-11 20:48:35 UTC (rev 15904)
@@ -0,0 +1,3 @@
+pluginName = jBPM 4 Tests Source
+providerName = JBoss by Red Hat
+
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/sourceTemplatePlugin/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/build.properties
===================================================================
--- trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/build.properties (rev 0)
+++ trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/build.properties 2009-06-11 20:48:35 UTC (rev 15904)
@@ -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/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/feature.properties (rev 0)
+++ trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/feature.properties 2009-06-11 20:48:35 UTC (rev 15904)
@@ -0,0 +1,21 @@
+# properties file for org.jboss.tools.jmx.source
+featureName=jBPM jPDL Tools Source
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=jBPM jPDL Tools Source
+
+# "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=ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\nMarch 17, 2005\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the Eclipse Foundation\nis provided to you under the terms and conditio!
ns of the Eclipse Public\nLicense Version 1.0 ("EPL"). A copy of the EPL is provided with this\nContent and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse.org CVS\nrepository ("Repository") in CVS modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory!
named "features".\nWithin a Feature, files named "feature.xml" may co
ntain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nFeatures may also include other Features ("Included Features"). Files named\n"feature.xml" may contain a list of the names and version numbers of\nIncluded Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JAR!
s\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nEclipse Update Manager, you must agree to a license ("Feature Update\nLicense") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties". Such Abouts,\nFeature Licenses and Feature Update Licenses contain the terms and\nconditions (or references to such terms and conditions) that govern your\nuse of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MA!
Y INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Common Public License Versio
n 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- IBM Public License 1.0 (available at http\://oss.software.ibm.com/developerworks/opensource/license10.html)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, posse!
ssion, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use,\nand re-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
+
\ No newline at end of file
Property changes on: trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/feature.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/license.html
===================================================================
--- trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/license.html (rev 0)
+++ trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/license.html 2009-06-11 20:48:35 UTC (rev 15904)
@@ -0,0 +1,79 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<head>
+<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
+<title>Eclipse.org Software User Agreement</title>
+</head>
+
+<body lang="EN-US" link=blue vlink=purple>
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>March 17, 2005</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+ (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+ CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+ OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+ NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+ CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse.org CVS repository ("Repository") in CVS
+ modules ("Modules") and made available as downloadable archives ("Downloads").</p>
+
+<ul>
+ <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").</li>
+ <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".</li>
+ <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins
+ and/or Fragments associated with that Feature.</li>
+ <li>Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and
+Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+ <li>The top-level (root) directory</li>
+ <li>Plug-in and Fragment directories</li>
+ <li>Inside Plug-ins and Fragments packaged as JARs</li>
+ <li>Sub-directories of the directory named "src" of certain Plug-ins</li>
+ <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is installed using the Eclipse Update Manager, you must agree to a license ("Feature Update License") during the
+installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
+inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+ <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+ <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+ <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+ <li>IBM Public License 1.0 (available at <a href="http://oss.software.ibm.com/developerworks/opensource/license10.html">http://oss.software.ibm.com/developerworks/opensource/license10.html</a>)</li>
+ <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
+ <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
+ another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
+ possession, or use, and re-export of encryption software, to see if this is permitted.</p>
+
+<small>Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.</small>
+</body>
+</html>
Property changes on: trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplateFeature/license.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/about.ini
===================================================================
--- trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/about.ini (rev 0)
+++ trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/about.ini 2009-06-11 20:48:35 UTC (rev 15904)
@@ -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/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/about.ini
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/about.mappings
===================================================================
--- trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/about.mappings (rev 0)
+++ trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/about.mappings 2009-06-11 20:48:35 UTC (rev 15904)
@@ -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/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/about.properties
===================================================================
--- trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/about.properties (rev 0)
+++ trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/about.properties 2009-06-11 20:48:35 UTC (rev 15904)
@@ -0,0 +1,7 @@
+blurb=jBPM jPDL Tools 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/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/about.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/build.properties
===================================================================
--- trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/build.properties (rev 0)
+++ trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/build.properties 2009-06-11 20:48:35 UTC (rev 15904)
@@ -0,0 +1,5 @@
+bin.includes = plugin.*,\
+ about.*,\
+ src/,\
+ META-INF/
+sourcePlugin = true
Property changes on: trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/plugin.properties
===================================================================
--- trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/plugin.properties (rev 0)
+++ trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/plugin.properties 2009-06-11 20:48:35 UTC (rev 15904)
@@ -0,0 +1,3 @@
+pluginName = jBPM jPDL Tools Source
+providerName = JBoss by Red Hat
+
Property changes on: trunk/jbpm/features/org.jbpm.gd.jpdl.feature/sourceTemplatePlugin/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 6 months
JBoss Tools SVN: r15903 - in trunk/jbpm/features: org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature and 7 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-06-11 16:48:01 -0400 (Thu, 11 Jun 2009)
New Revision: 15903
Added:
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/build.properties
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/feature.properties
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/license.html
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/about.ini
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/about.mappings
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/about.properties
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/build.properties
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/plugin.properties
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/build.properties
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/license.html
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.ini
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.mappings
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.properties
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/build.properties
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/plugin.properties
trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/
trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/build.properties
trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/feature.properties
trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/license.html
trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/
trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/about.ini
trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/about.mappings
trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/about.properties
trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/build.properties
trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/plugin.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-4319 add source features/plugins, fix provider names, add missing properties files
Added: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/build.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/build.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/build.properties 2009-06-11 20:48:01 UTC (rev 15903)
@@ -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/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/feature.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/feature.properties 2009-06-11 20:48:01 UTC (rev 15903)
@@ -0,0 +1,21 @@
+# properties file for org.jboss.tools.jmx.source
+featureName=jPDL4 Graphical Editor Source
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=jPDL4 Graphical Editor Source
+
+# "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=ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\nMarch 17, 2005\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the Eclipse Foundation\nis provided to you under the terms and conditio!
ns of the Eclipse Public\nLicense Version 1.0 ("EPL"). A copy of the EPL is provided with this\nContent and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse.org CVS\nrepository ("Repository") in CVS modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory!
named "features".\nWithin a Feature, files named "feature.xml" may co
ntain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nFeatures may also include other Features ("Included Features"). Files named\n"feature.xml" may contain a list of the names and version numbers of\nIncluded Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JAR!
s\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nEclipse Update Manager, you must agree to a license ("Feature Update\nLicense") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties". Such Abouts,\nFeature Licenses and Feature Update Licenses contain the terms and\nconditions (or references to such terms and conditions) that govern your\nuse of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MA!
Y INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Common Public License Versio
n 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- IBM Public License 1.0 (available at http\://oss.software.ibm.com/developerworks/opensource/license10.html)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, posse!
ssion, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use,\nand re-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
+
\ No newline at end of file
Property changes on: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/feature.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/license.html
===================================================================
--- trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/license.html (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/license.html 2009-06-11 20:48:01 UTC (rev 15903)
@@ -0,0 +1,79 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<head>
+<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
+<title>Eclipse.org Software User Agreement</title>
+</head>
+
+<body lang="EN-US" link=blue vlink=purple>
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>March 17, 2005</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+ (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+ CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+ OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+ NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+ CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse.org CVS repository ("Repository") in CVS
+ modules ("Modules") and made available as downloadable archives ("Downloads").</p>
+
+<ul>
+ <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").</li>
+ <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".</li>
+ <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins
+ and/or Fragments associated with that Feature.</li>
+ <li>Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and
+Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+ <li>The top-level (root) directory</li>
+ <li>Plug-in and Fragment directories</li>
+ <li>Inside Plug-ins and Fragments packaged as JARs</li>
+ <li>Sub-directories of the directory named "src" of certain Plug-ins</li>
+ <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is installed using the Eclipse Update Manager, you must agree to a license ("Feature Update License") during the
+installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
+inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+ <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+ <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+ <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+ <li>IBM Public License 1.0 (available at <a href="http://oss.software.ibm.com/developerworks/opensource/license10.html">http://oss.software.ibm.com/developerworks/opensource/license10.html</a>)</li>
+ <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
+ <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
+ another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
+ possession, or use, and re-export of encryption software, to see if this is permitted.</p>
+
+<small>Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.</small>
+</body>
+</html>
Property changes on: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplateFeature/license.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/about.ini
===================================================================
--- trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/about.ini (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/about.ini 2009-06-11 20:48:01 UTC (rev 15903)
@@ -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/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/about.ini
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/about.mappings
===================================================================
--- trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/about.mappings (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/about.mappings 2009-06-11 20:48:01 UTC (rev 15903)
@@ -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/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/about.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/about.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/about.properties 2009-06-11 20:48:01 UTC (rev 15903)
@@ -0,0 +1,7 @@
+blurb=jPDL4 Graphical 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/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/about.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/build.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/build.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/build.properties 2009-06-11 20:48:01 UTC (rev 15903)
@@ -0,0 +1,5 @@
+bin.includes = plugin.*,\
+ about.*,\
+ src/,\
+ META-INF/
+sourcePlugin = true
Property changes on: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/plugin.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/plugin.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/plugin.properties 2009-06-11 20:48:01 UTC (rev 15903)
@@ -0,0 +1,3 @@
+pluginName = jPDL4 Graphical Editor Source
+providerName = JBoss by Red Hat
+
Property changes on: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/sourceTemplatePlugin/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/build.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/build.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/build.properties 2009-06-11 20:48:01 UTC (rev 15903)
@@ -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/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties 2009-06-11 20:48:01 UTC (rev 15903)
@@ -0,0 +1,21 @@
+# properties file for org.jboss.tools.jmx.source
+featureName=jBPM Common Source
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=jBPM Common Source
+
+# "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=ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\nMarch 17, 2005\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the Eclipse Foundation\nis provided to you under the terms and conditio!
ns of the Eclipse Public\nLicense Version 1.0 ("EPL"). A copy of the EPL is provided with this\nContent and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse.org CVS\nrepository ("Repository") in CVS modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory!
named "features".\nWithin a Feature, files named "feature.xml" may co
ntain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nFeatures may also include other Features ("Included Features"). Files named\n"feature.xml" may contain a list of the names and version numbers of\nIncluded Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JAR!
s\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nEclipse Update Manager, you must agree to a license ("Feature Update\nLicense") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties". Such Abouts,\nFeature Licenses and Feature Update Licenses contain the terms and\nconditions (or references to such terms and conditions) that govern your\nuse of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MA!
Y INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Common Public License Versio
n 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- IBM Public License 1.0 (available at http\://oss.software.ibm.com/developerworks/opensource/license10.html)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, posse!
ssion, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use,\nand re-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
+
\ No newline at end of file
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/license.html
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/license.html (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/license.html 2009-06-11 20:48:01 UTC (rev 15903)
@@ -0,0 +1,79 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<head>
+<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
+<title>Eclipse.org Software User Agreement</title>
+</head>
+
+<body lang="EN-US" link=blue vlink=purple>
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>March 17, 2005</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+ (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+ CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+ OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+ NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+ CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse.org CVS repository ("Repository") in CVS
+ modules ("Modules") and made available as downloadable archives ("Downloads").</p>
+
+<ul>
+ <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").</li>
+ <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".</li>
+ <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins
+ and/or Fragments associated with that Feature.</li>
+ <li>Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and
+Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+ <li>The top-level (root) directory</li>
+ <li>Plug-in and Fragment directories</li>
+ <li>Inside Plug-ins and Fragments packaged as JARs</li>
+ <li>Sub-directories of the directory named "src" of certain Plug-ins</li>
+ <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is installed using the Eclipse Update Manager, you must agree to a license ("Feature Update License") during the
+installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
+inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+ <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+ <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+ <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+ <li>IBM Public License 1.0 (available at <a href="http://oss.software.ibm.com/developerworks/opensource/license10.html">http://oss.software.ibm.com/developerworks/opensource/license10.html</a>)</li>
+ <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
+ <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
+ another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
+ possession, or use, and re-export of encryption software, to see if this is permitted.</p>
+
+<small>Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.</small>
+</body>
+</html>
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/license.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.ini
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.ini (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.ini 2009-06-11 20:48:01 UTC (rev 15903)
@@ -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/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.ini
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.mappings
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.mappings (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.mappings 2009-06-11 20:48:01 UTC (rev 15903)
@@ -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/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.properties 2009-06-11 20:48:01 UTC (rev 15903)
@@ -0,0 +1,7 @@
+blurb=jBPM Common 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/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/about.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/build.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/build.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/build.properties 2009-06-11 20:48:01 UTC (rev 15903)
@@ -0,0 +1,5 @@
+bin.includes = plugin.*,\
+ about.*,\
+ src/,\
+ META-INF/
+sourcePlugin = true
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/plugin.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/plugin.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/plugin.properties 2009-06-11 20:48:01 UTC (rev 15903)
@@ -0,0 +1,3 @@
+pluginName = jBPM Common Source
+providerName = JBoss by Red Hat
+
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/build.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/build.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/build.properties 2009-06-11 20:48:01 UTC (rev 15903)
@@ -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/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/feature.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/feature.properties 2009-06-11 20:48:01 UTC (rev 15903)
@@ -0,0 +1,21 @@
+# properties file for org.jboss.tools.jmx.source
+featureName=jBPM Convert Source
+featureProvider=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=jBPM Convert Source
+
+# "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=ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\nMarch 17, 2005\n\nUsage Of Content\n\nTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\nOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\nUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\nAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\nNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\nAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\nAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\nOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\nTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\nOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\nBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\nApplicable Licenses\n\nUnless otherwise indicated, all Content made available by the Eclipse Foundation\nis provided to you under the terms and conditio!
ns of the Eclipse Public\nLicense Version 1.0 ("EPL"). A copy of the EPL is provided with this\nContent and is also available at http\://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.\n\nContent includes, but is not limited to, source code, object code,\ndocumentation and other files maintained in the Eclipse.org CVS\nrepository ("Repository") in CVS modules ("Modules") and made available\nas downloadable archives ("Downloads").\n\n- Content may be structured and packaged into modules to facilitate delivering,\nextending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\nplug-in fragments ("Fragments"), and features ("Features").\n- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)\nin a directory named "plugins".\n- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\nEach Feature may be packaged as a sub-directory in a directory!
named "features".\nWithin a Feature, files named "feature.xml" may co
ntain a list of the names and version\nnumbers of the Plug-ins and/or Fragments associated with that Feature.\n- Features may also include other Features ("Included Features"). Within a Feature, files\nnamed "feature.xml" may contain a list of the names and version numbers of Included Features.\n\nFeatures may also include other Features ("Included Features"). Files named\n"feature.xml" may contain a list of the names and version numbers of\nIncluded Features.\n\nThe terms and conditions governing Plug-ins and Fragments should be\ncontained in files named "about.html" ("Abouts"). The terms and\nconditions governing Features and Included Features should be contained\nin files named "license.html" ("Feature Licenses"). Abouts and Feature\nLicenses may be located in any directory of a Download or Module\nincluding, but not limited to the following locations\:\n\n- The top-level (root) directory\n- Plug-in and Fragment directories\n- Inside Plug-ins and Fragments packaged as JAR!
s\n- Sub-directories of the directory named "src" of certain Plug-ins\n- Feature directories\n\nNote\: if a Feature made available by the Eclipse Foundation is installed using the\nEclipse Update Manager, you must agree to a license ("Feature Update\nLicense") during the installation process. If the Feature contains\nIncluded Features, the Feature Update License should either provide you\nwith the terms and conditions governing the Included Features or inform\nyou where you can locate them. Feature Update Licenses may be found in\nthe "license" property of files named "feature.properties". Such Abouts,\nFeature Licenses and Feature Update Licenses contain the terms and\nconditions (or references to such terms and conditions) that govern your\nuse of the associated Content in that directory.\n\nTHE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER\nTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\nSOME OF THESE OTHER LICENSE AGREEMENTS MA!
Y INCLUDE (BUT ARE NOT LIMITED TO)\:\n\n- Common Public License Versio
n 1.0 (available at http\://www.eclipse.org/legal/cpl-v10.html)\n- Apache Software License 1.1 (available at http\://www.apache.org/licenses/LICENSE)\n- Apache Software License 2.0 (available at http\://www.apache.org/licenses/LICENSE-2.0)\n- IBM Public License 1.0 (available at http\://oss.software.ibm.com/developerworks/opensource/license10.html)\n- Metro Link Public License 1.00 (available at http\://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n- Mozilla Public License Version 1.1 (available at http\://www.mozilla.org/MPL/MPL-1.1.html)\n\nIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\nTO USE OF THE CONTENT. If no About, Feature License or Feature Update License\nis provided, please contact the Eclipse Foundation to determine what terms and conditions\ngovern that particular Content.\n\nCryptography\n\nContent may contain encryption software. The country in which you are\ncurrently may have restrictions on the import, posse!
ssion, and use,\nand/or re-export to another country, of encryption software. BEFORE\nusing any encryption software, please check the country's laws,\nregulations and policies concerning the import, possession, or use,\nand re-export of encryption software, to see if this is permitted.\n\nJava and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
+
\ No newline at end of file
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/feature.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/license.html
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/license.html (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/license.html 2009-06-11 20:48:01 UTC (rev 15903)
@@ -0,0 +1,79 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<head>
+<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
+<title>Eclipse.org Software User Agreement</title>
+</head>
+
+<body lang="EN-US" link=blue vlink=purple>
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>March 17, 2005</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+ (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+ CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+ OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+ NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+ CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse.org CVS repository ("Repository") in CVS
+ modules ("Modules") and made available as downloadable archives ("Downloads").</p>
+
+<ul>
+ <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").</li>
+ <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".</li>
+ <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins
+ and/or Fragments associated with that Feature.</li>
+ <li>Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and
+Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+ <li>The top-level (root) directory</li>
+ <li>Plug-in and Fragment directories</li>
+ <li>Inside Plug-ins and Fragments packaged as JARs</li>
+ <li>Sub-directories of the directory named "src" of certain Plug-ins</li>
+ <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is installed using the Eclipse Update Manager, you must agree to a license ("Feature Update License") during the
+installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
+inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+ <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+ <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+ <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+ <li>IBM Public License 1.0 (available at <a href="http://oss.software.ibm.com/developerworks/opensource/license10.html">http://oss.software.ibm.com/developerworks/opensource/license10.html</a>)</li>
+ <li>Metro Link Public License 1.00 (available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>)</li>
+ <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
+ another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
+ possession, or use, and re-export of encryption software, to see if this is permitted.</p>
+
+<small>Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.</small>
+</body>
+</html>
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplateFeature/license.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/about.ini
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/about.ini (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/about.ini 2009-06-11 20:48:01 UTC (rev 15903)
@@ -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/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/about.ini
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/about.mappings
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/about.mappings (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/about.mappings 2009-06-11 20:48:01 UTC (rev 15903)
@@ -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/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/about.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/about.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/about.properties 2009-06-11 20:48:01 UTC (rev 15903)
@@ -0,0 +1,7 @@
+blurb=jBPM Convert 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/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/about.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/build.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/build.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/build.properties 2009-06-11 20:48:01 UTC (rev 15903)
@@ -0,0 +1,5 @@
+bin.includes = plugin.*,\
+ about.*,\
+ src/,\
+ META-INF/
+sourcePlugin = true
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/plugin.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/plugin.properties (rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/plugin.properties 2009-06-11 20:48:01 UTC (rev 15903)
@@ -0,0 +1,3 @@
+pluginName = jBPM Convert Source
+providerName = JBoss by Red Hat
+
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/sourceTemplatePlugin/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 6 months
JBoss Tools SVN: r15902 - trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-06-11 16:47:07 -0400 (Thu, 11 Jun 2009)
New Revision: 15902
Removed:
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/elements.map
Modified:
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/jbpm4.map
Log:
https://jira.jboss.org/jira/browse/JBIDE-4319 rename
Deleted: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/elements.map
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/elements.map 2009-06-11 20:46:24 UTC (rev 15901)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/elements.map 2009-06-11 20:47:07 UTC (rev 15902)
@@ -1,10 +0,0 @@
-feature@org.jboss.tools.jbpm4.all=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jboss.tools.jbpm4.all
-feature@org.jboss.tools.flow.common.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jboss.tools.flow.common.feature
-feature@org.jboss.tools.flow.jpdl4.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature
-feature@org.jboss.tools.jbpm4.tests.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/tests/org.jboss.tools.jbpm4.tests
-
-plugin@org.jboss.tools.flow.common=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/plugins/org.jboss.tools.flow.common
-plugin@org.jboss.tools.flow.jpdl4=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4
-plugin@org.jboss.tools.flow.common.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/plugins/org.jboss.tools.flow.common.test
-plugin@org.jboss.tools.flow.jpdl4.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.test
-
Modified: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/jbpm4.map
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/jbpm4.map 2009-06-11 20:46:24 UTC (rev 15901)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/jbpm4.map 2009-06-11 20:47:07 UTC (rev 15902)
@@ -2,7 +2,7 @@
!*** See common.map for features, plugins, and tests common to both jbpm3 and jbpm4.
!*** features
-feature@org.jboss.tools.jbpm4.all=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jboss.tools.jbpm4.all
+feature@org.jboss.tools.jbpm4.sdk.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature
feature@org.jboss.tools.flow.jpdl4.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature
feature@org.jboss.tools.jbpm.convert.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature
feature@org.jbpm.gd.jpdl.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jbpm.gd.jpdl.feature
15 years, 6 months