Skip to content

Commit 0e74ca3

Browse files
authored
Fix up md file links to show directories, not just readme. Add -Copy.classpath,project for eclipse since web upload (or something) says 'hidden file' & won't add them
1 parent e1bc5e4 commit 0e74ca3

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

sqldeveloper/ - Copy.classpath

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="java/DependencyExample/built/classes" path="java/DependencyExample/built/gen-src"/>
4+
<classpathentry kind="src" output="java/DependencyExample/built/classes" path="java/DependencyExample/src"/>
5+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6+
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/FXDiagram 0.35.0-SNAPSHOT"/>
7+
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/KIELER KLay Layouters v. 2015.02"/>
8+
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/SQLDeveloper 4.2"/>
9+
<classpathentry kind="output" path="built/classes"/>
10+
</classpath>

sqldeveloper/ - Copy.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>extension</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

sqldeveloper/extension/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Depending on requirements, this can be done in either XML or java and deployed b
88

99
### Contents
1010

11-
* ["Simple" User Extensions (XML)](xml/README.md)
12-
* [Standard Extensions (java)](java/README.md)
13-
* [Check For Updates (cfu)](cfu/README.md)
11+
* ["Simple" User Extensions (XML)](xml)
12+
* [Standard Extensions (java)](java)
13+
* [Check For Updates (cfu)](cfu)
1414

sqldeveloper/extension/xml/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ This allows combining a number of xml definitions together as well as the abilit
1515

1616
### Contents
1717

18-
* [individual](individual/README.md)
18+
* [individual](individual)
1919
Examples for ACTION, EDITOR, NAVIGATOR
2020

21-
* [packaged](packaged/README.md)
21+
* [packaged](packaged)
2222
Examples packaged as an extension.jar
2323
**See the [java](../java/README.md) example.** It is loading XML as well as java.
2424

25-
* [schema](schema/README.md)
25+
* [schema](schema)
2626
XML schema for the three extension types. Note that the dialogs(ACTION) schema is heavily annotated and has been run through [xsddoc](http://xframe.sourceforge.net/xsddoc/index.html) to produce javadoc-like documentation [here](http://xmlns.oracle.com/sqldeveloper/3_1/dialogs).

0 commit comments

Comments
 (0)