|
1 | | -# Definitions for things that are likely static for a given environment |
2 | | -# You can override these in the local build.properties if needed by |
3 | | -# loading the local properties file before including buildtools/ant/build.xml |
4 | | - |
5 | | -# Where sqldev lives. The directory that sqldeveloper/bin is in. |
6 | | -# This is where the builds will deploy the extension |
7 | | -# and where we can find our dependencies |
8 | | -#sqldev.dir=D:/sqldeveloper-4.2.0.17.089.1709/sqldeveloper |
9 | | -sqldev.dir=D:/sqldeveloper-19.2.1/sqldeveloper |
10 | | - |
11 | | -# Information about the company or person creating the extension |
12 | | -extension.owner=Oracle Examples |
13 | | -extension.owner.desc=Example extensions for SQL Developer |
14 | | -extension.owner.url=https://github.com/oracle/oracle-db-examples/tree/master/sqldeveloper/extension |
15 | | - |
16 | | -# |
17 | | -# Base location of the CFU site. |
18 | | -# This is where the produced updates.xml will say the cfu bundle files are. |
19 | | -update.url=https://gitcdn.xyz/repo/bjeffrie/sqldev-update-center/master |
20 | | - |
| 1 | +# Definitions for things that are likely static for a given environment |
| 2 | +# You can override these in the local build.properties if needed by |
| 3 | +# loading the local properties file before including buildtools/ant/build.xml |
| 4 | + |
| 5 | +# Where sqldev lives. The directory that sqldeveloper/bin is in. |
| 6 | +# This is where the builds will deploy the extension |
| 7 | +# and where we can find our dependencies |
| 8 | +#sqldev.dir=D:/sqldeveloper-4.2.0.17.089.1709/sqldeveloper |
| 9 | +sqldev.dir=D:/sqldeveloper-19.2.1/sqldeveloper |
| 10 | + |
| 11 | +# Information about the company or person creating the extension |
| 12 | +extension.owner=Oracle Examples |
| 13 | +extension.owner.desc=Example extensions for SQL Developer |
| 14 | +extension.owner.url=https://github.com/oracle/oracle-db-examples/tree/master/sqldeveloper/extension |
| 15 | + |
| 16 | +# |
| 17 | +# Base location of the CFU site. |
| 18 | +# This is where the produced updates.xml will say the cfu bundle files are. |
| 19 | +update.url=https://gitcdn.xyz/repo/bjeffrie/sqldev-update-center/master |
| 20 | + |
0 commit comments