You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: sqldeveloper/extension/setup.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Currently the SQL Developer examples are part of a larger set that must be downl
19
19

20
20
21
21
### Third party libraries
22
-
**If** you plan to build the [Dependency Example](https://github.com/oracle/oracle-db-examples/tree/master/sqldeveloper/extension/java/DependencyExample), you will also need:
22
+
**If** you plan to build the [Dependency Example](java/DependencyExample), you will also need:
@@ -32,7 +32,7 @@ sqldeveloper/extension is an eclipse project directory but the examples are buil
32
32
* extension/build.properties - Update to point to your SQL Developer installation & optionally change the owner info.
33
33
34
34
### Third party libraries
35
-
**If/when** you plan to build the [Dependency Example](https://github.com/oracle/oracle-db-examples/tree/master/sqldeveloper/extension/java/DependencyExample), see that page for additional set up requirements.
35
+
**If/when** you plan to build the [Dependency Example](java/DependencyExample), see that page for additional set up requirements.
36
36
37
37
## Making it go
38
38
If you are using eclipse, I'm going to assume you know how to import an existing project and run ant tasks but continue reading to learn about the various ant tasks and how they are used.
0 commit comments