Skip to content

Commit

Permalink
dist cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 22, 2010
1 parent 784cf70 commit 6206cf8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
32 changes: 26 additions & 6 deletions dist/src/main/assembly/readme.txt
@@ -1,26 +1,46 @@

Seam XML Module
3.0.0 Beta1
Seam Config
${project.version}

What is it?
===========

The Seam 3 XML Module allows for CDI beans to be configured via XML.
Provides alternate bean metadata sources. Implements the typesafe XML-based configuration format defined in earlier
revisions of the JSR-299 specification.

Contents of distribution
========================

artifacts/

Provided libraries

lib/

Dependencies

docs/

API Docs and reference guide.

examples/

Seam XML examples

...
Seam Config examples

Licensing
=========

This distribution, as a whole, is licensed under the terms of the GNU Lesser General Public license version 2.1.

Seam Config URLs
================

Seam Config: http://sfwk.org/Seam3/Config
Seam 3 project: http://sfwk.org/Seam3
Downloads: http://sfwk.org/Seam3/DistributionDownloads
Forums: http://sfwk.org/Community/Seam3Users
Source Code: http://github.com/seam/config
Issue Tracking: http://issues.jboss.org/browse/SEAMXML

Release Notes
=============
9 changes: 7 additions & 2 deletions examples/princess-rescue/pom.xml
Expand Up @@ -47,10 +47,15 @@

<dependency>
<groupId>org.jboss.seam.solder</groupId>
<artifactId>seam-solder</artifactId>
<artifactId>seam-solder-api</artifactId>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.jboss.seam.solder</groupId>
<artifactId>seam-solder-impl</artifactId>
</dependency>

</dependencies>

<build>
Expand All @@ -77,7 +82,7 @@
<id>distribution</id>
<activation>
<property>
<name>dist</name>
<name>release</name>
</property>
</activation>
<build>
Expand Down

0 comments on commit 6206cf8

Please sign in to comment.