Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
joram
joram
Commits
dc15929c
Commit
dc15929c
authored
Feb 21, 2022
by
Andre Freyssinet
Browse files
Renames org.ow2.joram.client in org.ow2.joram.jakarta.
parent
86fb24d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/src/jakarta/admin/Admin.java
View file @
dc15929c
...
...
@@ -33,9 +33,9 @@ import jakarta.jms.ConnectionFactory;
import
jakarta.jms.Destination
;
import
jakarta.jms.QueueConnectionFactory
;
import
jakarta.jms.TopicConnectionFactory
;
import
org.ow2.joram.
client
.jms.Queue
;
import
org.ow2.joram.
client
.jms.Topic
;
import
org.ow2.joram.
client
.jms.admin.AdminException
;
import
org.ow2.joram.
jakarta
.jms.Queue
;
import
org.ow2.joram.
jakarta
.jms.Topic
;
import
org.ow2.joram.
jakarta
.jms.admin.AdminException
;
/**
* Simple Administration interface.
...
...
tests/src/jakarta/build.xml
View file @
dc15929c
...
...
@@ -4,7 +4,7 @@
<!ENTITY common SYSTEM "../common.xml">
]>
<project
default=
"
jakarta.test
"
basedir=
"."
>
<project
default=
"
tests.all
"
basedir=
"."
>
<!-- Includes generic stuff -->
&common;
...
...
@@ -31,8 +31,16 @@
<replace
file=
"${test.dir}/config.properties"
token=
"\"
value=
"/"
/>
</target>
<!-- Tests plugin for Jakarta messaging TCK -->
<target
name=
"jakarta.tck.test"
depends=
"init.test"
description=
" --> test plugin for Jakarta messaging TCK."
>
<antcall
target=
"test.run"
inheritAll=
"true"
>
<param
name=
"className"
value=
"jakarta.jms.TSJoramObjectsImpl"
/>
</antcall>
</target>
<!-- jakarta test -->
<target
name=
"
jakarta.test
"
depends=
"init.test"
<target
name=
"
tests.all
"
depends=
"init.test"
description=
" --> test JMS conformance (Jakarta API)."
>
<antcall
target=
"test.run"
inheritAll=
"true"
>
<param
name=
"className"
value=
"jakarta.main.Tests"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment