JBoss Tools SVN: r17403 - trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/jbide.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2009-08-31 18:23:32 -0400 (Mon, 31 Aug 2009)
New Revision: 17403
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/jbide/JBide3989Test.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-4832 Fix SeamUiAllTests.testJBide3989
Modified: trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/jbide/JBide3989Test.java
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/jbide/JBide3989Test.java 2009-08-31 19:53:49 UTC (rev 17402)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/jbide/JBide3989Test.java 2009-08-31 22:23:32 UTC (rev 17403)
@@ -17,12 +17,17 @@
import org.eclipse.core.resources.IMarker;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IResource;
+import org.eclipse.core.resources.IWorkspaceRunnable;
import org.eclipse.core.resources.IncrementalProjectBuilder;
+import org.eclipse.core.resources.ResourcesPlugin;
import org.eclipse.core.runtime.CoreException;
+import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.core.runtime.NullProgressMonitor;
import org.eclipse.ui.IMarkerResolution;
import org.eclipse.ui.ide.IDE;
+import org.eclipse.wst.validation.internal.operations.OneValidatorOperation;
import org.eclipse.wst.validation.internal.operations.ValidatorManager;
+import org.eclipse.wst.validation.internal.operations.ValidatorSubsetOperation;
import org.jboss.tools.common.test.util.TestProjectProvider;
import org.jboss.tools.seam.core.ISeamProject;
import org.jboss.tools.seam.core.SeamCorePlugin;
@@ -57,6 +62,16 @@
ValidatorManager.addProjectBuildValidationSupport(project);
project.build(IncrementalProjectBuilder.CLEAN_BUILD,
new NullProgressMonitor());
+ // JBIDE-4832 - call SeamProjectPropertyValidator manually
+ IWorkspaceRunnable runnable = new IWorkspaceRunnable() {
+
+ public void run(IProgressMonitor monitor) throws CoreException {
+ String validatorId = "org.jboss.tools.seam.internal.core.validation.SeamProjectPropertyValidator";
+ ValidatorSubsetOperation op = new OneValidatorOperation(project, validatorId, true, false);
+ op.run(null);
+ }
+ };
+ ResourcesPlugin.getWorkspace().run(runnable, null);
JobUtils.waitForIdle();
}
15 years, 3 months
JBoss Tools SVN: r17402 - trunk/jbpm/features/org.jboss.tools.jbpm4.feature.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-08-31 15:53:49 -0400 (Mon, 31 Aug 2009)
New Revision: 17402
Modified:
trunk/jbpm/features/org.jboss.tools.jbpm4.feature/feature.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-2544 fix label
Modified: trunk/jbpm/features/org.jboss.tools.jbpm4.feature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.feature/feature.properties 2009-08-31 19:52:25 UTC (rev 17401)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.feature/feature.properties 2009-08-31 19:53:49 UTC (rev 17402)
@@ -1,4 +1,4 @@
-featureName=jBPM 4 Tools
+featureName=jBPM 4 Tools SDK
featureProvider=JBoss by Red Hat
description=This feature includes all end-user tools for jBPM 4, including runtime and sources.
copyright=Copyright 2009 Red Hat, Inc.
15 years, 3 months
JBoss Tools SVN: r17401 - trunk/jbpm/features/org.jboss.tools.jbpm3.sdk.feature.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-08-31 15:52:25 -0400 (Mon, 31 Aug 2009)
New Revision: 17401
Modified:
trunk/jbpm/features/org.jboss.tools.jbpm3.sdk.feature/feature.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-2544 fix label
Modified: trunk/jbpm/features/org.jboss.tools.jbpm3.sdk.feature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm3.sdk.feature/feature.properties 2009-08-31 19:41:37 UTC (rev 17400)
+++ trunk/jbpm/features/org.jboss.tools.jbpm3.sdk.feature/feature.properties 2009-08-31 19:52:25 UTC (rev 17401)
@@ -1,4 +1,4 @@
-featureName=All jBPM 3 Tools Features
+featureName=jBPM 3 Tools SDK
featureProvider=JBoss by Red Hat
description=This feature includes all end-user tools for jBPM 3, including runtime and sources.
copyright=Copyright 2009 Red Hat, Inc.
15 years, 3 months
JBoss Tools SVN: r17400 - in tags/jbpm-jpdl-4.1: org.jboss.tools.jbpm4.tests.feature and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-31 15:41:37 -0400 (Mon, 31 Aug 2009)
New Revision: 17400
Added:
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.tests.feature/
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.tests.feature/feature.xml
Removed:
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.tests.feature/feature.xml
Log:
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.tests.feature (from rev 16346, trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature)
Deleted: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.tests.feature/feature.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.xml 2009-07-02 17:05:41 UTC (rev 16346)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.tests.feature/feature.xml 2009-08-31 19:41:37 UTC (rev 17400)
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.jbpm4.tests.feature"
- label="%featureName"
- version="1.0.0.qualifier"
- provider-name="%featureProvider">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <!-- <plugin
- id="org.jboss.tools.flow.common.test"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
- -->
-
- <plugin
- id="org.eclipse.ant.optional.junit"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"/>
-
- <plugin
- id="org.eclipse.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.tools.flow.jpdl4.multipage.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.tools.flow.jpdl4.multipage.test.source"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <!--
- <plugin
- id="org.jboss.tools.flow.jpdl4.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.tools.flow.jpdl4.test.source"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
- -->
-
- <plugin
- id="org.jboss.tools.jbpm.common.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.tools.jbpm.common.test.source"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
-</feature>
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.tests.feature/feature.xml (from rev 17262, trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.xml)
===================================================================
--- tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.tests.feature/feature.xml (rev 0)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.tests.feature/feature.xml 2009-08-31 19:41:37 UTC (rev 17400)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.jbpm4.tests.feature"
+ label="%featureName"
+ version="4.1.0.qualifier"
+ provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <!-- <plugin
+ id="org.jboss.tools.flow.common.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+ -->
+
+ <plugin
+ id="org.eclipse.ant.optional.junit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"/>
+
+ <plugin
+ id="org.eclipse.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.flow.jpdl4.multipage.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.flow.jpdl4.multipage.test.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <!--
+ <plugin
+ id="org.jboss.tools.flow.jpdl4.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.flow.jpdl4.test.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+ -->
+
+ <plugin
+ id="org.jboss.tools.jbpm.common.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.jbpm.common.test.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
15 years, 3 months
JBoss Tools SVN: r17399 - in tags/jbpm-jpdl-4.1: org.jboss.tools.jbpm4.sdk.feature and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-31 15:41:18 -0400 (Mon, 31 Aug 2009)
New Revision: 17399
Added:
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature/
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature/build.properties
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature/feature.xml
Removed:
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature/build.properties
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature/feature.xml
Log:
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature (from rev 16346, trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature)
Deleted: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature/build.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/build.properties 2009-07-02 17:05:41 UTC (rev 16346)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature/build.properties 2009-08-31 19:41:18 UTC (rev 17399)
@@ -1,7 +0,0 @@
-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.flow.common.source.feature=org.jboss.tools.flow.common.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
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature/build.properties (from rev 16472, trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/build.properties)
===================================================================
--- tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature/build.properties (rev 0)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature/build.properties 2009-08-31 19:41:18 UTC (rev 17399)
@@ -0,0 +1,8 @@
+bin.includes = feature.xml,\
+ feature.properties
+
+generate.feature(a)org.jboss.tools.flow.jpdl4.source.feature=org.jboss.tools.flow.jpdl4.feature
+generate.feature(a)org.jboss.tools.flow.common.source.feature=org.jboss.tools.flow.common.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
Deleted: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature/feature.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/feature.xml 2009-07-02 17:05:41 UTC (rev 16346)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature/feature.xml 2009-08-31 19:41:18 UTC (rev 17399)
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.jbpm4.sdk.feature"
- label="%"
- version="4.0.0.qualifier">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <includes
- id="org.jboss.tools.jbpm.common.feature"
- version="0.0.0"/>
-
- <includes
- id="org.jboss.tools.jbpm.common.source.feature"
- version="0.0.0"/>
-
- <includes
- id="org.jboss.tools.flow.common.feature"
- version="0.0.0"/>
-
- <includes
- id="org.jboss.tools.flow.common.source.feature"
- version="0.0.0"/>
-
- <includes
- id="org.jboss.tools.flow.jpdl4.feature"
- version="0.0.0"/>
-
- <includes
- id="org.jboss.tools.flow.jpdl4.source.feature"
- version="0.0.0"/>
-
-
-
-</feature>
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature/feature.xml (from rev 17261, trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/feature.xml)
===================================================================
--- tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature/feature.xml (rev 0)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.sdk.feature/feature.xml 2009-08-31 19:41:18 UTC (rev 17399)
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.jbpm4.sdk.feature"
+ label="%featureName"
+ version="4.1.0.qualifier"
+ provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <includes
+ id="org.jboss.tools.jbpm.common.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.jboss.tools.jbpm.common.source.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.jboss.tools.flow.common.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.jboss.tools.flow.common.source.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.jboss.tools.flow.jpdl4.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.jboss.tools.flow.jpdl4.source.feature"
+ version="0.0.0"/>
+
+</feature>
15 years, 3 months
JBoss Tools SVN: r17398 - in tags/jbpm-jpdl-4.1: org.jboss.tools.jbpm4.releng and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-31 15:40:54 -0400 (Mon, 31 Aug 2009)
New Revision: 17398
Added:
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.releng/
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.releng/build.properties
Removed:
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.releng/build.properties
Log:
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.releng (from rev 16347, trunk/jbpm/releng/org.jboss.tools.jbpm4.releng)
Deleted: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.releng/build.properties
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties 2009-07-02 17:11:17 UTC (rev 16347)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.releng/build.properties 2009-08-31 19:40:54 UTC (rev 17398)
@@ -1,59 +0,0 @@
-## BEGIN PROJECT BUILD PROPERTIES ##
-
-# this property allows ant-contrib and pde-svn-plugin to be fetched and installed automatically for you
-thirdPartyDownloadLicenseAcceptance="I accept"
-
-projectid=jbosstools.jbpm4
-zipPrefix=jbpm4
-incubation=
-buildType=N
-version=4.0.0
-
-mainFeatureToBuildID=org.jboss.tools.jbpm4.sdk.feature
-testFeatureToBuildID=org.jboss.tools.jbpm4.tests.feature
-
-build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
-
-# Re-use local sources?
-localSourceCheckoutDir=/home/nboldt/eclipse/workspace-jboss/jbosstools-trunk/jbpm
-relengBuilderDir=/home/nboldt/eclipse/workspace-jboss/jbosstools-trunk/jbpm/releng/org.jboss.tools.jbpm4.releng
-relengBaseBuilderDir=/home/nboldt/eclipse/workspace-jboss/org.eclipse.releng.basebuilder
-relengCommonBuilderDir=/home/nboldt/eclipse/workspace-jboss/org.eclipse.dash.common.releng
-
-JAVA_HOME=/usr/lib/jvm/java
-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-runtime-2.5.0RC2.zip,\
-http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/xsd-runtime-2.5.0RC2.zip,\
-http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/wtp-S-3.1RC2-20090526075706.zip,\
-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/eclipse-SDK-3.5RC3-linux-gtk.tar.gz
-
-# alternate eclipse platforms - swap in above as needed
-#http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5RC3-win32.zip,\
-#http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5RC3-linux-gtk-x86_64.tar.gz,\
-#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=/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,\
-#http://www.eclipse.org/downloads/download.php?r=1&file=/tptp/4.6.0/TPTP-4.6.0M7-200904260100/tptp.runtime-TPTP-4.6.0M7.zip,\
-
-flattenDependencies=true
-parallelCompilation=true
-generateFeatureVersionSuffix=true
-individualSourceBundles=true
-
-domainNamespace=*
-projNamespace=org.jboss.tools.jbpm4
-projRelengName=org.jboss.tools.jbpm4.releng
-
-# needed for Hudson, not for local?
-#projRelengRoot=svn://svn.jboss.org/repos/jbosstools/trunk/jmx
-#projRelengPath=releng
-#basebuilderBranch=R35_M6
-
-## END PROJECT BUILD PROPERTIES ##
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.releng/build.properties (from rev 16806, trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties)
===================================================================
--- tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.releng/build.properties (rev 0)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm4.releng/build.properties 2009-08-31 19:40:54 UTC (rev 17398)
@@ -0,0 +1,60 @@
+## BEGIN PROJECT BUILD PROPERTIES ##
+
+# this property allows ant-contrib and pde-svn-plugin to be fetched and installed automatically for you
+thirdPartyDownloadLicenseAcceptance="I accept"
+
+projectid=jbosstools.jbpm4
+zipPrefix=jBPM
+incubation=
+buildType=N
+version=4.1.0
+buildAlias=jPDL4
+
+mainFeatureToBuildID=org.jboss.tools.jbpm4.sdk.feature
+testFeatureToBuildID=org.jboss.tools.jbpm4.tests.feature
+
+build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
+
+# Re-use local sources?
+localSourceCheckoutDir=/Users/koen/Workspace/Eclipse/3.5.0/jBPM-GPD
+relengBuilderDir=/Users/koen/Workspace/Eclipse/3.5.0/jBPM-GPD/org.jboss.tools.jbpm4.releng
+relengBaseBuilderDir=/Users/koen/Workspace/Eclipse/3.5.0/jBPM-GPD/org.eclipse.releng.basebuilder
+relengCommonBuilderDir=/Users/koen/Workspace/Eclipse/3.5.0/jBPM-GPD/org.eclipse.dash.common.releng
+
+JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
+JAVA50_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
+
+dependencyURLs=\
+http://eclipse.unixheads.org/tools/gef/downloads/drops/3.5.0/R200906221200/GEF-runtime-3.5.0.zip,\
+http://ftp.osuosl.org/pub/eclipse/modeling/emf/emf/downloads/drops/2.5.0/R200906151043/emf-runtime-2.5.0.zip,\
+http://ftp.osuosl.org/pub/eclipse/modeling/emf/emf/downloads/drops/2.5.0/R200906151043/xsd-runtime-2.5.0.zip,\
+http://eclipse.unixheads.org/webtools/downloads/drops/R3.1/R-3.1-20090616035105/wtp-R-3.1-20090616035105.zip,\
+http://eclipse.unixheads.org/webtools/downloads/drops/R3.1/R-3.1-20090616035105/wtp-jpt-R-3.1-20090616035105.zip,\
+http://eclipse.unixheads.org/eclipse/downloads/drops/R-3.5-200906111540/eclipse-SDK-3.5-linux-gtk.tar.gz
+
+# alternate eclipse platforms - swap in above as needed
+#http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5RC3-win32.zip,\
+#http://anonsvn.jboss.org/repos/repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5RC3-linux-gtk-x86_64.tar.gz,\
+#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=/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,\
+#http://www.eclipse.org/downloads/download.php?r=1&file=/tptp/4.6.0/TPTP-4.6.0M7-200904260100/tptp.runtime-TPTP-4.6.0M7.zip,\
+
+flattenDependencies=true
+parallelCompilation=true
+generateFeatureVersionSuffix=true
+individualSourceBundles=true
+
+domainNamespace=*
+projNamespace=org.jboss.tools.jbpm4
+projRelengName=org.jboss.tools.jbpm4.releng
+
+# needed for Hudson, not for local?
+#projRelengRoot=svn://svn.jboss.org/repos/jbosstools/trunk/jmx
+#projRelengPath=releng
+#basebuilderBranch=R35_M6
+
+## END PROJECT BUILD PROPERTIES ##
15 years, 3 months
JBoss Tools SVN: r17397 - in tags/jbpm-jpdl-4.1: org.jboss.tools.jbpm.common.test/META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-31 15:40:33 -0400 (Mon, 31 Aug 2009)
New Revision: 17397
Added:
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.test/
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF
Removed:
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF
Log:
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.test (from rev 16344, trunk/jbpm/tests/org.jboss.tools.jbpm.common.test)
Deleted: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF 2009-07-02 15:15:08 UTC (rev 16344)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF 2009-08-31 19:40:33 UTC (rev 17397)
@@ -1,10 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %BundleName
-Bundle-SymbolicName: org.jboss.tools.jbpm.common.test
-Bundle-Version: 1.0.0.qualifier
-Bundle-Vendor: %BundleProvider
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.junit,
- org.jboss.tools.jbpm.common,
- org.eclipse.jdt.core
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF (from rev 17268, trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF)
===================================================================
--- tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF (rev 0)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF 2009-08-31 19:40:33 UTC (rev 17397)
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %BundleName
+Bundle-SymbolicName: org.jboss.tools.jbpm.common.test
+Bundle-Version: 1.1.0.qualifier
+Bundle-Vendor: %BundleProvider
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.junit,
+ org.jboss.tools.jbpm.common,
+ org.eclipse.jdt.core
15 years, 3 months
JBoss Tools SVN: r17396 - in tags/jbpm-jpdl-4.1: org.jboss.tools.jbpm.common.feature and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-31 15:40:13 -0400 (Mon, 31 Aug 2009)
New Revision: 17396
Added:
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/build.properties
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/feature.properties
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/feature.xml
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/plugin.properties
Removed:
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/build.properties
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/feature.xml
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/plugin.properties
Log:
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature (from rev 16344, trunk/jbpm/features/org.jboss.tools.jbpm.common.feature)
Deleted: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/build.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/build.properties 2009-07-02 15:15:08 UTC (rev 16344)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/build.properties 2009-08-31 19:40:13 UTC (rev 17396)
@@ -1 +0,0 @@
-bin.includes = feature.xml
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/build.properties (from rev 16437, trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/build.properties)
===================================================================
--- tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/build.properties (rev 0)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/build.properties 2009-08-31 19:40:13 UTC (rev 17396)
@@ -0,0 +1,2 @@
+bin.includes = feature.xml,\
+ feature.properties
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/feature.properties (from rev 16437, trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.properties)
===================================================================
--- tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/feature.properties (rev 0)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/feature.properties 2009-08-31 19:40:13 UTC (rev 17396)
@@ -0,0 +1,90 @@
+featureName=Common tools for jBPM 3 and jBPM 4
+featureProvider=JBoss by Red Hat
+description=This feature includes common end-user tools for jBPM 3 and jBPM 4.
+copyright=Copyright 2009 Red Hat, Inc.
+licenseURL=http://www.eclipse.org/legal/epl-v10.html
+license= Eclipse Public License - v 1.0\n\
+\n\
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.\n\
+\n\
+\n\
+1. DEFINITIONS\n\
+\n\
+"Contribution" means:\n\
+a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and\n\
+b) in the case of each subsequent Contributor:\n\
+ i) changes to the Program, and\n\
+ ii) additions to the Program;\n\
+where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program\n\
+which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.\n\
+\n\
+"Contributor" means any person or entity that distributes the Program.\n\
+\n\
+"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.\n\
+\n\
+"Program" means the Contributions distributed in accordance with this Agreement.\n\
+\n\
+"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.\n\
+\n\
+\n\
+2. GRANT OF RIGHTS\n\
+\n\
+a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source\n\
+code and object code form.\n\
+\n\
+b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor,\n\
+such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.\n\
+\n\
+c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other\n\
+intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.\n\
+\n\
+d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.\n\
+\n\
+\n\
+3. REQUIREMENTS\n\
+\n\
+A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:\n\
+a) it complies with the terms and conditions of this Agreement; and\n\
+b) its license agreement:\n\
+i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;\n\
+ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;\n\
+iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and\n\
+iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.\n\
+\n\
+When the Program is made available in source code form:\n\
+a) it must be made available under this Agreement; and\n\
+b) a copy of this Agreement must be included with each copy of the Program.\n\
+\n\
+Contributors may not remove or alter any copyright notices contained within the Program.\n\
+\n\
+Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.\n\
+\n\
+\n\
+4. COMMERCIAL DISTRIBUTION\n\
+\n\
+Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create\n\
+potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from\n\
+claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control,and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers wa!
rranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial\n\
+Contributor must pay those damages.\n\
+\n\
+\n\
+5. NO WARRANTY\n\
+\n\
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with\n\
+its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.\n\
+\n\
+\n\
+6. DISCLAIMER OF LIABILITY\n\
+\n\
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE\n\
+OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\
+\n\
+\n\
+7. GENERAL\n\
+\n\
+If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision\n\
+valid and enforceable. If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. Everyone is permit!
ted to copy and distribute copies of this Agreement,\n\
+but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version\n\
+number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.\n\
+\n\
+\n\
\ No newline at end of file
Deleted: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/feature.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.xml 2009-07-02 15:15:08 UTC (rev 16344)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/feature.xml 2009-08-31 19:40:13 UTC (rev 17396)
@@ -1,216 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.jbpm.common.feature"
- label="jBPM Common"
- version="1.0.0.qualifier"
- provider-name="JBoss by Red Hat">
-
- <description>
- [Enter Feature Description here.]
- </description>
-
- <license url="http://www.eclipse.org/legal/epl-v10.html">
- Eclipse Public License - v 1.0
-THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS
-ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
-DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE
-OF THIS AGREEMENT.
-1. DEFINITIONS
-"Contribution" means:
-a) in the case of the initial Contributor, the initial code and
-documentation distributed under this Agreement, and
-b) in the case of each subsequent Contributor:
-i) changes to the Program, and
-ii) additions to the Program;
-where such changes and/or additions to the Program originate
-from and are distributed by that particular Contributor. A Contribution
-'originates' from a Contributor if it was added to the Program
-by such Contributor itself or anyone acting on such Contributor's
-behalf. Contributions do not include additions to the Program
-which: (i) are separate modules of software distributed in conjunction
-with the Program under their own license agreement, and (ii)
-are not derivative works of the Program.
-"Contributor" means any person or entity that distributes the
-Program.
-"Licensed Patents " mean patent claims licensable by a Contributor
-which are necessarily infringed by the use or sale of its Contribution
-alone or when combined with the Program.
-"Program" means the Contributions distributed in accordance with
-this Agreement.
-"Recipient" means anyone who receives the Program under this
-Agreement, including all Contributors.
-2. GRANT OF RIGHTS
-a) Subject to the terms of this Agreement, each Contributor hereby
-grants Recipient a non-exclusive, worldwide, royalty-free copyright
-license to reproduce, prepare derivative works of, publicly display,
-publicly perform, distribute and sublicense the Contribution
-of such Contributor, if any, and such derivative works, in source
-code and object code form.
-b) Subject to the terms of this Agreement, each Contributor hereby
-grants Recipient a non-exclusive, worldwide, royalty-free patent
-license under Licensed Patents to make, use, sell, offer to sell,
-import and otherwise transfer the Contribution of such Contributor,
-if any, in source code and object code form. This patent license
-shall apply to the combination of the Contribution and the Program
-if, at the time the Contribution is added by the Contributor,
-such addition of the Contribution causes such combination to
-be covered by the Licensed Patents. The patent license shall
-not apply to any other combinations which include the Contribution.
-No hardware per se is licensed hereunder.
-c) Recipient understands that although each Contributor grants
-the licenses to its Contributions set forth herein, no assurances
-are provided by any Contributor that the Program does not infringe
-the patent or other intellectual property rights of any other
-entity. Each Contributor disclaims any liability to Recipient
-for claims brought by any other entity based on infringement
-of intellectual property rights or otherwise. As a condition
-to exercising the rights and licenses granted hereunder, each
-Recipient hereby assumes sole responsibility to secure any other
-intellectual property rights needed, if any. For example, if
-a third party patent license is required to allow Recipient to
-distribute the Program, it is Recipient's responsibility to acquire
-that license before distributing the Program.
-d) Each Contributor represents that to its knowledge it has sufficient
-copyright rights in its Contribution, if any, to grant the copyright
-license set forth in this Agreement.
-3. REQUIREMENTS
-A Contributor may choose to distribute the Program in object
-code form under its own license agreement, provided that:
-a) it complies with the terms and conditions of this Agreement;
-and
-b) its license agreement:
-i) effectively disclaims on behalf of all Contributors all warranties
-and conditions, express and implied, including warranties or
-conditions of title and non-infringement, and implied warranties
-or conditions of merchantability and fitness for a particular
-purpose;
-ii) effectively excludes on behalf of all Contributors all liability
-for damages, including direct, indirect, special, incidental
-and consequential damages, such as lost profits;
-iii) states that any provisions which differ from this Agreement
-are offered by that Contributor alone and not by any other party;
-and
-iv) states that source code for the Program is available from
-such Contributor, and informs licensees how to obtain it in a
-reasonable manner on or through a medium customarily used for
-software exchange.
-When the Program is made available in source code form:
-a) it must be made available under this Agreement; and
-b) a copy of this Agreement must be included with each copy of
-the Program.
-Contributors may not remove or alter any copyright notices contained
-within the Program.
-Each Contributor must identify itself as the originator of its
-Contribution, if any, in a manner that reasonably allows subsequent
-Recipients to identify the originator of the Contribution.
-4. COMMERCIAL DISTRIBUTION
-Commercial distributors of software may accept certain responsibilities
-with respect to end users, business partners and the like. While
-this license is intended to facilitate the commercial use of
-the Program, the Contributor who includes the Program in a commercial
-product offering should do so in a manner which does not create
-potential liability for other Contributors. Therefore, if a Contributor
-includes the Program in a commercial product offering, such Contributor
-("Commercial Contributor") hereby agrees to defend and indemnify
-every other Contributor ("Indemnified Contributor") against any
-losses, damages and costs (collectively "Losses") arising from
-claims, lawsuits and other legal actions brought by a third party
-against the Indemnified Contributor to the extent caused by the
-acts or omissions of such Commercial Contributor in connection
-with its distribution of the Program in a commercial product
-offering. The obligations in this section do not apply to any
-claims or Losses relating to any actual or alleged intellectual
-property infringement. In order to qualify, an Indemnified Contributor
-must: a) promptly notify the Commercial Contributor in writing
-of such claim, and b) allow the Commercial Contributor to control,and
-cooperate with the Commercial Contributor in, the defense and
-any related settlement negotiations. The Indemnified Contributor
-may participate in any such claim at its own expense. For example,
-a Contributor might include the Program in a commercial product
-offering, Product X. That Contributor is then a Commercial Contributor.
-If that Commercial Contributor then makes performance claims,
-or offers warranties related to Product X, those performance
-claims and warranties are such Commercial Contributor's responsibility
-alone. Under this section, the Commercial Contributor would have
-to defend claims against the other Contributors related to those
-performance claims and warranties, and if a court requires any
-other Contributor to pay any damages as a result, the Commercial
-Contributor must pay those damages.
-5. NO WARRANTY
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM
-IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
-OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
-ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
-OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
-responsible for determining the appropriateness of using and
-distributing the Program and assumes all risks associated with
-its exercise of rights under this Agreement , including but not
-limited to the risks and costs of program errors, compliance
-with applicable laws, damage to or loss of data, programs or
-equipment, and unavailability or interruption of operations.
-6. DISCLAIMER OF LIABILITY
-EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
-NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT,
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE
-OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY
-OF SUCH DAMAGES.
-7. GENERAL
-If any provision of this Agreement is invalid or unenforceable
-under applicable law, it shall not affect the validity or enforceability
-of the remainder of the terms of this Agreement, and without
-further action by the parties hereto, such provision shall be
-reformed to the minimum extent necessary to make such provision
-valid and enforceable. If Recipient institutes patent litigation
-against any entity (including a cross-claim or counterclaim in
-a lawsuit) alleging that the Program itself (excluding combinations
-of the Program with other software or hardware) infringes such
-Recipient's patent(s), then such Recipient's rights granted under
-Section 2(b) shall terminate as of the date such litigation is
-filed. All Recipient's rights under this Agreement shall terminate
-if it fails to comply with any of the material terms or conditions
-of this Agreement and does not cure such failure in a reasonable
-period of time after becoming aware of such noncompliance. If
-all Recipient's rights under this Agreement terminate, Recipient
-agrees to cease use and distribution of the Program as soon as
-reasonably practicable. However, Recipient's obligations under
-this Agreement and any licenses granted by Recipient relating
-to the Program shall continue and survive. Everyone is permitted
-to copy and distribute copies of this Agreement,
-but in order to avoid inconsistency the Agreement is copyrighted
-and may only be modified in the following manner. The Agreement
-Steward reserves the right to publish new versions (including
-revisions) of this Agreement from time to time. No one other
-than the Agreement Steward has the right to modify this Agreement.
-The Eclipse Foundation is the initial Agreement Steward. The
-Eclipse Foundation may assign the responsibility to serve as
-the Agreement Steward to a suitable separate entity. Each new
-version of the Agreement will be given a distinguishing version
-number. The Program (including Contributions) may always be distributed
-subject to the version of the Agreement under which it was received.
-In addition, after a new version of the Agreement is published,
-Contributor may elect to distribute the Program (including its
-Contributions) under the new version. Except as expressly stated
-in Sections 2(a) and 2(b) above, Recipient receives no rights
-or licenses to the intellectual property of any Contributor under
-this Agreement, whether expressly, by implication, estoppel or
-otherwise. All rights in the Program not expressly granted under
-this Agreement are reserved. This Agreement is governed by the
-laws of the State of New York and the intellectual property laws
-of the United States of America. No party to this Agreement will
-bring a legal action under this Agreement more than one year
-after the cause of action arose. Each party waives its rights
-to a jury trial in any resulting litigation.
- </license>
-
- <plugin
- id="org.jboss.tools.jbpm.common"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
-</feature>
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/feature.xml (from rev 17267, trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.xml)
===================================================================
--- tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/feature.xml (rev 0)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/feature.xml 2009-08-31 19:40:13 UTC (rev 17396)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.jbpm.common.feature"
+ label="%featureName"
+ version="1.1.0.qualifier"
+ provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin
+ id="org.jboss.tools.jbpm.common"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
Deleted: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties 2009-07-02 15:15:08 UTC (rev 16344)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties 2009-08-31 19:40:13 UTC (rev 17396)
@@ -1,21 +0,0 @@
-# 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 Licens!
e 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
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties (from rev 16469, trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties)
===================================================================
--- tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties (rev 0)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/sourceTemplateFeature/feature.properties 2009-08-31 19:40:13 UTC (rev 17396)
@@ -0,0 +1,21 @@
+# properties file for org.jboss.tools.jmx.source
+featureName=Common tools for jBPM 3 and jBPM 4 Sources
+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 Licens!
e 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
Deleted: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/plugin.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/plugin.properties 2009-07-02 15:15:08 UTC (rev 16344)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/plugin.properties 2009-08-31 19:40:13 UTC (rev 17396)
@@ -1,3 +0,0 @@
-pluginName = jBPM Common Source
-providerName = JBoss by Red Hat
-
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/plugin.properties (from rev 16469, trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/plugin.properties)
===================================================================
--- tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/plugin.properties (rev 0)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common.feature/sourceTemplatePlugin/plugin.properties 2009-08-31 19:40:13 UTC (rev 17396)
@@ -0,0 +1,3 @@
+pluginName = Common tools for jBPM 3 and jBPM 4 Sources
+providerName = JBoss by Red Hat
+
15 years, 3 months
JBoss Tools SVN: r17395 - in tags/jbpm-jpdl-4.1: org.jboss.tools.jbpm.common and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-31 15:39:47 -0400 (Mon, 31 Aug 2009)
New Revision: 17395
Added:
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common/
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common/plugin.xml
Removed:
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF
tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common/plugin.xml
Log:
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common (from rev 16344, trunk/jbpm/plugins/org.jboss.tools.jbpm.common)
Deleted: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF 2009-07-02 15:15:08 UTC (rev 16344)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF 2009-08-31 19:39:47 UTC (rev 17395)
@@ -1,17 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: jPDL Integration Tools
-Bundle-SymbolicName: org.jboss.tools.jbpm.common;singleton:=true
-Bundle-Version: 1.0.0.qualifier
-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",
- org.eclipse.core.runtime;bundle-version="3.4.0",
- org.eclipse.jdt.core;bundle-version="3.4.4",
- org.eclipse.core.resources;bundle-version="3.4.2",
- org.eclipse.ui.ide;bundle-version="3.4.2"
-Export-Package: org.jboss.tools.jbpm,
- org.jboss.tools.jbpm.java,
- org.jboss.tools.jbpm.preferences,
- org.jboss.tools.jbpm.util
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF (from rev 17266, trunk/jbpm/plugins/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF)
===================================================================
--- tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF (rev 0)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common/META-INF/MANIFEST.MF 2009-08-31 19:39:47 UTC (rev 17395)
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Common Tools for jBPM 3 and jBPM 4
+Bundle-SymbolicName: org.jboss.tools.jbpm.common;singleton:=true
+Bundle-Version: 1.1.0.qualifier
+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",
+ org.eclipse.core.runtime;bundle-version="3.4.0",
+ org.eclipse.jdt.core;bundle-version="3.4.4",
+ org.eclipse.core.resources;bundle-version="3.4.2",
+ org.eclipse.ui.ide;bundle-version="3.4.2"
+Export-Package: org.jboss.tools.jbpm,
+ org.jboss.tools.jbpm.java,
+ org.jboss.tools.jbpm.preferences,
+ org.jboss.tools.jbpm.util
Deleted: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common/plugin.xml
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.jbpm.common/plugin.xml 2009-07-02 15:15:08 UTC (rev 16344)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common/plugin.xml 2009-08-31 19:39:47 UTC (rev 17395)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension
- point="org.eclipse.ui.preferencePages">
- <page
- class="org.jboss.tools.jbpm.preferences.DefaultPage"
- id="org.jboss.tools.jbpm"
- name="JBoss jBPM"/>
- </extension>
-
- <extension
- point="org.eclipse.ui.newWizards">
- <category
- name="JBoss jBPM"
- id="org.jboss.tools.jbpm">
- </category>
- </extension>
-
-</plugin>
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common/plugin.xml (from rev 16387, trunk/jbpm/plugins/org.jboss.tools.jbpm.common/plugin.xml)
===================================================================
--- tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common/plugin.xml (rev 0)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.jbpm.common/plugin.xml 2009-08-31 19:39:47 UTC (rev 17395)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.ui.preferencePages">
+ <page
+ class="org.jboss.tools.jbpm.preferences.DefaultPage"
+ id="org.jboss.tools.jbpm"
+ name="JBoss jBPM"/>
+ </extension>
+
+ <extension
+ point="org.eclipse.ui.newWizards">
+ <category
+ name="JBoss jBPM"
+ id="org.jboss.tools.jbpm">
+ </category>
+ </extension>
+ <extension
+ point="org.eclipse.ui.views">
+ <category
+ id="org.jboss.tools.jbpm"
+ name="JBoss jBPM">
+ </category>
+ </extension>
+
+</plugin>
15 years, 3 months
JBoss Tools SVN: r17394 - in tags/jbpm-jpdl-4.1: org.jboss.tools.flow.jpdl4.test/META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-31 15:35:14 -0400 (Mon, 31 Aug 2009)
New Revision: 17394
Added:
tags/jbpm-jpdl-4.1/org.jboss.tools.flow.jpdl4.test/
tags/jbpm-jpdl-4.1/org.jboss.tools.flow.jpdl4.test/META-INF/MANIFEST.MF
Removed:
tags/jbpm-jpdl-4.1/org.jboss.tools.flow.jpdl4.test/META-INF/MANIFEST.MF
Log:
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.flow.jpdl4.test (from rev 16344, trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test)
Deleted: tags/jbpm-jpdl-4.1/org.jboss.tools.flow.jpdl4.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/META-INF/MANIFEST.MF 2009-07-02 15:15:08 UTC (rev 16344)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.flow.jpdl4.test/META-INF/MANIFEST.MF 2009-08-31 19:35:14 UTC (rev 17394)
@@ -1,7 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.jboss.tools.flow.jpdl4.test
-Bundle-Version: 1.0.0.qualifier
-Bundle-Vendor: %pluginProvider
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
Copied: tags/jbpm-jpdl-4.1/org.jboss.tools.flow.jpdl4.test/META-INF/MANIFEST.MF (from rev 17260, trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/META-INF/MANIFEST.MF)
===================================================================
--- tags/jbpm-jpdl-4.1/org.jboss.tools.flow.jpdl4.test/META-INF/MANIFEST.MF (rev 0)
+++ tags/jbpm-jpdl-4.1/org.jboss.tools.flow.jpdl4.test/META-INF/MANIFEST.MF 2009-08-31 19:35:14 UTC (rev 17394)
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.jboss.tools.flow.jpdl4.test
+Bundle-Version: 1.1.0.qualifier
+Bundle-Vendor: %pluginProvider
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
15 years, 3 months