Skip to content

Commit

Permalink
changing branch
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Jul 17, 2022
1 parent 76353ee commit ed77f14
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Jetbrains
/*.iml

# Neard
# Bearsampp
/.dev
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp)

## Documentation and downloads

https://bearsampp.github.io/modules/xdc
https://bearsampp.com/module/xdc

## Issues

Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ bundle.release = r2
bundle.type = tools
bundle.format = 7z

#build.path = C:/neard-build
#build.path = C:/Bearsampp-build
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<property name="build.properties" value="${project.basedir}/build.properties"/>
<property file="${build.properties}"/>

<!-- Neard dev -->
<!-- Bearsampp dev -->
<property name="dev.path" location="${root.dir}/dev"/>
<fail unless="dev.path" message="Project 'dev' not found in ${dev.path}"/>
<echo message="Neard dev found in ${dev.path}" level="debug"/>
<echo message="Bearsampp dev found in ${dev.path}" level="debug"/>

<!-- Import build-commons.xml -->
<import file="${dev.path}/build/build-commons.xml"/>
Expand Down

0 comments on commit ed77f14

Please sign in to comment.