Fixed distro

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@125996 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2016-03-22 09:27:44 +00:00 committed by Giancarlo Panichi
parent 5c91b07f41
commit 21114e70fd
16 changed files with 80 additions and 270 deletions

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Resource>
<ID></ID>
<Type>Service</Type>
<Profile>
<Description>Widget that allows visualization of tabular data</Description>
<Class>PortletsUser</Class>
<Name>tabular-data-widgetx</Name>
<Version>1.8.0-SNAPSHOT</Version>
<Packages>
<Software>
<Description>Widget that allows visualization of tabular data</Description>
<Name>tabular-data-widgetx</Name>
<Version>1.8.0-SNAPSHOT</Version>
<MavenCoordinates>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-widgetx</artifactId>
<version>1.8.0-SNAPSHOT</version>
</MavenCoordinates>
<Type>library</Type>
<Files>
<File>tabular-data-widgetx-1.8.0-SNAPSHOT.jar</File>
</Files>
</Software>
</Packages>
</Profile>
</Resource>

View File

View File

@ -1,6 +1 @@
gCube System - License ${gcube.license}
------------------------------------------------------------
The gCube/gCore software is licensed as Free Open Source software conveying to the EUPL (http://ec.europa.eu/idabc/eupl).
The software and documentation is provided by its authors/distributors "as is" and no expressed or
implied warranty is given for its use, quality or fitness for a particular case.

View File

@ -1 +0,0 @@
Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"

View File

@ -1,48 +1,68 @@
The gCube System - tabular-data-widgetx The gCube System - ${name}
------------------------------------------------------------ --------------------------------------------------
${description}
${gcube.description}
${gcube.funding}
Version
--------------------------------------------------
${version} (${buildDate})
Please see the file named "changelog.xml" in this directory for the release notes.
This work has been supported by the following European projects: iMarine (FP7-INFRASTRUCTURES-2011-2)
Authors Authors
------- --------------------------------------------------
Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, * Giancarlo Panichi (giancarlo.panichi-AT-isti.cnr.it),
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT
Version and Release Date Maintainers
------------------------
v. 1.8.0-SNAPSHOT (2015-07-03)
Description
----------- -----------
Widget that allows visualization of tabular data * Giancarlo Panichi (giancarlo.panichi-AT-isti.cnr.it),
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT
Download information Download information
-------------------- --------------------------------------------------
Source code is available from SVN:
https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx
Binaries can be downloaded from: Source code is available from SVN:
http://software.d4science.research-infrastructures.eu/ ${scm.url}
Binaries can be downloaded from the gCube website:
${gcube.website}
Installation
--------------------------------------------------
Installation documentation is available on-line in the gCube Wiki:
https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager
Documentation Documentation
------------- --------------------------------------------------
Widget that allows visualization of tabular data Documentation is available on-line in the gCube Wiki:
https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager
Documentation is available on-line from the Projects Documentation Wiki:
https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager Support
--------------------------------------------------
Bugs and support requests can be reported in the gCube issue tracking tool:
${gcube.issueTracking}
Licensing Licensing
--------- --------------------------------------------------
This software is licensed under the terms you may find in the file named "LICENSE" in this directory. This software is licensed under the terms you may find in the file named "LICENSE" in this directory.

View File

@ -1,12 +1,12 @@
<ReleaseNotes> <ReleaseNotes>
<Changeset component="org.gcube.portlets.user.tabular-data-widgetx.1-8-0" date="2015-07-03"> <Changeset component="${groupId}.${artifactId}.1-8-0" date="2015-07-03">
<Change>Added different colors for columns of different type [issue #251]</Change> <Change>Added different colors for columns of different type [issue #251]</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.portlets.user.tabular-data-widgetx.1-7-0" date="2015-04-30"> <Changeset component="${groupId}.${artifactId}.1-7-0" date="2015-04-30">
<Change>Updated Inline Filter to support soundex, text begin and text <Change>Updated Inline Filter to support soundex, text begin and text
end</Change> end</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.portlets.user.tabular-data-widgetx.1-6-0" date="2015-02-16"> <Changeset component="${groupId}.${artifactId}.1-6-0" date="2015-02-16">
<Change>Updated to GWT 2.6.1</Change> <Change>Updated to GWT 2.6.1</Change>
<Change>Updated to GXT 3.1.1</Change> <Change>Updated to GXT 3.1.1</Change>
<Change>Strengthened tabular-data-widgetx now support more rows [issue <Change>Strengthened tabular-data-widgetx now support more rows [issue
@ -14,21 +14,21 @@
<Change>Fixed SelectionModel to select rows on different pages <Change>Fixed SelectionModel to select rows on different pages
</Change> </Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.portlets.user.tabular-data-widgetx.1-5-0" date="2014-10-31"> <Changeset component="${groupId}.${artifactId}.1-5-0" date="2014-10-31">
<Change>Updated for multi tab support</Change> <Change>Updated for multi tab support</Change>
<Change>Updated Geometry type support</Change> <Change>Updated Geometry type support</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.portlets.user.tabular-data-widgetx.1-4-0" date="2014-09-12"> <Changeset component="${groupId}.${artifactId}.1-4-0" date="2014-09-12">
<Change>Updated grid behavior</Change> <Change>Updated grid behavior</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.portlets.user.tabular-data-widgetx.1-3-0" date="2014-07-04"> <Changeset component="${groupId}.${artifactId}.1-3-0" date="2014-07-04">
<Change>Added error colored lines</Change> <Change>Added error colored lines</Change>
<Change>Updated grid, now shows single view column</Change> <Change>Updated grid, now shows single view column</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.portlets.user.tabular-data-widgetx.1-2-0" date="2014-06-05"> <Changeset component="${groupId}.${artifactId}.1-2-0" date="2014-06-05">
<Change>Added Inline Filter</Change> <Change>Added Inline Filter</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.portlets.user.tabular-data-widgetx.1-1-0" date="2014-04-04"> <Changeset component="${groupId}.${artifactId}.1-1-0" date="2014-04-04">
<Change>Added GridAndCellSelectionModel</Change> <Change>Added GridAndCellSelectionModel</Change>
<Change>Added getCellValue, checkOnlyColumn and getSelectedRowsId <Change>Added getCellValue, checkOnlyColumn and getSelectedRowsId
functions on GridSelectionPanel functions on GridSelectionPanel
@ -37,7 +37,7 @@
<Change>Updated ColumnConfigGenerator</Change> <Change>Updated ColumnConfigGenerator</Change>
<Change>Updated key of rows on GridSelectionPanel</Change> <Change>Updated key of rows on GridSelectionPanel</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.portlets.user.tabular-data-widgetx.1-0-0" date="2014-02-01"> <Changeset component="${groupId}.${artifactId}.1-0-0" date="2014-02-01">
<Change>First Release</Change> <Change>First Release</Change>
</Changeset> </Changeset>
</ReleaseNotes> </ReleaseNotes>

View File

@ -15,25 +15,18 @@
<includes> <includes>
<include>README</include> <include>README</include>
<include>LICENSE</include> <include>LICENSE</include>
<include>INSTALL</include>
<include>MAINTAINERS</include>
<include>changelog.xml</include> <include>changelog.xml</include>
<include>profile.xml</include>
</includes> </includes>
<fileMode>755</fileMode> <fileMode>755</fileMode>
<filtered>true</filtered>
</fileSet> </fileSet>
</fileSets> </fileSets>
<files> <files>
<file> <file>
<source>${distroDirectory}/svnpath.txt</source> <source>target/${build.finalName}.${project.packaging}</source>
<outputDirectory>/${artifactId}</outputDirectory>
</file>
<file>
<source>${configDirectory}/profile.xml</source>
<outputDirectory>/</outputDirectory>
</file>
<file>
<source>target/${build.finalName}.${packaging}</source>
<outputDirectory>/${artifactId}</outputDirectory> <outputDirectory>/${artifactId}</outputDirectory>
</file> </file>
</files> </files>
</assembly> </assembly>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Resource> <Resource>
<ID></ID> <ID></ID>
<Type>Service</Type> <Type>Library</Type>
<Profile> <Profile>
<Description>${project.description}</Description> <Description>${project.description}</Description>
<Class>PortletsUser</Class> <Class>PortletsUser</Class>

View File

@ -1 +0,0 @@
https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx

80
pom.xml
View File

@ -16,10 +16,7 @@
<description>Widget that allows visualization of tabular data</description> <description>Widget that allows visualization of tabular data</description>
<properties> <properties>
<distroDirectory>${project.basedir}/distro</distroDirectory> <webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<release.date>2015-07-03</release.date>
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager</wikiurl>
<templatesDirectory>templates</templatesDirectory>
<distroDirectory>distro</distroDirectory> <distroDirectory>distro</distroDirectory>
<configDirectory>config</configDirectory> <configDirectory>config</configDirectory>
@ -27,7 +24,6 @@
<gwtLogVersion>3.3.2</gwtLogVersion> <gwtLogVersion>3.3.2</gwtLogVersion>
<gxtVersion>3.1.1</gxtVersion> <gxtVersion>3.1.1</gxtVersion>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<KEYS>${env.KEYS}</KEYS> <KEYS>${env.KEYS}</KEYS>
@ -173,92 +169,28 @@
<module>org.gcube.portlets.user.tdwx.TabularDataWidgetX</module> <module>org.gcube.portlets.user.tdwx.TabularDataWidgetX</module>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<id>copy-profile</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${configDirectory}</outputDirectory>
<resources>
<resource>
<directory>${templatesDirectory}</directory>
<includes>
<include>profile.xml</include>
</includes>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
<execution>
<id>copy-distro-resources</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${distroDirectory}</outputDirectory>
<resources>
<resource>
<directory>${templatesDirectory}</directory>
<excludes>
<exclude>profile.xml</exclude>
<exclude>descriptor.xml</exclude>
</excludes>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
<configuration>
<filesets>
<fileset>
<directory>${distroDirectory}</directory>
<includes>
<include>**</include>
</includes>
<followSymlinks>false</followSymlinks>
</fileset>
<fileset>
<directory>${configDirectory}</directory>
<includes>
<include>**</include>
</includes>
<followSymlinks>false</followSymlinks>
</fileset>
</filesets>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<version>2.2</version> <version>2.2</version>
<configuration> <configuration>
<descriptors> <descriptors>
<descriptor>${templatesDirectory}/descriptor.xml</descriptor> <descriptor>${distroDirectory}/descriptor.xml</descriptor>
</descriptors> </descriptors>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>servicearchive</id> <id>servicearchive</id>
<phase>package</phase> <phase>install</phase>
<goals> <goals>
<goal>single</goal> <goal>single</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencyManagement> <dependencyManagement>

View File

View File

@ -1,6 +0,0 @@
gCube System - License
------------------------------------------------------------
The gCube/gCore software is licensed as Free Open Source software conveying to the EUPL (http://ec.europa.eu/idabc/eupl).
The software and documentation is provided by its authors/distributors "as is" and no expressed or
implied warranty is given for its use, quality or fitness for a particular case.

View File

@ -1 +0,0 @@
Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"

View File

@ -1,48 +0,0 @@
The gCube System - ${name}
------------------------------------------------------------
This work has been supported by the following European projects: iMarine (FP7-INFRASTRUCTURES-2011-2)
Authors
-------
Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa,
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
Version and Release Date
------------------------
v. ${version} (${release.date})
Description
-----------
${project.description}
Download information
--------------------
Source code is available from SVN:
${scm.url}
Binaries can be downloaded from:
http://software.d4science.research-infrastructures.eu/
Documentation
-------------
${project.description}
Documentation is available on-line from the Projects Documentation Wiki:
${wikiurl}
Licensing
---------
This software is licensed under the terms you may find in the file named "LICENSE" in this directory.

View File

@ -1,43 +0,0 @@
<ReleaseNotes>
<Changeset component="${groupId}.${artifactId}.1-8-0" date="2015-07-03">
<Change>Added different colors for columns of different type [issue #251]</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-7-0" date="2015-04-30">
<Change>Updated Inline Filter to support soundex, text begin and text
end</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-6-0" date="2015-02-16">
<Change>Updated to GWT 2.6.1</Change>
<Change>Updated to GXT 3.1.1</Change>
<Change>Strengthened tabular-data-widgetx now support more rows [issue
#3238]</Change>
<Change>Fixed SelectionModel to select rows on different pages
</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-5-0" date="2014-10-31">
<Change>Updated for multi tab support</Change>
<Change>Updated Geometry type support</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-4-0" date="2014-09-12">
<Change>Updated grid behavior</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-3-0" date="2014-07-04">
<Change>Added error colored lines</Change>
<Change>Updated grid, now shows single view column</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-2-0" date="2014-06-05">
<Change>Added Inline Filter</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-1-0" date="2014-04-04">
<Change>Added GridAndCellSelectionModel</Change>
<Change>Added getCellValue, checkOnlyColumn and getSelectedRowsId
functions on GridSelectionPanel
</Change>
<Change>Updated ColumnDefinition</Change>
<Change>Updated ColumnConfigGenerator</Change>
<Change>Updated key of rows on GridSelectionPanel</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-0-0" date="2014-02-01">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>

View File

@ -1 +0,0 @@
${scm.url}