Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing the http://pastebin.com/edRCKzhk exception and adding improvement... #2

Open
wants to merge 1 commit into
base: Version_6
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

112 changes: 0 additions & 112 deletions uberfire-demo/uberfire-demo-example/uberfire-demo-client/bin/pom.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 1 addition & 9 deletions uberfire-demo/uberfire-demo-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<description>Form Builder NG - Showcase</description>

<dependencies>


<dependency>
<groupId>org.uberfire</groupId>
Expand Down Expand Up @@ -102,10 +102,6 @@
<groupId>org.guvnor</groupId>
<artifactId>guvnor-workingset-api</artifactId>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-business-domain-api</artifactId>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-business-domain-backend</artifactId>
Expand All @@ -116,10 +112,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-process-runtime-api</artifactId>
</dependency>
<dependency>
<groupId>org.kie.workbench.screens</groupId>
<artifactId>kie-wb-common-default-editor-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ public interface ShowcaseImages

ShowcaseImages INSTANCE = GWT.create( ShowcaseImages.class );

@Source("images/monitoring.png")
ImageResource monitoringScreenshot();

@Source("images/hdrlogo_drools.gif")
ImageResource hdrlogoDrools();


@Source("images/uf-logo.png")
ImageResource uberfireLogo();

Expand Down
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Loading