[webbeans-commits] Webbeans SVN: r3826 - in examples/trunk/se/numberguess/src/main: resources and 1 other directories.
by webbeans-commits@lists.jboss.org
Author: peteroyle
Date: 2009-10-01 03:27:10 -0400 (Thu, 01 Oct 2009)
New Revision: 3826
Modified:
examples/trunk/se/numberguess/src/main/java/org/jboss/webbeans/environment/se/example/numberguess/NumberGuessFrame.java
examples/trunk/se/numberguess/src/main/resources/META-INF/beans.xml
examples/trunk/se/numberguess/src/main/resources/log4j.properties
Log:
Updated to latest changes in SE module, and updated license text
Modified: examples/trunk/se/numberguess/src/main/java/org/jboss/webbeans/environment/se/example/numberguess/NumberGuessFrame.java
===================================================================
--- examples/trunk/se/numberguess/src/main/java/org/jboss/webbeans/environment/se/example/numberguess/NumberGuessFrame.java 2009-10-01 01:04:33 UTC (rev 3825)
+++ examples/trunk/se/numberguess/src/main/java/org/jboss/webbeans/environment/se/example/numberguess/NumberGuessFrame.java 2009-10-01 07:27:10 UTC (rev 3826)
@@ -19,8 +19,8 @@
import java.awt.CardLayout;
import javax.enterprise.event.Observes;
-import javax.enterprise.inject.spi.AfterDeploymentValidation;
import javax.inject.Inject;
+import org.jboss.webbeans.environment.se.events.ContainerInitialized;
/**
* Swing-based number guess example, main application frame.
@@ -35,7 +35,7 @@
@Inject
private MessageGenerator msgGenerator;
- public void start(@Observes AfterDeploymentValidation event)
+ public void start(@Observes ContainerInitialized event)
{
java.awt.EventQueue.invokeLater(new Runnable()
{
Modified: examples/trunk/se/numberguess/src/main/resources/META-INF/beans.xml
===================================================================
--- examples/trunk/se/numberguess/src/main/resources/META-INF/beans.xml 2009-10-01 01:04:33 UTC (rev 3825)
+++ examples/trunk/se/numberguess/src/main/resources/META-INF/beans.xml 2009-10-01 07:27:10 UTC (rev 3826)
@@ -1,9 +1,9 @@
<!--
JBoss, Home of Professional Open Source
- Copyright 2008, Red Hat Middleware LLC, and individual contributors
- by the @authors tag. See the copyright.txt in the distribution for a
- full listing of individual contributors.
+ Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual
+ contributors by the @authors tag. See the copyright.txt in the
+ distribution for a full listing of individual contributors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Modified: examples/trunk/se/numberguess/src/main/resources/log4j.properties
===================================================================
--- examples/trunk/se/numberguess/src/main/resources/log4j.properties 2009-10-01 01:04:33 UTC (rev 3825)
+++ examples/trunk/se/numberguess/src/main/resources/log4j.properties 2009-10-01 07:27:10 UTC (rev 3826)
@@ -1,8 +1,8 @@
#
# JBoss, Home of Professional Open Source
-# Copyright 2008, Red Hat Middleware LLC, and individual contributors
-# by the @authors tag. See the copyright.txt in the distribution for a
-# full listing of individual contributors.
+# Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual
+# contributors by the @authors tag. See the copyright.txt in the
+# distribution for a full listing of individual contributors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
15 years, 1 month
[webbeans-commits] Webbeans SVN: r3825 - tck/trunk.
by webbeans-commits@lists.jboss.org
Author: shane.bryzak(a)jboss.com
Date: 2009-09-30 21:04:33 -0400 (Wed, 30 Sep 2009)
New Revision: 3825
Modified:
tck/trunk/pom.xml
Log:
fix build
Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml 2009-09-30 23:39:55 UTC (rev 3824)
+++ tck/trunk/pom.xml 2009-10-01 01:04:33 UTC (rev 3825)
@@ -105,8 +105,8 @@
<dependency>
<groupId>javax.inject</groupId>
- <artifactId>inject-api</artifactId>
- <version>1.0.0-PRD</version>
+ <artifactId>javax.inject</artifactId>
+ <version>1.0-PFD-1</version>
</dependency>
<dependency>
15 years, 1 month