[seam-commits] Seam SVN: r9236 - in trunk/seam-gen: build-scripts/.settings and 2 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Oct 8 18:09:36 EDT 2008


Author: dan.j.allen
Date: 2008-10-08 18:09:36 -0400 (Wed, 08 Oct 2008)
New Revision: 9236

Modified:
   trunk/seam-gen/build-scripts/.classpath
   trunk/seam-gen/build-scripts/.settings/org.jboss.tools.seam.core.prefs
   trunk/seam-gen/icefaces/build-scripts/.classpath
   trunk/seam-gen/nbproject/project.xml
Log:
update the IDE project files to reference the new src/hot and src/main classpath entries


Modified: trunk/seam-gen/build-scripts/.classpath
===================================================================
--- trunk/seam-gen/build-scripts/.classpath	2008-10-08 20:54:01 UTC (rev 9235)
+++ trunk/seam-gen/build-scripts/.classpath	2008-10-08 22:09:36 UTC (rev 9236)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-    <classpathentry kind="src" output="classes/model" path="src/model"/>
-    <classpathentry kind="src" output="classes/action" path="src/action"/>
+    <classpathentry kind="src" output="classes/main" path="src/main"/>
+    <classpathentry kind="src" output="classes/hot" path="src/hot"/>
     <classpathentry kind="src" output="classes/test" path="src/test"/>
     <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
     <classpathentry kind="lib" path="bootstrap"/>

Modified: trunk/seam-gen/build-scripts/.settings/org.jboss.tools.seam.core.prefs
===================================================================
--- trunk/seam-gen/build-scripts/.settings/org.jboss.tools.seam.core.prefs	2008-10-08 20:54:01 UTC (rev 9235)
+++ trunk/seam-gen/build-scripts/.settings/org.jboss.tools.seam.core.prefs	2008-10-08 22:09:36 UTC (rev 9236)
@@ -1,9 +1,9 @@
 #Wed Aug 06 19:35:32 BST 2008
 action.package=@actionPackage@
-action.sources=/@projectName@/src/action
+action.sources=/@projectName@/src/hot
 eclipse.preferences.version=1
 model.package=@modelPackage@
-model.sources=/@projectName@/src/model
+model.sources=/@projectName@/src/main
 seam.ejb.project=@projectName@
 seam.project.connection.profile=
 seam.project.deployment.type=@deploymentType@

Modified: trunk/seam-gen/icefaces/build-scripts/.classpath
===================================================================
--- trunk/seam-gen/icefaces/build-scripts/.classpath	2008-10-08 20:54:01 UTC (rev 9235)
+++ trunk/seam-gen/icefaces/build-scripts/.classpath	2008-10-08 22:09:36 UTC (rev 9236)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-    <classpathentry kind="src" output="classes/model" path="src/model"/>
-    <classpathentry kind="src" output="classes/action" path="src/action"/>
+    <classpathentry kind="src" output="classes/main" path="src/main"/>
+    <classpathentry kind="src" output="classes/hot" path="src/hot"/>
     <classpathentry kind="src" output="classes/test" path="src/test"/>
     <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
     <classpathentry kind="lib" path="bootstrap"/>

Modified: trunk/seam-gen/nbproject/project.xml
===================================================================
--- trunk/seam-gen/nbproject/project.xml	2008-10-08 20:54:01 UTC (rev 9235)
+++ trunk/seam-gen/nbproject/project.xml	2008-10-08 22:09:36 UTC (rev 9236)
@@ -8,14 +8,14 @@
             <properties/>
             <folders>
                 <source-folder>
-                    <label>model</label>
+                    <label>main</label>
                     <type>java</type>
-                    <location>src/model</location>
+                    <location>src/main</location>
                 </source-folder>
                 <source-folder>
-                    <label>action</label>
+                    <label>hot</label>
                     <type>java</type>
-                    <location>src/action</location>
+                    <location>src/hot</location>
                 </source-folder>
                 <source-folder>
                     <label>test</label>
@@ -58,12 +58,12 @@
             <view>
                 <items>
                     <source-folder style="packages">
-                        <label>model</label>
-                        <location>src/model</location>
+                        <label>main</label>
+                        <location>src/main</location>
                     </source-folder>
                     <source-folder style="packages">
-                        <label>action</label>
-                        <location>src/action</location>
+                        <label>hot</label>
+                        <location>src/hot</location>
                     </source-folder>
                     <source-folder style="packages">
                         <label>test</label>
@@ -95,12 +95,12 @@
         </general-data>
         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
             <compilation-unit>
-                <package-root>src/model</package-root>
+                <package-root>src/main</package-root>
                 <classpath mode="compile">lib/hibernate-validator.jar:lib/hibernate.jar:lib/hibernate-annotations.jar:lib/hibernate-commons-annotations.jar:lib/hibernate-entitymanager.jar:lib/jboss-seam.jar:lib/jboss-seam-debug.jar:lib/jboss-cache.jar:lib/jbpm-jpdl.jar:lib/antlr.jar:lib/jgroups.jar:lib/jsf-facelets.jar:lib/jstl.jar:lib/jsf-api.jar:lib/servlet-api.jar:lib/jboss-el.jar:lib/el-api.jar:lib/mvel14.jar:lib/drools-core.jar:lib/drools-compiler.jar:lib/janino.jar:lib/antlr-runtime.jar:lib/mail.jar:lib/persistence-api.jar:lib/ejb-api.jar:lib/jsr250-api.jar:lib/jta.jar:lib/core.jar:lib/jboss-embedded-api.jar:lib/hibernate-search.jar:lib/richfaces-api.jar:lib/richfaces-ui.jar:lib/@driverJar@:lib/lucene-core.jar</classpath>
                 <source-level>1.5</source-level>
             </compilation-unit>
             <compilation-unit>
-                <package-root>src/action</package-root>
+                <package-root>src/hot</package-root>
                 <classpath mode="compile">lib/hibernate-validator.jar:lib/hibernate.jar:lib/hibernate-annotations.jar:lib/hibernate-commons-annotations.jar:lib/hibernate-entitymanager.jar:lib/jboss-seam.jar:lib/jboss-seam-debug.jar:lib/jboss-cache.jar:lib/jbpm-jpdl.jar:lib/antlr.jar:lib/jgroups.jar:lib/jsf-facelets.jar:lib/jstl.jar:lib/jsf-api.jar:lib/servlet-api.jar:lib/jboss-el.jar:lib/el-api.jar:lib/mvel14.jar:lib/drools-core.jar:lib/drools-compiler.jar:lib/janino.jar:lib/antlr-runtime.jar:lib/mail.jar:lib/persistence-api.jar:lib/ejb-api.jar:lib/jsr250-api.jar:lib/jta.jar:lib/core.jar:lib/jboss-embedded-api.jar:lib/hibernate-search.jar:lib/richfaces-api.jar:lib/richfaces-ui.jar:lib/@driverJar@:lib/lucene-core.jar</classpath>
                 <source-level>1.5</source-level>
             </compilation-unit>




More information about the seam-commits mailing list