Skip to content

Commit

Permalink
Social Home Page on Drools Wb
Browse files Browse the repository at this point in the history
  • Loading branch information
ederign committed Aug 25, 2014
1 parent 49cef4b commit e42aba2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions drools-wb-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,21 @@
<artifactId>kie-wb-common-server-ui-client</artifactId>
</dependency>

<dependency>
<groupId>org.kie.workbench.screens</groupId>
<artifactId>kie-wb-common-social-home-page-client</artifactId>
</dependency>

<dependency>
<groupId>org.kie.workbench.screens</groupId>
<artifactId>kie-wb-common-social-home-page-api</artifactId>
</dependency>

<dependency>
<groupId>org.kie.workbench.screens</groupId>
<artifactId>kie-wb-common-social-home-page-backend</artifactId>
</dependency>

<!-- Drools Workbench REST -->
<dependency>
<groupId>org.drools</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
<inherits name="org.kie.workbench.common.screens.projecteditor.KieWorkbenchCommonProjectEditorClient"/>
<inherits name="org.kie.workbench.common.screens.projectimportsscreen.KieWorkbenchCommonProjectImportsScreenClient"/>

<!-- Social Home page -->
<inherits name="org.kie.workbench.common.screens.social.hp.SocialHomePageClient"/>
<inherits name="org.kie.uberfire.social.activities.SocialActivitiesAPI"/>
<inherits name="org.kie.uberfire.social.activities.SocialActivitiesClient"/>

<!-- Specify the application specific style sheet. -->
<stylesheet src='css/drools-workbench.css'/>

Expand Down

0 comments on commit e42aba2

Please sign in to comment.