Alessandro Pieve 2016-09-29 14:19:42 +00:00
parent a690458420
commit c263180840
8 changed files with 5 additions and 75 deletions

74
pom.xml
View File

@ -72,39 +72,28 @@
</dependencies>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>org.gcube.resources.discovery</groupId>
<artifactId>ic-client</artifactId>
</dependency>
<!-- GWT -->
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwtVersion}</version><!--$NO-MVN-MAN-VER$ -->
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>${gwtVersion}</version><!--$NO-MVN-MAN-VER$ -->
</dependency>
<dependency>
<groupId>com.github.gwtbootstrap</groupId>
<artifactId>gwt-bootstrap</artifactId>
<!-- <version>2.3.2.0</version> -->
</dependency>
<dependency>
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>callout-tour</artifactId>
@ -116,18 +105,12 @@
</exclusion>
</exclusions>
</dependency>
<!-- Portlet -->
<dependency>
<groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- PORTAL -->
<dependency>
<groupId>org.gcube.core</groupId>
@ -135,53 +118,30 @@
<!-- <version>[1.0.2-SNAPSHOT,2.0.0-SNAPSHOT)</version> -->
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>custom-portal-handler</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>aslcore</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>accesslogger</artifactId>
</dependency>
<!-- GCube Widgets -->
<dependency>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>gcube-widgets</artifactId>
<scope>compile</scope>
</dependency>
<!-- Session Checker -->
<dependency>
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>session-checker</artifactId>
<version>[0.2.0-SNAPSHOT,1.0.0-SNAPSHOT)</version>
</dependency>
<!-- LOGGING <dependency> <groupId>com.allen-sauer.gwt.log</groupId> <artifactId>gwt-log</artifactId>
<version>${gwtLogVersion}</version> </dependency> -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
@ -192,22 +152,11 @@
<artifactId>slf4j-log4j12</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.dvos</groupId>
<artifactId>usermanagement-core</artifactId>
<!-- <version>2.0.0-SNAPSHOT</version> -->
</dependency>
<!-- JUnit TEST -->
<dependency>
<groupId>junit</groupId>
@ -215,7 +164,6 @@
<version>4.8.1</version>
<scope>test</scope>
</dependency>
<!-- Authorization Client -->
<dependency>
<groupId>org.gcube.common</groupId>
@ -228,11 +176,7 @@
<scope> compile</scope>
</dependency>
<!-- End Authorization Client -->
</dependencies>
<build>
<!-- Generate compiled stuff in the folder used for developing mode -->
<outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
@ -255,9 +199,7 @@
<execution>
<configuration>
<extraJvmArgs>-Xmx1024M -Xss1024k -Dgwt.compiler.localWorkers=1</extraJvmArgs>
<superDevMode>false</superDevMode>
<superDevMode>false</superDevMode>
</configuration>
<goals>
<goal>compile</goal>
@ -273,7 +215,6 @@
</compileSourcesArtifacts> -->
</configuration>
</plugin>
<!-- Copy static web files before executing gwt:run -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@ -295,7 +236,6 @@
</resource> </webResources> -->
</configuration>
</plugin>
<!-- Maven Surefire Plugin for Test -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@ -312,12 +252,9 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>${distroDirectory}/descriptor.xml</descriptor>
@ -334,10 +271,7 @@
</executions>
</plugin>
</plugins>
</build>
<dependencyManagement>
<dependencies>
<dependency>
@ -349,8 +283,4 @@
</dependency>
</dependencies>
</dependencyManagement>
</project>

View File

@ -44,7 +44,7 @@
<b:FluidRow>
<b:Column size="12">
<g:FlowPanel styleName="{style.panel_text}">
<b:ControlLabel>Type Caller</b:ControlLabel>
<b:ControlLabel>Caller Type</b:ControlLabel>
<b:ListBox ui:field="l_select_type_caller">
<g:item>All</g:item>
<g:item>Role</g:item>

View File

@ -164,7 +164,7 @@ public class PolicyAddDialog extends WindowBox {
tourAddDialogPolicy.setShowPrevButton(true);
if (!this.modifyPolicy){
TourStep firstStep = new TourStep(Placement.RIGHT, "idAddCallerPolicy");
firstStep.setContent("Here you can add a single or multiple caller that denies an access on a selected service:"
firstStep.setContent("Here you can add a single or multiple caller to deny access on a selected service:"
+ "<br>If insert an user digit @,<br>If insert a role digit #, <br>If you want insert a service digit $.");
firstStep.setTitle("Add Caller");
firstStep.centerXOffset();

View File

@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse
#Tue Sep 27 14:11:19 CEST 2016
#Wed Sep 28 09:50:42 CEST 2016
version=1.0.0-SNAPSHOT
groupId=org.gcube.portlets.admin
m2e.projectName=auth-portlet-manager