Seam SVN: r13054 - dist/trunk.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-06-04 14:05:05 -0400 (Fri, 04 Jun 2010)
New Revision: 13054
Modified:
dist/trunk/pom.xml
Log:
activate on release
Modified: dist/trunk/pom.xml
===================================================================
--- dist/trunk/pom.xml 2010-06-04 18:03:41 UTC (rev 13053)
+++ dist/trunk/pom.xml 2010-06-04 18:05:05 UTC (rev 13054)
@@ -252,7 +252,7 @@
<id>distribution</id>
<activation>
<property>
- <name>dist</name>
+ <name>release</name>
</property>
</activation>
<modules>
15 years, 11 months
Seam SVN: r13053 - in dist/trunk: dist/src/main/assembly and 1 other directories.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-06-04 14:03:41 -0400 (Fri, 04 Jun 2010)
New Revision: 13053
Modified:
dist/trunk/dist/pom.xml
dist/trunk/dist/src/main/assembly/assembly.xml
dist/trunk/seam/pom.xml
Log:
add seam.jar to dist
Modified: dist/trunk/dist/pom.xml
===================================================================
--- dist/trunk/dist/pom.xml 2010-06-04 17:53:15 UTC (rev 13052)
+++ dist/trunk/dist/pom.xml 2010-06-04 18:03:41 UTC (rev 13053)
@@ -245,6 +245,22 @@
<optional>true</optional>
</dependency>
+ <!-- Monolithic Seam -->
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam</artifactId>
+ <version>${project.version}</version>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam</artifactId>
+ <classifier>sources</classifier>
+ <version>${project.version}</version>
+ <optional>true</optional>
+ </dependency>
+
</dependencies>
<build>
@@ -254,25 +270,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <id>javadoc-jar</id>
- <phase>package</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- <configuration>
- <includeDependencySources>true</includeDependencySources>
- <dependencySourceIncludes>
- <dependencySourceIncludes>org.jboss.seam:*</dependencySourceIncludes>
- </dependencySourceIncludes>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
Modified: dist/trunk/dist/src/main/assembly/assembly.xml
===================================================================
--- dist/trunk/dist/src/main/assembly/assembly.xml 2010-06-04 17:53:15 UTC (rev 13052)
+++ dist/trunk/dist/src/main/assembly/assembly.xml 2010-06-04 18:03:41 UTC (rev 13053)
@@ -44,7 +44,7 @@
</includes>
<outputFileNameMapping>${artifact.artifactId}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>
</dependencySet>
- <!-- Add necessary javadoc jars -->
+ <!-- Add necessary sources jars -->
<dependencySet>
<outputDirectory>artifacts/modules/sources</outputDirectory>
<useProjectArtifact>false</useProjectArtifact>
@@ -63,6 +63,14 @@
</excludes>
<outputFileNameMapping>${artifact.artifactId}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>
</dependencySet>
+ <dependencySet>
+ <outputDirectory>artifacts</outputDirectory>
+ <useProjectArtifact>false</useProjectArtifact>
+ <includes>
+ <include>org.jboss.seam:seam</include>
+ <include>org.jboss.seam:seam:jar:sources</include>
+ </includes>
+ </dependencySet>
<!-- Pull in the example projects -->
<dependencySet>
<outputDirectory>examples</outputDirectory>
@@ -70,7 +78,7 @@
<useProjectArtifact>false</useProjectArtifact>
<includes>
<include>org.jboss.seam.faces:seam-faces-examples-short-ly</include>
- <include>org.jboss.seam.xml:seam-xml-config-reference-guide</include>
+ <include>org.jboss.seam.xml:seam-xml-examples-princess-rescue</include>
<include>org.jboss.seam.remoting:seam-remoting-model-example</include>
<include>org.jboss.seam.remoting:seam-remoting-helloworld-example</include>
</includes>
Modified: dist/trunk/seam/pom.xml
===================================================================
--- dist/trunk/seam/pom.xml 2010-06-04 17:53:15 UTC (rev 13052)
+++ dist/trunk/seam/pom.xml 2010-06-04 18:03:41 UTC (rev 13053)
@@ -12,6 +12,7 @@
<groupId>org.jboss.seam</groupId>
<artifactId>seam-bom</artifactId>
<version>3.0.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<description>
@@ -74,17 +75,6 @@
<profiles>
<profile>
- <id>distribution</id>
- <activation>
- <property>
- <name>dist</name>
- </property>
- </activation>
- <modules>
- <module>dist</module>
- </modules>
- </profile>
- <profile>
<id>uber-jar</id>
<activation>
<activeByDefault>true</activeByDefault>
15 years, 11 months
Seam SVN: r13052 - dist/trunk/seam.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-06-04 13:53:15 -0400 (Fri, 04 Jun 2010)
New Revision: 13052
Modified:
dist/trunk/seam/
Log:
ignores
Property changes on: dist/trunk/seam
___________________________________________________________________
Name: svn:ignore
- target
+ target
.classpath
.project
.settings
15 years, 11 months
Seam SVN: r13051 - in dist/trunk: dist and 1 other directories.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-06-04 13:51:50 -0400 (Fri, 04 Jun 2010)
New Revision: 13051
Added:
dist/trunk/seam/
dist/trunk/seam/pom.xml
Modified:
dist/trunk/dist/pom.xml
dist/trunk/pom.xml
Log:
split out bom from monolith
Modified: dist/trunk/dist/pom.xml
===================================================================
--- dist/trunk/dist/pom.xml 2010-06-04 17:19:51 UTC (rev 13050)
+++ dist/trunk/dist/pom.xml 2010-06-04 17:51:50 UTC (rev 13051)
@@ -10,8 +10,9 @@
<parent>
<groupId>org.jboss.seam</groupId>
- <artifactId>seam</artifactId>
+ <artifactId>seam-bom</artifactId>
<version>3.0.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<description>
Modified: dist/trunk/pom.xml
===================================================================
--- dist/trunk/pom.xml 2010-06-04 17:19:51 UTC (rev 13050)
+++ dist/trunk/pom.xml 2010-06-04 17:51:50 UTC (rev 13051)
@@ -3,8 +3,8 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam</groupId>
- <artifactId>seam</artifactId>
- <packaging>jar</packaging>
+ <artifactId>seam-bom</artifactId>
+ <packaging>pom</packaging>
<version>3.0.0-SNAPSHOT</version>
<name>Seam BOM</name>
@@ -33,6 +33,10 @@
</repositories>
<url>http://www.seamframework.org</url>
+
+ <modules>
+ <module>seam</module>
+ </modules>
<properties>
<!-- JBoss Java EE BOM -->
@@ -243,58 +247,6 @@
</dependencies>
</dependencyManagement>
- <!-- Dependecies for shaded jar -->
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam.xml</groupId>
- <artifactId>seam-xml-config</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.seam.remoting</groupId>
- <artifactId>seam-remoting-core</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.seam.faces</groupId>
- <artifactId>seam-faces</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.seam.faces</groupId>
- <artifactId>seam-faces-api</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.seam.jms</groupId>
- <artifactId>seam-jms</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.seam.jms</groupId>
- <artifactId>seam-jms-api</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.seam.international</groupId>
- <artifactId>seam-international</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.seam.international</groupId>
- <artifactId>seam-international-api</artifactId>
- <optional>true</optional>
- </dependency>
-
- </dependencies>
-
<profiles>
<profile>
<id>distribution</id>
@@ -307,76 +259,6 @@
<module>dist</module>
</modules>
</profile>
- <profile>
- <id>uber-jar</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <id>uber-javadoc-jar</id>
- <phase>package</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- <configuration>
- <includeDependencySources>true</includeDependencySources>
- <dependencySourceIncludes>
- <dependencySourceInclude>org.jboss.seam.*</dependencySourceInclude>
- </dependencySourceIncludes>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>org.jboss.seam.build</groupId>
- <artifactId>seam-maven-tools</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
- <executions>
- <execution>
- <id>uber-jar</id>
- <phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- <configuration>
- <createSourcesJar>true</createSourcesJar>
- <artifactSet>
- <includes>
- <include>org.jboss.seam.*:*</include>
- </includes>
- </artifactSet>
- <transformers>
- <transformer
- implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
- <transformer implementation="org.jboss.seam.build.tools.XmlAppendingTransformer">
- <resource>META-INF/beans.xml</resource>
- </transformer>
- <transformer implementation="org.jboss.seam.build.tools.XmlAppendingTransformer">
- <resource>META-INF/faces-config.xml</resource>
- </transformer>
- <transformer implementation="org.jboss.seam.build.tools.XmlAppendingTransformer">
- <resource>META-INF/web-fragment.xml</resource>
- </transformer>
- </transformers>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
<scm>
Property changes on: dist/trunk/seam
___________________________________________________________________
Name: svn:ignore
+ target
Added: dist/trunk/seam/pom.xml
===================================================================
--- dist/trunk/seam/pom.xml (rev 0)
+++ dist/trunk/seam/pom.xml 2010-06-04 17:51:50 UTC (rev 13051)
@@ -0,0 +1,167 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam</artifactId>
+ <packaging>jar</packaging>
+ <version>3.0.0-SNAPSHOT</version>
+ <name>Seam</name>
+
+ <parent>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>seam-bom</artifactId>
+ <version>3.0.0-SNAPSHOT</version>
+ </parent>
+
+ <description>
+ Seam, as a monolithic distribution
+ </description>
+
+ <url>http://www.seamframework.org</url>
+
+ <!-- Dependecies for shaded jar -->
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.seam.xml</groupId>
+ <artifactId>seam-xml-config</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam.remoting</groupId>
+ <artifactId>seam-remoting-core</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam.faces</groupId>
+ <artifactId>seam-faces</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam.faces</groupId>
+ <artifactId>seam-faces-api</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam.jms</groupId>
+ <artifactId>seam-jms</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam.jms</groupId>
+ <artifactId>seam-jms-api</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam.international</groupId>
+ <artifactId>seam-international</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.seam.international</groupId>
+ <artifactId>seam-international-api</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>distribution</id>
+ <activation>
+ <property>
+ <name>dist</name>
+ </property>
+ </activation>
+ <modules>
+ <module>dist</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>uber-jar</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>uber-javadoc-jar</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <configuration>
+ <includeDependencySources>true</includeDependencySources>
+ <dependencySourceIncludes>
+ <dependencySourceInclude>org.jboss.seam.*</dependencySourceInclude>
+ </dependencySourceIncludes>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.seam.build</groupId>
+ <artifactId>seam-maven-tools</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ <executions>
+ <execution>
+ <id>uber-jar</id>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <createSourcesJar>true</createSourcesJar>
+ <artifactSet>
+ <includes>
+ <include>org.jboss.seam.*:*</include>
+ </includes>
+ </artifactSet>
+ <transformers>
+ <transformer
+ implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
+ <transformer implementation="org.jboss.seam.build.tools.XmlAppendingTransformer">
+ <resource>META-INF/beans.xml</resource>
+ </transformer>
+ <transformer implementation="org.jboss.seam.build.tools.XmlAppendingTransformer">
+ <resource>META-INF/faces-config.xml</resource>
+ </transformer>
+ <transformer implementation="org.jboss.seam.build.tools.XmlAppendingTransformer">
+ <resource>META-INF/web-fragment.xml</resource>
+ </transformer>
+ </transformers>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/dist/trunk
+ </connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/dist/trunk
+ </developerConnection>
+ <url>http://fisheye.jboss.org/browse/Seam</url>
+ </scm>
+
+</project>
Property changes on: dist/trunk/seam/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
15 years, 11 months
Seam SVN: r13050 - dist/trunk.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-06-04 13:19:51 -0400 (Fri, 04 Jun 2010)
New Revision: 13050
Modified:
dist/trunk/pom.xml
Log:
slightly more transforms
Modified: dist/trunk/pom.xml
===================================================================
--- dist/trunk/pom.xml 2010-06-04 17:14:27 UTC (rev 13049)
+++ dist/trunk/pom.xml 2010-06-04 17:19:51 UTC (rev 13050)
@@ -17,6 +17,20 @@
<description>
The Seam "Bill of Materials", specifying the Seam stack for runtime use
</description>
+
+ <repositories>
+ <repository>
+ <id>oss.sonatype.org/jboss-snapshots</id>
+ <url>http://oss.sonatype.org/content/repositories/jboss-snapshots/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ </repositories>
<url>http://www.seamframework.org</url>
@@ -346,7 +360,15 @@
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
- <transformer implementation="org.jboss.seam.build.tools.BeansXmlAppendingTransformer" />
+ <transformer implementation="org.jboss.seam.build.tools.XmlAppendingTransformer">
+ <resource>META-INF/beans.xml</resource>
+ </transformer>
+ <transformer implementation="org.jboss.seam.build.tools.XmlAppendingTransformer">
+ <resource>META-INF/faces-config.xml</resource>
+ </transformer>
+ <transformer implementation="org.jboss.seam.build.tools.XmlAppendingTransformer">
+ <resource>META-INF/web-fragment.xml</resource>
+ </transformer>
</transformers>
</configuration>
</execution>
15 years, 11 months
Seam SVN: r13049 - build/trunk/tools.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-06-04 13:14:27 -0400 (Fri, 04 Jun 2010)
New Revision: 13049
Modified:
build/trunk/tools/
Log:
ignores
Property changes on: build/trunk/tools
___________________________________________________________________
Name: svn:ignore
+ .classpath
.project
.settings
target
15 years, 11 months
Seam SVN: r13048 - in modules/international/trunk: impl/src/main/resources/META-INF and 1 other directory.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-06-04 13:13:34 -0400 (Fri, 04 Jun 2010)
New Revision: 13048
Modified:
modules/international/trunk/api/src/main/resources/META-INF/beans.xml
modules/international/trunk/impl/src/main/resources/META-INF/beans.xml
Log:
ws, give beans.xml root elements
Modified: modules/international/trunk/api/src/main/resources/META-INF/beans.xml
===================================================================
--- modules/international/trunk/api/src/main/resources/META-INF/beans.xml 2010-06-04 17:13:17 UTC (rev 13047)
+++ modules/international/trunk/api/src/main/resources/META-INF/beans.xml 2010-06-04 17:13:34 UTC (rev 13048)
@@ -24,4 +24,4 @@
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
-</beans>
\ No newline at end of file
+</beans>
Modified: modules/international/trunk/impl/src/main/resources/META-INF/beans.xml
===================================================================
--- modules/international/trunk/impl/src/main/resources/META-INF/beans.xml 2010-06-04 17:13:17 UTC (rev 13047)
+++ modules/international/trunk/impl/src/main/resources/META-INF/beans.xml 2010-06-04 17:13:34 UTC (rev 13048)
@@ -24,4 +24,4 @@
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
-</beans>
\ No newline at end of file
+</beans>
15 years, 11 months
Seam SVN: r13047 - in modules/servlet/trunk: impl/src/main/resources/META-INF and 1 other directory.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-06-04 13:13:17 -0400 (Fri, 04 Jun 2010)
New Revision: 13047
Modified:
modules/servlet/trunk/api/src/main/resources/META-INF/beans.xml
modules/servlet/trunk/impl/src/main/resources/META-INF/beans.xml
Log:
ws, give beans.xml root elements
Modified: modules/servlet/trunk/api/src/main/resources/META-INF/beans.xml
===================================================================
--- modules/servlet/trunk/api/src/main/resources/META-INF/beans.xml 2010-06-04 17:12:53 UTC (rev 13046)
+++ modules/servlet/trunk/api/src/main/resources/META-INF/beans.xml 2010-06-04 17:13:17 UTC (rev 13047)
@@ -24,4 +24,4 @@
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
-</beans>
\ No newline at end of file
+</beans>
Modified: modules/servlet/trunk/impl/src/main/resources/META-INF/beans.xml
===================================================================
--- modules/servlet/trunk/impl/src/main/resources/META-INF/beans.xml 2010-06-04 17:12:53 UTC (rev 13046)
+++ modules/servlet/trunk/impl/src/main/resources/META-INF/beans.xml 2010-06-04 17:13:17 UTC (rev 13047)
@@ -24,4 +24,4 @@
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
-</beans>
\ No newline at end of file
+</beans>
15 years, 11 months
Seam SVN: r13045 - modules/remoting/trunk/core/src/main/resources/META-INF.
by seam-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-06-04 13:12:34 -0400 (Fri, 04 Jun 2010)
New Revision: 13045
Modified:
modules/remoting/trunk/core/src/main/resources/META-INF/beans.xml
Log:
ws, give beans.xml root elements
Modified: modules/remoting/trunk/core/src/main/resources/META-INF/beans.xml
===================================================================
--- modules/remoting/trunk/core/src/main/resources/META-INF/beans.xml 2010-06-04 17:12:18 UTC (rev 13044)
+++ modules/remoting/trunk/core/src/main/resources/META-INF/beans.xml 2010-06-04 17:12:34 UTC (rev 13045)
@@ -0,0 +1,27 @@
+<!--
+JBoss, Home of Professional Open Source
+Copyright 2010, Red Hat, Inc., and individual contributors
+by the @authors tag. See the copyright.txt in the distribution for a
+full listing of individual contributors.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of the GNU Lesser General Public License as
+published by the Free Software Foundation; either version 2.1 of
+the License, or (at your option) any later version.
+
+This software is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this software; if not, write to the Free
+Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+02110-1301 USA, or see the FSF site: http://www.fsf.org.
+-->
+<beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="
+ http://java.sun.com/xml/ns/javaee
+ http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
+
+</beans>
15 years, 11 months