Skip to content

Commit 2281c6a

Browse files
committed
oracle-samples#62 Change EOL sequence from CRLF to LF
1 parent d5b2645 commit 2281c6a

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,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-
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

Comments
 (0)