[jboss-svn-commits] JBL Code SVN: r12806 - in labs/jbossesb/trunk: IDE/JBossIDE and 7 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Jun 24 16:16:00 EDT 2007


Author: beve
Date: 2007-06-24 16:15:59 -0400 (Sun, 24 Jun 2007)
New Revision: 12806

Added:
   labs/jbossesb/trunk/IDE/JBossIDE/services/
   labs/jbossesb/trunk/IDE/JBossIDE/services/jbossesb/
   labs/jbossesb/trunk/IDE/JBossIDE/services/jbossesb/.classpath
   labs/jbossesb/trunk/IDE/JBossIDE/services/jbossesb/.project
   labs/jbossesb/trunk/IDE/JBossIDE/services/jbpm/
   labs/jbossesb/trunk/IDE/JBossIDE/services/jbrules/
   labs/jbossesb/trunk/IDE/JBossIDE/services/jbrules/.classpath
   labs/jbossesb/trunk/IDE/JBossIDE/services/jbrules/.project
   labs/jbossesb/trunk/IDE/JBossIDE/services/smooks/
   labs/jbossesb/trunk/IDE/JBossIDE/services/smooks/.classpath
   labs/jbossesb/trunk/IDE/JBossIDE/services/smooks/.project
   labs/jbossesb/trunk/IDE/JBossIDE/services/soap/
   labs/jbossesb/trunk/IDE/JBossIDE/services/soap/.classpath
   labs/jbossesb/trunk/IDE/JBossIDE/services/soap/.project
   labs/jbossesb/trunk/IDE/JBossIDE/services/soapui-client/
   labs/jbossesb/trunk/IDE/JBossIDE/services/soapui-client/.classpath
   labs/jbossesb/trunk/IDE/JBossIDE/services/soapui-client/.project
   labs/jbossesb/trunk/IDE/JBossIDE/services/spring/
   labs/jbossesb/trunk/IDE/JBossIDE/services/spring/.classpath
   labs/jbossesb/trunk/IDE/JBossIDE/services/spring/.project
Modified:
   labs/jbossesb/trunk/Developer.txt
Log:
Adding eclipse .classpath and .project files for the services projects. 
Updated Developer.txt to explain how to setup a workspace with the projects.


Modified: labs/jbossesb/trunk/Developer.txt
===================================================================
--- labs/jbossesb/trunk/Developer.txt	2007-06-24 17:15:18 UTC (rev 12805)
+++ labs/jbossesb/trunk/Developer.txt	2007-06-24 20:15:59 UTC (rev 12806)
@@ -3,21 +3,45 @@
 product -	contains the JBossESB product codebase, including unit tests.
 qa -		contains the QA infrastructure for JBossESB.
 
-
 IDE
 ===
-Eclipse developers, there is IDE/JBossIDE/product directory with the .classpath. Copy that onto the root(product folder);
-it assumes you have the entire project checked out.
-The product/services directory contains several sub-projects that have their own src and test folders. Each
-of these should be imported as projects in eclipse. A good way to keep different branches separate is to use
-working sets in Eclipse.
 
+Eclipse:
+The IDE/JBossIDE/ directory contains .project and .classpath files for Eclipse. 
+Copy these files to the corresponding directories under the trunk/product directory.
+
+The product/services directory contains several sub-projects that have their own src and test folders. 
+Each of these can be created as new projects in eclipse. 
+Example of creating a project for jbpm:
+1) Ctrl-N -> "Java Project" -> "Create project from existing source"
+2) Browse to product/services/jbpm and press "ok"
+3) Name the project something like "jbpm_<workspaceName>"
+
+Just repeat the above steps for the projects in the services directory that you want to have included
+in your workspace. The same can also be done for the product directory.. 
+A good way to keep different branches separate is to use working sets in Eclipse, this is where the 
+suffix _workspaceName comes handy.
+
+The projects use the following user variables in Eclipse:
+ESB_HOME	-> should point to product/build/jbossesb/lib
+ESB_LIB		-> should point to product/lib/ext
+LOG4J		-> should point to a log4j.jar
+
+The projects use the following libraries in Eclipse:
+JUnit 4
+
 Development
 ===========
 If you have svn commit rights, then try to do your work within the workspace area first, before
 committing it to the trunk. We have a continuous integration build process that runs against the
 trunk whenever it is updated. See 'Subversion Guidelines' for more information.
 
+Please run the following test prior to commiting code against the main trunk:
+# product/build.xml 							-> target 'test'
+# product/build.xml 							-> target 'integration' (requires a local ftp server. See product.properties)
+# product/samples/quickstarts/test/build.xml 	-> target 'test'
+# qa/build.xml 									-> target 'test'
+
 Coding guidelines
 =================
 NOTE: you must ensure that all source files have the standard JBoss copyright at the start.

Added: labs/jbossesb/trunk/IDE/JBossIDE/services/jbossesb/.classpath
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/services/jbossesb/.classpath	                        (rev 0)
+++ labs/jbossesb/trunk/IDE/JBossIDE/services/jbossesb/.classpath	2007-06-24 20:15:59 UTC (rev 12806)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/main/java"/>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/test/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="var" path="ESB_HOME/jbossesb-rosetta.jar"/>
+	<classpathentry kind="var" path="LOG4J"/>
+	<classpathentry kind="lib" path="lib/ext/build-time/c3p0-0.9.1-pre9.jar"/>
+	<classpathentry kind="lib" path="lib/ext/jackrabbit-api-1.2.1.jar"/>
+	<classpathentry kind="lib" path="lib/ext/jackrabbit-core-1.2.1.jar"/>
+	<classpathentry kind="lib" path="lib/ext/jackrabbit-jcr-commons-1.2.1.jar"/>
+	<classpathentry kind="lib" path="lib/ext/jcr-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/ext/lucene-core-2.0.0.jar"/>
+	<classpathentry kind="var" path="ESB_LIB/jboss-system.jar"/>
+	<classpathentry kind="var" path="ESB_LIB/commons-lang-2.1.jar"/>
+	<classpathentry kind="var" path="ESB_LIB/commons-io-1.3.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="var" path="ESB_HOME/test-util.jar"/>
+	<classpathentry kind="var" path="ESB_LIB/jbossall-client.jar"/>
+	<classpathentry kind="var" path="ESB_LIB/jbossts-common.jar"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: labs/jbossesb/trunk/IDE/JBossIDE/services/jbossesb/.project
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/services/jbossesb/.project	                        (rev 0)
+++ labs/jbossesb/trunk/IDE/JBossIDE/services/jbossesb/.project	2007-06-24 20:15:59 UTC (rev 12806)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbossesb_trunk</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Added: labs/jbossesb/trunk/IDE/JBossIDE/services/jbrules/.classpath
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/services/jbrules/.classpath	                        (rev 0)
+++ labs/jbossesb/trunk/IDE/JBossIDE/services/jbrules/.classpath	2007-06-24 20:15:59 UTC (rev 12806)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/main/java"/>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/main/resources"/>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/test/resources"/>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/test/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="var" path="ESB_HOME/jbossesb-rosetta.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="var" path="ESB_HOME/test-util.jar"/>
+	<classpathentry kind="var" path="LOG4J"/>
+	<classpathentry kind="lib" path="lib/ext/antlr-3.0b7.jar"/>
+	<classpathentry kind="lib" path="lib/ext/core-3.2.1.v_677_R32x.jar"/>
+	<classpathentry kind="lib" path="lib/ext/drools-compiler-4.0.0.11754MR2.jar"/>
+	<classpathentry kind="lib" path="lib/ext/drools-core-4.0.0.11754MR2.jar"/>
+	<classpathentry kind="lib" path="lib/ext/drools-decisiontables-4.0.0.11754MR2.jar"/>
+	<classpathentry kind="lib" path="lib/ext/drools-jsr94-4.0.0.11754MR2.jar"/>
+	<classpathentry kind="lib" path="lib/ext/janino-2.5.6.jar"/>
+	<classpathentry kind="lib" path="lib/ext/jsr94-1.1.jar"/>
+	<classpathentry kind="lib" path="lib/ext/jxl-2.4.2.jar"/>
+	<classpathentry kind="lib" path="lib/ext/mvel14-1.2beta16.jar"/>
+	<classpathentry kind="lib" path="lib/ext/xpp3-1.1.3.4.O.jar"/>
+	<classpathentry kind="var" path="ESB_LIB/jbossts-common.jar"/>
+	<classpathentry kind="var" path="ESB_LIB/jbossall-client.jar"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: labs/jbossesb/trunk/IDE/JBossIDE/services/jbrules/.project
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/services/jbrules/.project	                        (rev 0)
+++ labs/jbossesb/trunk/IDE/JBossIDE/services/jbrules/.project	2007-06-24 20:15:59 UTC (rev 12806)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbrules_dbevenius</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Added: labs/jbossesb/trunk/IDE/JBossIDE/services/smooks/.classpath
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/services/smooks/.classpath	                        (rev 0)
+++ labs/jbossesb/trunk/IDE/JBossIDE/services/smooks/.classpath	2007-06-24 20:15:59 UTC (rev 12806)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/main/java"/>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/test/resources"/>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/test/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="var" path="LOG4J"/>
+	<classpathentry kind="var" path="ESB_HOME/jbossesb-rosetta.jar"/>
+	<classpathentry kind="lib" path="lib/ext/milyn-commons-0.9-SNAPSHOT.jar"/>
+	<classpathentry kind="lib" path="lib/ext/milyn-edisax-0.2-SNAPSHOT.jar"/>
+	<classpathentry kind="lib" path="lib/ext/milyn-smooks-core-0.9-SNAPSHOT.jar"/>
+	<classpathentry kind="lib" path="lib/ext/milyn-smooks-csv-0.1.1.jar"/>
+	<classpathentry kind="lib" path="lib/ext/milyn-smooks-edi-0.2-SNAPSHOT.jar"/>
+	<classpathentry kind="lib" path="lib/ext/milyn-smooks-javabean-0.3-SNAPSHOT.jar"/>
+	<classpathentry kind="lib" path="lib/ext/milyn-smooks-misc-0.2.1.jar"/>
+	<classpathentry kind="lib" path="lib/ext/milyn-smooks-scripting-0.1.jar"/>
+	<classpathentry kind="lib" path="lib/ext/milyn-smooks-templating-0.2.1.jar"/>
+	<classpathentry kind="var" path="ESB_LIB/jbossall-client.jar"/>
+	<classpathentry kind="var" path="ESB_LIB/jboss-system.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="var" path="ESB_LIB/commons-logging-1.0.4.jar"/>
+	<classpathentry kind="var" path="ESB_LIB/jbossts-common.jar"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: labs/jbossesb/trunk/IDE/JBossIDE/services/smooks/.project
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/services/smooks/.project	                        (rev 0)
+++ labs/jbossesb/trunk/IDE/JBossIDE/services/smooks/.project	2007-06-24 20:15:59 UTC (rev 12806)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>smooks_dbevenius</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Added: labs/jbossesb/trunk/IDE/JBossIDE/services/soap/.classpath
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/services/soap/.classpath	                        (rev 0)
+++ labs/jbossesb/trunk/IDE/JBossIDE/services/soap/.classpath	2007-06-24 20:15:59 UTC (rev 12806)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/main/java"/>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/test/resources"/>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/test/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="var" path="ESB_HOME/jbossesb-rosetta.jar"/>
+	<classpathentry kind="var" path="ESB_HOME/jbossesb-config-model-1.0.1.jar"/>
+	<classpathentry kind="var" path="ESB_HOME/test-util.jar"/>
+	<classpathentry kind="lib" path="lib/ext/jaxb-api.jar"/>
+	<classpathentry kind="lib" path="lib/ext/jaxb-impl.jar"/>
+	<classpathentry kind="lib" path="lib/ext/build-time/activation.jar"/>
+	<classpathentry kind="lib" path="lib/ext/build-time/commons-logging-1.0.4.jar"/>
+	<classpathentry kind="lib" path="lib/ext/build-time/jbossall-client.jar"/>
+	<classpathentry kind="lib" path="lib/ext/build-time/jboss-jaxws.jar"/>
+	<classpathentry kind="lib" path="lib/ext/build-time/jbossts-common.jar"/>
+	<classpathentry kind="lib" path="lib/ext/build-time/jbossws-core.jar"/>
+	<classpathentry kind="lib" path="lib/ext/build-time/jbossws-spi.jar"/>
+	<classpathentry kind="lib" path="lib/ext/build-time/junit-4.1.jar"/>
+	<classpathentry kind="lib" path="lib/ext/build-time/log4j.jar"/>
+	<classpathentry kind="lib" path="lib/ext/commons-httpclient-3.0.1.jar"/>
+	<classpathentry kind="lib" path="lib/ext/ognl-2.6.9.jar"/>
+	<classpathentry kind="lib" path="lib/ext/stax-api-1.0.1.jar"/>
+	<classpathentry kind="lib" path="lib/ext/wstx-lgpl-3.2.1.jar"/>
+	<classpathentry kind="lib" path="lib/ext/xbean.jar"/>
+	<classpathentry kind="lib" path="lib/ext/xstream-1.1.3.jar"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: labs/jbossesb/trunk/IDE/JBossIDE/services/soap/.project
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/services/soap/.project	                        (rev 0)
+++ labs/jbossesb/trunk/IDE/JBossIDE/services/soap/.project	2007-06-24 20:15:59 UTC (rev 12806)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>soap_dbevenius</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Added: labs/jbossesb/trunk/IDE/JBossIDE/services/soapui-client/.classpath
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/services/soapui-client/.classpath	                        (rev 0)
+++ labs/jbossesb/trunk/IDE/JBossIDE/services/soapui-client/.classpath	2007-06-24 20:15:59 UTC (rev 12806)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/main/java"/>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/test/resources"/>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/test/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="src/lib/commons-codec-1.2.jar"/>
+	<classpathentry kind="lib" path="src/lib/commons-httpclient-3.0.1.jar"/>
+	<classpathentry kind="lib" path="src/lib/commons-logging-1.0.4.jar"/>
+	<classpathentry kind="lib" path="src/lib/jboss-system.jar"/>
+	<classpathentry kind="lib" path="src/lib/jboss-system-client.jar"/>
+	<classpathentry kind="lib" path="src/lib/jsr173_1.0_api-xmlbeans-2.2.0.jar"/>
+	<classpathentry kind="lib" path="src/lib/log4j.jar"/>
+	<classpathentry kind="lib" path="src/lib/looks-2.1.2.jar"/>
+	<classpathentry kind="lib" path="src/lib/milyn-commons-0.9-SNAPSHOT.jar"/>
+	<classpathentry kind="lib" path="src/lib/ognl-2.6.9.jar"/>
+	<classpathentry kind="lib" path="src/lib/soapui-1.7.jar"/>
+	<classpathentry kind="lib" path="src/lib/soapui-xmlbeans-1.7.jar"/>
+	<classpathentry kind="lib" path="src/lib/wsdl4j-1.6.2.jar"/>
+	<classpathentry kind="lib" path="src/lib/xbean-2.2.0.jar"/>
+	<classpathentry kind="var" path="ESB_LIB/jbossall-client.jar"/>
+	<classpathentry kind="var" path="ESB_HOME/jbossesb-rosetta.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: labs/jbossesb/trunk/IDE/JBossIDE/services/soapui-client/.project
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/services/soapui-client/.project	                        (rev 0)
+++ labs/jbossesb/trunk/IDE/JBossIDE/services/soapui-client/.project	2007-06-24 20:15:59 UTC (rev 12806)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>soapui-client_trunk</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Added: labs/jbossesb/trunk/IDE/JBossIDE/services/spring/.classpath
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/services/spring/.classpath	                        (rev 0)
+++ labs/jbossesb/trunk/IDE/JBossIDE/services/spring/.classpath	2007-06-24 20:15:59 UTC (rev 12806)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/main/java"/>
+	<classpathentry excluding="**/.svn/" kind="src" path="src/test/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="lib/ext/build-time/asm.jar"/>
+	<classpathentry kind="lib" path="lib/ext/build-time/cglib-2.1_3.jar"/>
+	<classpathentry kind="lib" path="lib/ext/build-time/commons-logging-1.0.4.jar"/>
+	<classpathentry kind="lib" path="lib/ext/build-time/junit-4.1.jar"/>
+	<classpathentry kind="lib" path="lib/ext/build-time/log4j.jar"/>
+	<classpathentry kind="lib" path="lib/ext/aspectjrt.jar"/>
+	<classpathentry kind="lib" path="lib/ext/aspectjweaver.jar"/>
+	<classpathentry kind="lib" path="lib/ext/commons-dbcp-1.2.1.jar"/>
+	<classpathentry kind="lib" path="lib/ext/commons-pool.jar"/>
+	<classpathentry kind="lib" path="lib/ext/ibatis-2.3.0.677.jar"/>
+	<classpathentry kind="lib" path="lib/ext/spring.jar"/>
+	<classpathentry kind="lib" path="lib/ext/spring-aspects.jar"/>
+	<classpathentry kind="lib" path="lib/ext/spring-mock.jar"/>
+	<classpathentry kind="var" path="ESB_HOME/jbossesb-rosetta.jar"/>
+	<classpathentry kind="output" path="build/tests/coverage/instr"/>
+</classpath>

Added: labs/jbossesb/trunk/IDE/JBossIDE/services/spring/.project
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/services/spring/.project	                        (rev 0)
+++ labs/jbossesb/trunk/IDE/JBossIDE/services/spring/.project	2007-06-24 20:15:59 UTC (rev 12806)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>spring_dbevenius</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>




More information about the jboss-svn-commits mailing list