Skip to content

Commit

Permalink
Prepare v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Mar 4, 2018
1 parent e60f016 commit c552483
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
build/*
expath-pkg.xml
10 changes: 4 additions & 6 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<project default="all" name="XSLTForms Files">
<property file="local.build.properties"/>
<property file="build.properties"/>
<project default="all" name="XSLTForms">
<property name="project.app" value="xsltforms"/>
<property name="project.version" value="588"/>
<property name="build" value="./build"/>
<property name="project.version" value="1.0.0"/>
<property name="build" value="build"/>
<property name="server.url" value="http://demo.exist-db.org/exist/apps/public-repo/public/"/>

<condition property="git.commit" value="${git.commit}" else="">
Expand All @@ -25,7 +23,7 @@
</filterset>
</copy>
<zip basedir="." destfile="${build}/${project.app}-${project.version}${git.commit}.xar">
<exclude name="${build}/*"/>
<exclude name="${build}/**"/>
<exclude name=".git*"/>
<exclude name="*.tmpl"/>
<exclude name="*.properties"/>
Expand Down
2 changes: 1 addition & 1 deletion expath-pkg.xml.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/apps/xsltforms" abbrev="xsltforms" version="@project.version@" spec="1.0">
<title>XSLTForms Files</title>
<title>XSLTForms</title>
</package>
12 changes: 10 additions & 2 deletions repo.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
<meta xmlns="http://exist-db.org/xquery/repo">
<description>This library contains revision 588 of XSLTForms, from 2014-02-22.</description>
<description>This library contains XSLTForms v1.0</description>
<author>Alain Couthures</author>
<website>http://www.agencexml.com/xsltforms</website>
<status>alpha</status>
<status>stable</status>
<license>GNU-LGPL</license>
<copyright>true</copyright>
<type>library</type>
<target>xsltforms</target>
<prepare/>
<finish/>
<changelog>
<change version="1.0.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Update to XSLTForms 1.0, released October 2017</li>
</ul>
</change>
</changelog>
</meta>

0 comments on commit c552483

Please sign in to comment.