Skip to content

Commit

Permalink
[ignore] Fix namespace prefix style
Browse files Browse the repository at this point in the history
Typically we avoid the repo prefix. This makes this file more like its peers in other repos.
  • Loading branch information
joewiz committed Apr 16, 2018
1 parent dc6437b commit df54c3f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions repo.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<repo:meta xmlns="http://exist-db.org/xquery/repo" xmlns:repo="http://exist-db.org/xquery/repo">
<repo:description>Shared resources used by other apps</repo:description>
<repo:author>Wolfgang Meier</repo:author>
<repo:website>https://github.com/eXist-db/shared-resources</repo:website>
<repo:status>alpha</repo:status>
<repo:license>GNU-LGPL</repo:license>
<repo:copyright>true</repo:copyright>
<repo:type>library</repo:type>
<repo:target>shared-resources</repo:target>
<repo:prepare/>
<repo:finish/>
<repo:permissions user="admin" password="" group="dba" mode="0775"/>
<meta xmlns="http://exist-db.org/xquery/repo">
<description>Shared resources used by other apps</description>
<author>Wolfgang Meier</author>
<website>https://github.com/eXist-db/shared-resources</website>
<status>alpha</status>
<license>GNU-LGPL</license>
<copyright>true</copyright>
<type>library</type>
<target>shared-resources</target>
<prepare/>
<finish/>
<permissions user="admin" password="" group="dba" mode="0775"/>
<changelog>
<change version="0.3.5">
<ul xmlns="http://www.w3.org/1999/xhtml">
Expand Down Expand Up @@ -70,4 +70,4 @@
</change>
</changelog>
<deployed>2013-11-24T18:45:15.366+01:00</deployed>
</repo:meta>
</meta>

0 comments on commit df54c3f

Please sign in to comment.