Skip to content

Commit

Permalink
[Documentazione]
Browse files Browse the repository at this point in the history
Allineata documentazione per rilascio 3.2.0
  • Loading branch information
andreapoli committed Sep 30, 2019
1 parent 0f722de commit a1661a7
Show file tree
Hide file tree
Showing 16 changed files with 104 additions and 7 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2019-09-30 Andrea Poli <[email protected]>

* Rilasciata versione 3.2.0.rc1

2019-09-30 Andrea Poli <[email protected]>

* [GovWayCore]
Expand Down
4 changes: 2 additions & 2 deletions ant/setup/antinstall-config.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE installer PUBLIC "-//tp23 //DTD Ant Installer Config//EN" "http://antinstaller.sf.net/dtd/antinstall-config-0.8.dtd">
<installer name="GovWay Installer v3.2.0.b1" defaultImageResource="/logoSetup.png"
<installer name="GovWay Installer v3.2.0.rc1" defaultImageResource="/logoSetup.png"
ui="swing,text"
verbose="false"
windowIcon="/iconaSetup.png" wide="550:275" loadDefaults="true">

<!-- Se si caricano i loadDefaults non funzionano piu' i cambi di stato per il db -->
<!-- loadDefaults="true" > -->

<page type="input" name="intro" displayText="Installer GovWay v3.2.0.b1">
<page type="input" name="intro" displayText="Installer GovWay v3.2.0.rc1">
<comment explanatoryText=""/>
<comment explanatoryText="Il software GovWay e' distribuito con licenza GPL v3"/>
<comment explanatoryText=""/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/*
* GovWay - A customizable API Gateway
* http://www.govway.org
*
* from the Link.it OpenSPCoop project codebase
*
* Copyright (c) 2005-2019 Link.it srl (http://link.it).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3, as published by
* the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

package org.openspcoop2.core.commons.search.dao.jdbc;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/*
* GovWay - A customizable API Gateway
* http://www.govway.org
*
* from the Link.it OpenSPCoop project codebase
*
* Copyright (c) 2005-2019 Link.it srl (http://link.it).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3, as published by
* the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

package org.openspcoop2.core.commons.search.dao.jdbc.converter;

import org.openspcoop2.generic_project.beans.IField;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/*
* GovWay - A customizable API Gateway
* http://www.govway.org
*
* from the Link.it OpenSPCoop project codebase
*
* Copyright (c) 2005-2019 Link.it srl (http://link.it).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3, as published by
* the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

package org.openspcoop2.core.commons.search.dao.jdbc.fetch;

import org.openspcoop2.generic_project.beans.IModel;
Expand Down
2 changes: 1 addition & 1 deletion distrib/distrib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TAG_PDD_VERSION_PRODUCT="3"
TAG_PDD_VERSION_MAJOR="2"
TAG_PDD_MAJOR_VERSION="${TAG_PDD_VERSION_PRODUCT}.${TAG_PDD_VERSION_MAJOR}"
TAG_PDD_MINOR_VERSION=0
TAG_PDD_PATCHLEVEL=b1
TAG_PDD_PATCHLEVEL=rc1
ramo=tags # tags / branches
GIT_URL=https://github.com/link-it/govway.git
SVN_SEDE="svn://svn.link.it/branches/products"
Expand Down
Binary file modified resources/doc/pdf/GovWay-ManualeInstallazione.pdf
Binary file not shown.
Binary file modified resources/doc/pdf/GovWay-ManualeMonitoraggio.pdf
Binary file not shown.
Binary file modified resources/doc/pdf/GovWay-ManualeUtente.pdf
Binary file not shown.
Binary file modified resources/doc/pdf/GovWay-ReleaseNotes.pdf
Binary file not shown.
Binary file modified resources/doc/pdf/GovWay-ScenariApplicativi.pdf
Binary file not shown.
7 changes: 6 additions & 1 deletion resources/doc/src/manuali/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clean:
rm -rf _build
rm -rf */_build

pdf: pdf-manuale-installazione pdf-manuale-gestione pdf-manuale-monitoraggio pdf-scenari-applicativi
pdf: pdf-manuale-installazione pdf-manuale-gestione pdf-manuale-monitoraggio pdf-scenari-applicativi pdf-howto

pdf-manuale-installazione:
@echo "Producing pdf Manuale Installazione ..."
Expand All @@ -38,6 +38,11 @@ pdf-scenari-applicativi:
cd scenari; rm -rf pdf; ${SPHINXBUILD} -v -b latex -c .. -Dproject="Scenari Applicativi" . "$(BUILDDIR)/pdf"; cd "$(BUILDDIR)/pdf"; make clean all-pdf
@echo "Producing pdf Scenari Applicativi ok"

pdf-howto:
@echo "Producing pdf How to ..."
cd howto; rm -rf pdf; ${SPHINXBUILD} -v -b latex -c .. -Dproject="How-to" . "$(BUILDDIR)/pdf"; cd "$(BUILDDIR)/pdf"; make clean all-pdf
@echo "Producing pdf How to ok"

post:
sh ./postprocess.sh

Expand Down
2 changes: 1 addition & 1 deletion resources/doc/src/manuali/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# The short X.Y version
version = '3.2.0'
# The full version, including alpha/beta/rc tags
release = '3.2.0.b1'
release = '3.2.0.rc1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion resources/doc/src/releaseNotes/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u'3.2.0'
# The full version, including alpha/beta/rc tags
release = u'3.2.0.b1'
release = u'3.2.0.rc1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion tools/utils/src/org/openspcoop2/utils/Costanti.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Costanti {
public final static String OPENSPCOOP2_LOOKUP = "GOVWAY_LOOKUP";

/** Versione beta, es: "b1" */
public static final String OPENSPCOOP2_BETA = ".0.b1"; //".0.rc1";
public static final String OPENSPCOOP2_BETA = ".0.rc1"; //".0.rc1";
/** Versione di OpenSPCoop */
public static final String OPENSPCOOP2_VERSION = "3.2"+Costanti.OPENSPCOOP2_BETA;
/** Versione di OpenSPCoop */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/*
* GovWay - A customizable API Gateway
* http://www.govway.org
*
* from the Link.it OpenSPCoop project codebase
*
* Copyright (c) 2005-2019 Link.it srl (http://link.it).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3, as published by
* the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

package org.openspcoop2.core.registry.ws.server.impl;

import java.util.ArrayList;
Expand Down

0 comments on commit a1661a7

Please sign in to comment.