Skip to content

Commit

Permalink
Merge branch 'master' of github.com:assaabloy-ppi/salt-channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Johansson committed Oct 24, 2017
2 parents 36a1291 + fe95e11 commit b2ff5f7
Show file tree
Hide file tree
Showing 33 changed files with 1,222 additions and 63 deletions.
9 changes: 4 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Build file to build jar file and javadoc.
NOTE: compile with Java 7!
Do not use Java 8 or 9 (mainly due to Android).
NOTE: compile with Java 7! (mainly due to Android).
-->

<project name="salt-channel" default="build" basedir=".">
Expand All @@ -17,8 +16,8 @@ Do not use Java 8 or 9 (mainly due to Android).
</tstamp>

<!-- VERSION, first line below is for DEV build, second for _RELEASE build. -->
<property name="version" value="1.9.${date}"/>
<!-- <property name="version" value="2.0"/> -->
<property name="version" value="2.1.${date}"/>
<!-- <property name="version" value="2.1"/> -->

<property name="time" value="${dateAndMinute}"/>

Expand Down Expand Up @@ -112,7 +111,7 @@ Do not use Java 8 or 9 (mainly due to Android).
</copy>
</target>

<target name="jarx" description="creates jarx file, includes src-x" depends="clean, compilex">
<target name="jarx" description="creates jarx file, includes src-x" depends="compilex">
<delete file="out/salt-channel-x-${version}.jar"/>
<jar destfile="out/salt-channel-x-${version}.jar">
<fileset dir="out/classes"/>
Expand Down
12 changes: 0 additions & 12 deletions files/releases/releases.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file added files/releases/salt-channel-2.0-javadoc.jar
Binary file not shown.
Binary file not shown.
Binary file added files/releases/salt-channel-2.1-javadoc.jar
Binary file not shown.
Binary file not shown.
Binary file removed files/releases/salt-channel-20170516-javadoc.jar
Binary file not shown.
Binary file removed files/releases/salt-channel-20170516.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spec-salt-channel-v1.md
=======================
salt-channel-v1.md
==================

About this document
-------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
spec-salt-channel-v2-draft1.md
==============================
salt-channel-v2-draft1.md
=========================

About this document
-------------------

*Date*: 2017-02-22

*Status*: DRAFT1.
*Status*: DRAFT.

*Author*: Frans Lundberg. ASSA ABLOY AB, Shared Technologies, Stockholm,
frans.lundberg@assaabloy.com, phone: +46707601861.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
spec-salt-channel-v2-draft1.md
==============================
salt-channel-v2-draft1.md
=========================

About this document
-------------------

*Date*: 2017-03-26

*Status*: Work on progress for "draft2".
*Status*: Work in progress.

*Author*: Frans Lundberg. ASSA ABLOY AB, Shared Technologies, Stockholm,
frans.lundberg@assaabloy.com, phone: +46707601861.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
spec-salt-channel-v2-draft3.md
==============================
salt-channel-v2-draft3.md
=========================

About this document
-------------------

*Date*: 2017-03-29

*Status*: Work on progress for Salt Channel v2.
*Status*: Work in progress for Salt Channel v2.

*Author*: Frans Lundberg. ASSA ABLOY AB, Shared Technologies, Stockholm,
frans.lundberg@assaabloy.com, phone: +46707601861.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spec-salt-channel-v2-draft4.md
==============================
salt-channel-v2-draft4.md
=========================

About
-----
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spec-salt-channel-v2-draft5.md
==============================
salt-channel-v2-draft5.md
=========================

About
-----
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spec-salt-channel-v2-draft6.md
==============================
salt-channel-v2-draft6.md
=========================

About
-----
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spec-salt-channel-v2-draft7.md
==============================
salt-channel-v2-draft7.md
=========================

About
-----
Expand Down
Loading

0 comments on commit b2ff5f7

Please sign in to comment.