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:
Giancarlo Panichi 2013-10-24 10:09:13 +00:00
parent e2bf2d29f8
commit 2cf6124591
1 changed files with 22 additions and 47 deletions

69
pom.xml
View File

@ -16,8 +16,8 @@
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>TabularDataPortlet</name> <name>tabular-data-portlet</name>
<description>TabularDataPortlet manages tabular data</description> <description>tabular-data-portlet manages tabular data</description>
<scm> <scm>
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet</url> <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> <version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT]</version>
</dependency> </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 --> <!-- Apache Common Library -->
<dependency> <dependency>
@ -189,39 +163,46 @@
<version>[1.2.0-SNAPSHOT, 2.0.0-common)</version> <version>[1.2.0-SNAPSHOT, 2.0.0-common)</version>
</dependency> </dependency>
<!-- CSV IMPORT WIZARD --> <!-- tabular-data-csv-import-widget -->
<dependency> <dependency>
<groupId>org.gcube.portlets.user</groupId> <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> <version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<!-- SDMX IMPORT WIZARD --> <!-- tabular-data-sdmx-import-widget -->
<dependency> <dependency>
<groupId>org.gcube.portlets.user</groupId> <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> <version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<!-- SDMX EXPORT WIZARD --> <!-- tabular-data-sdmx-export-widget
<dependency> <dependency>
<groupId>org.gcube.portlets.user</groupId> <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> <version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency> </dependency>
-->
<!-- tabular-data-open-widget -->
<!-- TABULAR DATA OPEN -->
<dependency> <dependency>
<groupId>org.gcube.portlets.user</groupId> <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> <version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<!-- TD GXTService --> <!--tabular-data-information-widget -->
<dependency> <dependency>
<groupId>org.gcube.portlets.user</groupId> <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> <version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency> </dependency>
@ -242,13 +223,7 @@
<artifactId>home-library</artifactId> <artifactId>home-library</artifactId>
</dependency> </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 --> <!-- LOGGING -->
<dependency> <dependency>
<groupId>com.allen-sauer.gwt.log</groupId> <groupId>com.allen-sauer.gwt.log</groupId>