-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have the code currently used by Martijn #9
base: master
Are you sure you want to change the base?
Conversation
pom.xml
Outdated
@@ -11,7 +11,7 @@ | |||
|
|||
<properties> | |||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||
<iaf.version>7.5-SNAPSHOT</iaf.version> | |||
<iaf.version>7.5-RC4</iaf.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Als je dan toch update, dan naar de laatste stabiele versie (7.6.4) or naar de laatste release candidate (7.7-RC1)
src/main/webapp/index.jsp
Outdated
<%@ taglib uri="/WEB-INF/xtags.tld" prefix="xtags" %> | ||
<html:base/> | ||
|
||
<%-- Just a page to forward to the configurationStatus view --%> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waarom is deze file nodig?
@@ -1,64 +1,64 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:j="http://www.w3.org/2013/XSL/json"> | |||
<xsl:output method="text" /> | |||
<xsl:output method="text" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
De leesbaarheid van deze xslt is er niet op vooruit gegaan door de formattering te verwijderen.
This PR only makes sense in combination with ibissource/ibis4pt#5