Skip to content

Commit

Permalink
Merge pull request #177 from joewiz/fix/repo-location
Browse files Browse the repository at this point in the history
Fix/repo location
  • Loading branch information
joewiz authored Nov 25, 2017
2 parents 3553024 + 996fe1b commit d8a8b26
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ also how development on eXide is done.
To build eXide from scratch,
you should first get eXist-db from SVN and build it (build.sh/build.bat). Next, clone eXide into a directory, e.g.:

git clone git://github.com/wolfgangmm/eXide.git eXideDev
git clone git://github.com/eXist-db/eXide.git eXideDev
cd eXideDev
git submodule update --init --recursive

Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
project.version=2.4.1
project.version=2.4.2
4 changes: 2 additions & 2 deletions docs/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
<a href="#security">Security</a>
</li>
<li id="source">
<a href="https://github.com/wolfgangmm/eXide">Source Code</a>
<a href="https://github.com/eXist-db/eXide">Source Code</a>
</li>
<li id="issues">
<a href="https://github.com/wolfgangmm/eXide/issues">Bug Tracker</a>
<a href="https://github.com/eXist-db/eXide/issues">Bug Tracker</a>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
<div id="about-dialog">
<p>eXide version <span id="eXide-version">@project.version@</span>
</p>
<p>Website: <a href="https://github.com/wolfgangmm/eXide">https://github.com/wolfgangmm/eXide</a>
<p>Website: <a href="https://github.com/eXist-db/eXide">https://github.com/eXist-db/eXide</a>
</p>
<p>Copyright (C) 2011-2014 Wolfgang Meier, <a href="http://www.existsolutions.com">eXist Solutions GmbH</a>
</p>
Expand Down
5 changes: 5 additions & 0 deletions repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<finish/>
<permissions xmlns:repo="http://exist-db.org/xquery/repo" password="eXide" user="eXide" group="eXide" mode="0775"/>
<changelog>
<change version="2.4.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Updated: Links to eXide's GitHub repository - <a href="https://github.com/eXist-db/eXide/issues/144">#144</a></li>
</ul>
</change>
<change version="2.4.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Restored the SetGID, SetUID, and sticky bit checkboxes in File > Manage permissions dialog</li>
Expand Down

0 comments on commit d8a8b26

Please sign in to comment.