Fixed portlet name
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@83949 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e2bf2d29f8
commit
2cf6124591
69
pom.xml
69
pom.xml
|
@ -16,8 +16,8 @@
|
|||
<version>1.0.0-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<name>TabularDataPortlet</name>
|
||||
<description>TabularDataPortlet manages tabular data</description>
|
||||
<name>tabular-data-portlet</name>
|
||||
<description>tabular-data-portlet manages tabular data</description>
|
||||
|
||||
<scm>
|
||||
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet</url>
|
||||
|
@ -138,33 +138,7 @@
|
|||
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT]</version>
|
||||
</dependency>
|
||||
|
||||
<!-- IMPORTER WIDGET
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>td-importer-widget</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT]</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>td-importer-widget</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT]</version>
|
||||
<classifier>sources</classifier>
|
||||
</dependency>
|
||||
-->
|
||||
<!-- CSV IMPORTER WIDGET
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>td-csv-importer-widget</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>td-csv-importer-widget</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
||||
<classifier>sources</classifier>
|
||||
</dependency>
|
||||
|
||||
-->
|
||||
|
||||
<!-- Apache Common Library -->
|
||||
<dependency>
|
||||
|
@ -189,39 +163,46 @@
|
|||
<version>[1.2.0-SNAPSHOT, 2.0.0-common)</version>
|
||||
</dependency>
|
||||
|
||||
<!-- CSV IMPORT WIZARD -->
|
||||
<!-- tabular-data-csv-import-widget -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>CSVImportWizardTD</artifactId>
|
||||
<artifactId>tabular-data-csv-import-widget</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
|
||||
<!-- SDMX IMPORT WIZARD -->
|
||||
<!-- tabular-data-sdmx-import-widget -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>SDMXImportWizardTD</artifactId>
|
||||
<artifactId>tabular-data-sdmx-import-widget</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
|
||||
<!-- SDMX EXPORT WIZARD -->
|
||||
<!-- tabular-data-sdmx-export-widget
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>SDMXExportWizardTD</artifactId>
|
||||
<artifactId>tabular-data-sdmx-export-widget</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
-->
|
||||
|
||||
|
||||
<!-- TABULAR DATA OPEN -->
|
||||
<!-- tabular-data-open-widget -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>TDOpen</artifactId>
|
||||
<artifactId>tabular-data-open-widget</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
|
||||
<!-- TD GXTService -->
|
||||
|
||||
<!--tabular-data-information-widget -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>tabular-data-gxtservice</artifactId>
|
||||
<artifactId>tabular-data-information-widget</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
|
||||
<!-- tabular-data-gwt-service -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>tabular-data-gwt-service</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
|
||||
|
@ -242,13 +223,7 @@
|
|||
<artifactId>home-library</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- TD Information -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>tabular-data-information</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- LOGGING -->
|
||||
<dependency>
|
||||
<groupId>com.allen-sauer.gwt.log</groupId>
|
||||
|
|
Loading…
Reference in New Issue