Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
heiko-braun committed Jul 13, 2011
1 parent 101c297 commit a4019c6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dependencies.txt
@@ -0,0 +1,11 @@
The Widgets have been moved over here:

https://github.com/ballroom/ballroom

and will be pulled from the maven repository, i.e:

<dependency>
<groupId>org.jboss.ballroom</groupId>
<artifactId>widgets</artifactId>
<version>${ballroom.version}</version>
</dependency>
8 changes: 8 additions & 0 deletions README.txt
Expand Up @@ -51,6 +51,14 @@ Executing the Integration tests:
3.) mvn clean -Dsmoke test


EAP Build Profile
-----------------

To run a customized EAP build (L&F) follow these steps:

- Create a dedicated version number (i.e. 1.0.0.EAP.CR2)
- Rebuild with the EAP profile turned on: mvn -Peap clean install


Problems?
---------
Expand Down

0 comments on commit a4019c6

Please sign in to comment.