Skip to content

Commit

Permalink
Remove concurrency from release
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure committed Mar 28, 2022
1 parent c231c1b commit 04830a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 212 deletions.
7 changes: 0 additions & 7 deletions release/tools/build.xml
Expand Up @@ -98,7 +98,6 @@
<echo message=" jpa [overrides]"/>
<echo message=" provisioning [overrides]"/>
<echo message=" jaxm [overrides]"/>
<echo message=" concurrency [overrides]"/>
<echo message=" jaxws [overrides]"/>
<echo message=" jsonb [overrides]"/>
<echo message=" jsonp [overrides]"/>
Expand Down Expand Up @@ -525,10 +524,6 @@
<property name="deliverable.tck.dir" value="messaging"/>
<antcall target="${the.target}"/>
</target>
<target name="concurrency" depends="has.override, no.override" >
<property name="deliverable.name" value="CONCURRENCY"/>
<antcall target="${the.target}"/>
</target>
<target name="websocket" depends="has.override, no.override" >
<property name="deliverable.name" value="WEBSOCKET"/>
<antcall target="${the.target}"/>
Expand Down Expand Up @@ -780,7 +775,6 @@
jms/ee20/ra/activationconfig/queue/selectorauto,
jsonb/defaultmapping/basictypes,
jsonp/api/jsongeneratortests,
concurrency/api/ManagedScheduledExecutorService,
jsp/spec/core_syntax/actions/usebean,
jsp/api/javax_servlet/jsp/tagext/bodytagsupport,
servlet/api/jakarta_servlet_http/httpservletrequest,
Expand All @@ -793,7 +787,6 @@
jms/common,
jms/commonee,
jsonp/common,
concurrency/api/common,
jsp/common,
jta/ee/common,
servlet/common,
Expand Down
205 changes: 0 additions & 205 deletions release/tools/concurrency.xml

This file was deleted.

0 comments on commit 04830a2

Please sign in to comment.