[jboss-cvs] JBossAS SVN: r93607 - in trunk: iiop/.settings and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 16 09:20:28 EDT 2009


Author: emuckenhuber
Date: 2009-09-16 09:20:28 -0400 (Wed, 16 Sep 2009)
New Revision: 93607

Modified:
   trunk/iiop/.classpath
   trunk/iiop/.settings/org.eclipse.jdt.core.prefs
   trunk/iiop/.settings/org.maven.ide.eclipse.prefs
   trunk/testsuite/
   trunk/testsuite/.classpath
Log:
eclipse build path

Modified: trunk/iiop/.classpath
===================================================================
--- trunk/iiop/.classpath	2009-09-16 13:16:38 UTC (rev 93606)
+++ trunk/iiop/.classpath	2009-09-16 13:20:28 UTC (rev 93607)
@@ -1,11 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry excluding="org/jboss/iiop/SunJDK14IsLocalBugFix.java" kind="src" path="src/main"/>
-	<classpathentry exported="true" kind="src" path="/server"/>
-	<classpathentry kind="src" path="output/gen-src"/>
+	<classpathentry excluding="org/jboss/iiop/SunJDK14IsLocalBugFix.java" kind="src" output="target/classes" path="src/main"/>
+	<classpathentry kind="src" output="target/classes" path="target/generated-sources/idl"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry exported="true" kind="lib" path="/thirdparty/jacorb/lib/jacorb.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-kernel.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-kernel-sources.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jbossts/lib/jbossjts-jacorb.jar"/>
-	<classpathentry kind="output" path="output/eclipse-classes"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: trunk/iiop/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/iiop/.settings/org.eclipse.jdt.core.prefs	2009-09-16 13:16:38 UTC (rev 93606)
+++ trunk/iiop/.settings/org.eclipse.jdt.core.prefs	2009-09-16 13:20:28 UTC (rev 93607)
@@ -1,5 +1,8 @@
-#Mon May 18 14:10:33 CEST 2009
+#Wed Sep 16 14:57:48 CEST 2009
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
 org.eclipse.jdt.core.compiler.source=1.5
-org.eclipse.jdt.core.compiler.compliance=1.5

Modified: trunk/iiop/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- trunk/iiop/.settings/org.maven.ide.eclipse.prefs	2009-09-16 13:16:38 UTC (rev 93606)
+++ trunk/iiop/.settings/org.maven.ide.eclipse.prefs	2009-09-16 13:20:28 UTC (rev 93607)
@@ -1,8 +1,9 @@
-#Mon Aug 03 19:36:50 PDT 2009
+#Wed Sep 16 14:44:22 CEST 2009
 activeProfiles=
 eclipse.preferences.version=1
 fullBuildGoals=process-test-resources
 includeModules=false
 resolveWorkspaceProjects=true
 resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
 version=1


Property changes on: trunk/testsuite
___________________________________________________________________
Name: svn:ignore
   - .settings
output
build.log
run.tstamp
junit*.properties
20070819
20070821
*.iml
failed.txt

   + .settings
output
build.log
run.tstamp
junit*.properties
20070819
20070821
*.iml
failed.txt
target


Modified: trunk/testsuite/.classpath
===================================================================
--- trunk/testsuite/.classpath	2009-09-16 13:16:38 UTC (rev 93606)
+++ trunk/testsuite/.classpath	2009-09-16 13:20:28 UTC (rev 93607)
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+	<classpathentry kind="src" path="src/main"/>
+	<classpathentry kind="src" path="src/resources"/>
+	<classpathentry kind="src" path="output/gen-src"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>




More information about the jboss-cvs-commits mailing list