Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2149 from kframework/prepare-xml-release
Browse files Browse the repository at this point in the history
Prepare xml release
  • Loading branch information
andreistefanescu committed Feb 9, 2016
2 parents 06e4412 + 2e98033 commit 8857128
Show file tree
Hide file tree
Showing 51 changed files with 59 additions and 70 deletions.
4 changes: 2 additions & 2 deletions API/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2015-2016 K Team. All Rights Reserved. -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>parent</artifactId>
<groupId>org.kframework.k</groupId>
<version>4.0-beta4-SNAPSHOT</version>
<version>4.0-beta</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Copyright (c) 2010-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2010-2016 K Team. All Rights Reserved. -->
==============================================================================
The K Release License
==============================================================================
Expand Down
4 changes: 2 additions & 2 deletions coq-backend/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (c) 2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2015-2016 K Team. All Rights Reserved. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.kframework.k</groupId>
<artifactId>parent</artifactId>
<version>4.0-beta4-SNAPSHOT</version>
<version>4.0-beta</version>
</parent>
<artifactId>coq-backend</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions java-backend/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.kframework.k</groupId>
<artifactId>parent</artifactId>
<version>4.0-beta4-SNAPSHOT</version>
<version>4.0-beta</version>
</parent>
<artifactId>java-backend</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import com.google.common.collect.HashMultimap;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.kframework.backend.java.builtins.BoolToken;
Expand Down Expand Up @@ -46,7 +47,7 @@ public void setUp() {
when(tc.global()).thenReturn(global);
}

@Test
@Test @Ignore
public void testGetModel() {
System.err.println(System.getProperty("java.library.path"));
BuiltinMap.Builder builder = new BuiltinMap.Builder(tc.global());
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Copyright (c) 2012-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2012-2016 K Team. All Rights Reserved. -->
Here are instructions for installing K from the release zip/tgz archive.

1. Prerequisites:
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Copyright (c) 2010-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2010-2016 K Team. All Rights Reserved. -->
K tool, version 3.6
-------------------

Expand Down
2 changes: 1 addition & 1 deletion k-distribution/documentation/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Copyright (c) 2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2015-2016 K Team. All Rights Reserved. -->
To build the reference manual, run:
```
kompile ref-manual.k --main-module AUTO-INCLUDED-MODULE
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/include/latex/k.sty
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Copyright (c) 2012-2015 K Team. All Rights Reserved.
% Copyright (c) 2012-2016 K Team. All Rights Reserved.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{k}[2012/02/14 Package for typesetting K Framework definitions http://k-framework.org]

Expand Down
4 changes: 2 additions & 2 deletions k-distribution/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.kframework.k</groupId>
<artifactId>parent</artifactId>
<version>4.0-beta4-SNAPSHOT</version>
<version>4.0-beta</version>
</parent>
<artifactId>k-distribution</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->

<tests>
<test definition="kernelc.k"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->

<tests>
<test definition="kernelc.k"
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/samples-kore/kernelc/tests/cd2d/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->

<tests>
<test
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/samples-kore/kernelc/tests/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->

<tests>
<include file="execution/config.xml" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->

<tests>
<test definition="kernelc.k"
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/samples-kore/kernelc/tests/list/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->

<tests>
<test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->

<tests>
<test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->

<tests>
<test definition="kernelc.k"
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/samples-kore/kernelc/tests/tree/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->

<tests>
<test
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/samples/agent/tests/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2013-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2013-2016 K Team. All Rights Reserved. -->

<tests>
<test
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/samples/kernelc/tests/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->

<tests>
<test
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/samples/tests/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2013-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2013-2016 K Team. All Rights Reserved. -->

<tests>
<!-- QUINE -->
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/samples/wcet/tests/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->
<tests>
<!-- WCET -->
<test
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/src/main/assembly/bin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/tests/newparser/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (c) 2012-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2012-2016 K Team. All Rights Reserved. -->

<tests>
<test
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/tests/regression/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->

<tests>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2015-2016 K Team. All Rights Reserved. -->
<tests>
<test
definition="x.k"
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/tests/regression/external/tests/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->
<tests>
<test
definition="external.k"
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/tests/regression/float/tests/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->

<tests>
<test definition="test.k" programs="." results="." extension="test">
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/tests/regression/issue1724/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2015-2016 K Team. All Rights Reserved. -->
<tests>
<test
definition="test.k"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->

<tests>
<!-- begin Java Rewrite Engine tests -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2015-2016 K Team. All Rights Reserved. -->
<tests>
<test definition="test.k" />
</tests>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2015-2016 K Team. All Rights Reserved. -->

<tests>
<include file="imp_fragments/config.xml"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2015-2016 K Team. All Rights Reserved. -->
<tests>
<test
definition="kore_imp++.k"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2015-2016 K Team. All Rights Reserved. -->
<tests>
<test
definition="kore_imp_stack.k"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2015-2016 K Team. All Rights Reserved. -->
<tests>
<test
definition="h.k"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2015-2016 K Team. All Rights Reserved. -->
<tests>
<test
definition="i.k"
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/tests/regression/kore-io/tests/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2015-2016 K Team. All Rights Reserved. -->
<tests>
<test
definition="imp.k"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2015-2016 K Team. All Rights Reserved. -->
<tests>
<test
definition="imp.k"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (c) 2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2015-2016 K Team. All Rights Reserved. -->
<tests>
<test definition="test.k"
programs="."
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/tests/regression/tests/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->

<tests>
<!-- TODO(yilongli): fix tests 11 12 13 25 26 34-->
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/tutorial/1_k/tests/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2013-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2013-2016 K Team. All Rights Reserved. -->

<!-- Expected to be called from k/1_k, with the command
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2013-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2013-2016 K Team. All Rights Reserved. -->
<tests>

<test
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/tutorial/tests/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2013-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2013-2016 K Team. All Rights Reserved. -->

<!-- Expected to be called from k/tutorial, with the command
Expand Down
4 changes: 2 additions & 2 deletions kernel/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.kframework.k</groupId>
<artifactId>parent</artifactId>
<version>4.0-beta4-SNAPSHOT</version>
<version>4.0-beta</version>
</parent>
<artifactId>kernel</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion kernel/src/main/javacc/DebuggerCommandParser.jj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2015 K Team. All Rights Reserved.
// Copyright (c) 2015-2016 K Team. All Rights Reserved.
// Represents the grammar accepted by the Debugger TUI.

options {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- Copyright (c) 2013-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2013-2016 K Team. All Rights Reserved. -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="program-config">
<xs:sequence>
Expand Down
4 changes: 2 additions & 2 deletions kore/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (c) 2014-2015 K Team. All Rights Reserved. -->
<!-- Copyright (c) 2014-2016 K Team. All Rights Reserved. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.kframework.k</groupId>
<artifactId>parent</artifactId>
<version>4.0-beta4-SNAPSHOT</version>
<version>4.0-beta</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>kore</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class AssocCommToAssoc(c: Constructors[K]) extends (Module => Module) {
def crossProduct[T](lls: List[List[T]]): List[List[T]] = {
lls match {
case (head: List[T]) :: (tail: List[List[T]]) =>
for {(x: T) <- head; (xs: List[T]) <- crossProduct(tail)} yield x :: xs
for {x <- head; (xs: List[T]) <- crossProduct(tail)} yield x :: xs
case List() => List(List())
}
}
Expand Down
Loading

0 comments on commit 8857128

Please sign in to comment.