You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2012/07/26 10:36:07 UTC

svn commit: r827020 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/examples-trunk/cucumber-jvm/src/main/java/org/superbiz/cucumber/ content/examples-trunk/cucumber-jvm/src/test/java/org/superbiz/cucumber/ content/examples-trunk/server-...

Author: buildbot
Date: Thu Jul 26 08:36:07 2012
New Revision: 827020

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/cgi-bin/   (props changed)
    websites/staging/openejb/trunk/content/   (props changed)
    websites/staging/openejb/trunk/content/examples-trunk/cucumber-jvm/src/main/java/org/superbiz/cucumber/Hello.java
    websites/staging/openejb/trunk/content/examples-trunk/cucumber-jvm/src/test/java/org/superbiz/cucumber/CucumberTest.java
    websites/staging/openejb/trunk/content/examples-trunk/cucumber-jvm/src/test/java/org/superbiz/cucumber/HelloStepDef.java
    websites/staging/openejb/trunk/content/examples-trunk/server-events/src/main/java/org/superbiz/event/AutoDiscoveredListener.java
    websites/staging/openejb/trunk/content/examples-trunk/server-events/src/main/java/org/superbiz/event/MyListener.java
    websites/staging/openejb/trunk/content/examples-trunk/server-events/src/test/java/org/superbiz/event/ListenerTest.java
    websites/staging/openejb/trunk/content/examples-trunk/webapps/change-jaxws-url/src/main/java/org/superbiz/jaxws/Rot13.java
    websites/staging/openejb/trunk/content/examples-trunk/webapps/change-jaxws-url/src/main/resources/META-INF/openejb-jar.xml
    websites/staging/openejb/trunk/content/examples-trunk/webapps/change-jaxws-url/src/test/java/org/superbiz/jaxws/Rot13Test.java

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 26 08:36:07 2012
@@ -1 +1 @@
-1365499
+1365910

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 26 08:36:07 2012
@@ -1 +1 @@
-1365499
+1365910

Modified: websites/staging/openejb/trunk/content/examples-trunk/cucumber-jvm/src/main/java/org/superbiz/cucumber/Hello.java
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/cucumber-jvm/src/main/java/org/superbiz/cucumber/Hello.java (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/cucumber-jvm/src/main/java/org/superbiz/cucumber/Hello.java Thu Jul 26 08:36:07 2012
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.superbiz.cucumber;
 
 public class Hello {

Modified: websites/staging/openejb/trunk/content/examples-trunk/cucumber-jvm/src/test/java/org/superbiz/cucumber/CucumberTest.java
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/cucumber-jvm/src/test/java/org/superbiz/cucumber/CucumberTest.java (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/cucumber-jvm/src/test/java/org/superbiz/cucumber/CucumberTest.java Thu Jul 26 08:36:07 2012
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.superbiz.cucumber;
 
 import cucumber.junit.Cucumber;

Modified: websites/staging/openejb/trunk/content/examples-trunk/cucumber-jvm/src/test/java/org/superbiz/cucumber/HelloStepDef.java
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/cucumber-jvm/src/test/java/org/superbiz/cucumber/HelloStepDef.java (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/cucumber-jvm/src/test/java/org/superbiz/cucumber/HelloStepDef.java Thu Jul 26 08:36:07 2012
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.superbiz.cucumber;
 
 import cucumber.annotation.en.Given;

Modified: websites/staging/openejb/trunk/content/examples-trunk/server-events/src/main/java/org/superbiz/event/AutoDiscoveredListener.java
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/server-events/src/main/java/org/superbiz/event/AutoDiscoveredListener.java (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/server-events/src/main/java/org/superbiz/event/AutoDiscoveredListener.java Thu Jul 26 08:36:07 2012
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.superbiz.event;
 
 import org.apache.openejb.assembler.classic.event.AssemblerAfterApplicationCreated;

Modified: websites/staging/openejb/trunk/content/examples-trunk/server-events/src/main/java/org/superbiz/event/MyListener.java
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/server-events/src/main/java/org/superbiz/event/MyListener.java (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/server-events/src/main/java/org/superbiz/event/MyListener.java Thu Jul 26 08:36:07 2012
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.superbiz.event;
 
 import org.apache.openejb.observer.Observes;

Modified: websites/staging/openejb/trunk/content/examples-trunk/server-events/src/test/java/org/superbiz/event/ListenerTest.java
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/server-events/src/test/java/org/superbiz/event/ListenerTest.java (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/server-events/src/test/java/org/superbiz/event/ListenerTest.java Thu Jul 26 08:36:07 2012
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.superbiz.event;
 
 import org.jboss.arquillian.container.test.api.Deployment;

Modified: websites/staging/openejb/trunk/content/examples-trunk/webapps/change-jaxws-url/src/main/java/org/superbiz/jaxws/Rot13.java
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/webapps/change-jaxws-url/src/main/java/org/superbiz/jaxws/Rot13.java (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/webapps/change-jaxws-url/src/main/java/org/superbiz/jaxws/Rot13.java Thu Jul 26 08:36:07 2012
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.superbiz.jaxws;
 
 import javax.ejb.Lock;

Modified: websites/staging/openejb/trunk/content/examples-trunk/webapps/change-jaxws-url/src/main/resources/META-INF/openejb-jar.xml
==============================================================================
Binary files - no diff available.

Modified: websites/staging/openejb/trunk/content/examples-trunk/webapps/change-jaxws-url/src/test/java/org/superbiz/jaxws/Rot13Test.java
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/webapps/change-jaxws-url/src/test/java/org/superbiz/jaxws/Rot13Test.java (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/webapps/change-jaxws-url/src/test/java/org/superbiz/jaxws/Rot13Test.java Thu Jul 26 08:36:07 2012
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.superbiz.jaxws;
 
 import org.apache.ziplock.IO;