[seam-commits] Seam SVN: r9644 - in trunk/examples/jee5/remoting: nbproject and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Nov 25 18:12:19 EST 2008
Author: dan.j.allen
Date: 2008-11-25 18:12:19 -0500 (Tue, 25 Nov 2008)
New Revision: 9644
Modified:
trunk/examples/jee5/remoting/build.xml
trunk/examples/jee5/remoting/nbproject/project.xml
Log:
update project name and context
Modified: trunk/examples/jee5/remoting/build.xml
===================================================================
--- trunk/examples/jee5/remoting/build.xml 2008-11-25 23:11:19 UTC (rev 9643)
+++ trunk/examples/jee5/remoting/build.xml 2008-11-25 23:12:19 UTC (rev 9644)
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
-<project name="Java EE 5 Remoting Test" default="archive" basedir=".">
+<project name="Java EE 5 Remoting Example" default="archive" basedir=".">
<!-- Naming -->
- <property name="Name" value="The Java EE 5 Example for GlassFish"/>
- <property name="example.name" value="jboss-seam-remoting"/>
+ <property name="Name" value="Java EE 5 Remoting Example (GlassFish V2/JBoss AS 5)"/>
+ <property name="example.name" value="jboss-seam-jee5-remoting"/>
<!-- resources -->
<property name="resources.dir" value="resources" />
Modified: trunk/examples/jee5/remoting/nbproject/project.xml
===================================================================
--- trunk/examples/jee5/remoting/nbproject/project.xml 2008-11-25 23:11:19 UTC (rev 9643)
+++ trunk/examples/jee5/remoting/nbproject/project.xml 2008-11-25 23:12:19 UTC (rev 9644)
@@ -4,7 +4,7 @@
<configuration>
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
<!-- Do not use Project Properties customizer when editing this file manually. -->
- <name>Seam Remoting Example</name>
+ <name>Java EE 5 Remoting Example</name>
<properties/>
<folders>
<source-folder>
More information about the seam-commits
mailing list