256: Workspace explorer

Task-Url: https://support.d4science.org/issues/256

Added scripts bootstrap and jquery
Updated pom to compile with gwt 2.6.1

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-explorer@117133 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-07-09 15:43:32 +00:00
parent 96e855c766
commit 3009b6ee91
9 changed files with 53 additions and 2 deletions

View File

@ -0,0 +1,2 @@
eclipse.preferences.version=1
filesCopiedToWebInfLib=

View File

@ -24,7 +24,7 @@
</scm>
<properties>
<!-- Convenience property to set the GWT version -->
<gwtVersion>2.7.0</gwtVersion>
<gwtVersion>2.6.1</gwtVersion>
<distroDirectory>distro</distroDirectory>
<!-- GWT needs at least java 1.6 -->
<maven.compiler.source>1.7</maven.compiler.source>

View File

@ -2,11 +2,14 @@
<module rename-to='WorkspaceExplorer'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<script src="jquery-1.10.1.min.js"></script>
<script src="bootstrap.min.js"></script>
<inherits name="com.github.gwtbootstrap.Bootstrap" />
<!-- Inherit the default GWT style sheet. You can change -->
<!-- the theme of your GWT application by uncommenting -->
<!-- any one of the following lines. -->
<inherits name='com.google.gwt.user.theme.standard.Standard' />
<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
@ -14,7 +17,8 @@
<!-- Other module inherits -->
<!-- Specify the app entry point class. -->
<!-- <entry-point class='org.gcube.portlets.widgets.wsexplorer.client.WorkspaceExplorer' /> -->
<!-- <entry-point class='org.gcube.portlets.widgets.wsexplorer.client.WorkspaceExplorer'
/> -->
<!-- Specify the paths for translatable code -->
<source path='client' />

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,5 @@
#Generated by Maven
#Thu Jul 09 17:41:34 CEST 2015
version=0.0.1-SNAPSHOT
groupId=org.gcube.portlets.widgets
artifactId=workspace-explorer

28
target/profile.xml Normal file
View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<Resource>
<ID></ID>
<Type>Service</Type>
<Profile>
<Description>gCube Workspace Explorer widget allows to navigate (gcube) user workspace</Description>
<Class>PortletsWidgets</Class>
<Name>workspace-explorer</Name>
<Version>1.0.0</Version>
<Packages>
<Software>
<Description>gCube Workspace Explorer widget allows to navigate (gcube) user workspace</Description>
<Name>workspace-explorer</Name>
<Version>0.0.1-SNAPSHOT</Version>
<MavenCoordinates>
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>workspace-explorer</artifactId>
<version>0.0.1-SNAPSHOT</version>
</MavenCoordinates>
<Type>library</Type>
<Files>
<File>workspace-explorer-0.0.1-SNAPSHOT.jar</File>
</Files>
</Software>
</Packages>
</Profile>
</Resource>

Binary file not shown.

Binary file not shown.