[webbeans-commits] Webbeans SVN: r1669 - examples/trunk/se/hello-world.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Feb 23 19:36:15 EST 2009


Author: peteroyle
Date: 2009-02-23 19:36:15 -0500 (Mon, 23 Feb 2009)
New Revision: 1669

Removed:
   examples/trunk/se/hello-world/nbactions.xml
Log:
removing nbactions

Deleted: examples/trunk/se/hello-world/nbactions.xml
===================================================================
--- examples/trunk/se/hello-world/nbactions.xml	2009-02-24 00:35:33 UTC (rev 1668)
+++ examples/trunk/se/hello-world/nbactions.xml	2009-02-24 00:36:15 UTC (rev 1669)
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-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.
-
-    Licensed 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.
-
---><actions>
-        <action>
-            <actionName>run</actionName>
-            <goals>
-                <goal>process-classes</goal>
-                <goal>org.codehaus.mojo:exec-maven-plugin:1.1:exec</goal>
-            </goals>
-            <properties>
-                <exec.args>-classpath %classpath org.jboss.webbeans.environment.se.StartMain Possums</exec.args>
-                <exec.executable>java</exec.executable>
-            </properties>
-        </action>
-        <action>
-            <actionName>debug</actionName>
-            <goals>
-                <goal>process-classes</goal>
-                <goal>org.codehaus.mojo:exec-maven-plugin:1.1:exec</goal>
-            </goals>
-            <properties>
-                <exec.args>-Xdebug -Djava.compiler=none -Xnoagent -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath org.jboss.webbeans.environment.se.StartMain Possums</exec.args>
-                <jpda.listen>true</jpda.listen>
-                <exec.executable>java</exec.executable>
-            </properties>
-        </action>
-        <action>
-            <actionName>CUSTOM-Jalopy Format</actionName>
-            <displayName>Jalopy Format</displayName>
-            <goals>
-                <goal>jalopy:format</goal>
-            </goals>
-        </action>
-        <action>
-            <actionName>CUSTOM-License Format</actionName>
-            <displayName>License Format</displayName>
-            <goals>
-                <goal>license:format</goal>
-            </goals>
-        </action>
-    </actions>




More information about the weld-commits mailing list