Skip to content

Commit 1253a4c

Browse files
committed
changed website location
1 parent 29772c3 commit 1253a4c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Designtime/build/bundle.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<u:update id="org.emg.adf.taskflowtester">
66
<u:name>ADF EMG Task Flow Tester</u:name>
77
<u:version>12.2.1.0.3</u:version>
8-
<u:author>ADF Enterprise Methodology Group (Steven Davelaar)</u:author>
9-
<u:author-url>http://java.net/projects/adf-task-flow-tester/pages/Home</u:author-url>
10-
<u:description>ADF EMG Task Flow Tester is a web-based testing tool for ADF bounded task flows.
8+
<u:author>ADF Enterprise Methodology Group</u:author>
9+
<u:author-url>https://github.com/adfemg/task-flow-tester</u:author-url>
10+
<u:description>ADF EMG Task Flow Tester is a web-based testing tool for ADF bounded task flows.
1111
It supports testing of task flows that use pages as well as task flows using page fragments. A sophisticated mechanism to specify task flow input parameters is provided.
1212
A set of task flow input parameters and run options can be saved as a task flow testcase. Task flows and their testcases can be exported to XML and imported from XML.
1313
After installing this extension, you need to add the 'ADF EMG Task Flow Tester' library to your project. This will add a run configuration to your project that launches the tester.

Designtime/build/center.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<update id="org.emg.adf.taskflowtester" xmlns="http://xmlns.oracle.com/jdeveloper/update">
33
<name>ADF EMG Task Flow Tester</name>
44
<version>12.2.1.0.3</version>
5-
<author>ADF Enterprise Methodology Group (Steven Davelaar)</author>
6-
<author-url>http://java.net/projects/adf-task-flow-tester/pages/Home</author-url>
7-
<description>ADF EMG Task Flow Tester is a web-based testing tool for ADF bounded task flows.
5+
<author>ADF Enterprise Methodology Group</author>
6+
<author-url>https://github.com/adfemg/task-flow-tester</author-url>
7+
<description>ADF EMG Task Flow Tester is a web-based testing tool for ADF bounded task flows.
88
It supports testing of task flows that use pages as well as task flows using page fragments. A sophisticated mechanism to specify task flow input parameters is provided.
99
A set of task flow input parameters and run options can be saved as a task flow testcase. Task flows and their testcases can be exported to XML and imported from XML.
1010
After installing this extension, you need to add the 'ADF EMG Task Flow Tester' library to your project. This will add a run configuration to your project that launches the tester.

Runtime/public_html/adfemg/tftester/pages/testerPageTemplate.jsf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<f:facet name="end">
2121
<af:panelGroupLayout id="pgl4" layout="horizontal" halign="end">
2222
<af:goLink text="Help"
23-
destination="http://java.net/projects/adf-task-flow-tester/pages/Home"
23+
destination="https://github.com/adfemg/task-flow-tester"
2424
targetFrame="_blank" id="gl1"/>
2525
<af:statusIndicator id="si1"/>
2626
<f:facet name="separator">

0 commit comments

Comments
 (0)