[jboss-cvs] JBossAS SVN: r100003 - in trunk: cluster/.settings and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 27 12:37:17 EST 2010


Author: kabir.khan at jboss.com
Date: 2010-01-27 12:37:17 -0500 (Wed, 27 Jan 2010)
New Revision: 100003

Modified:
   trunk/cluster/.classpath
   trunk/cluster/.settings/org.eclipse.jdt.core.prefs
   trunk/component-matrix/pom.xml
   trunk/server/.classpath
   trunk/server/src/etc/conf/all/bootstrap/deployers.xml
   trunk/varia/.classpath
Log:
[JBAS-7663] Set deployer to POST_PARSE

Modified: trunk/cluster/.classpath
===================================================================
--- trunk/cluster/.classpath	2010-01-27 16:42:26 UTC (rev 100002)
+++ trunk/cluster/.classpath	2010-01-27 17:37:17 UTC (rev 100003)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: trunk/cluster/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/cluster/.settings/org.eclipse.jdt.core.prefs	2010-01-27 16:42:26 UTC (rev 100002)
+++ trunk/cluster/.settings/org.eclipse.jdt.core.prefs	2010-01-27 17:37:17 UTC (rev 100003)
@@ -1,5 +1,12 @@
-#Mon May 18 14:11:14 CEST 2009
+#Tue Jan 12 14:44:10 GMT 2010
+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.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+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/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2010-01-27 16:42:26 UTC (rev 100002)
+++ trunk/component-matrix/pom.xml	2010-01-27 17:37:17 UTC (rev 100003)
@@ -63,7 +63,7 @@
     <version.org.hibernate.entity.manager>3.5.0-Beta-3</version.org.hibernate.entity.manager>
     <version.org.hibernate.validator>4.0.2.GA</version.org.hibernate.validator>
     <version.org.hibernate>3.5.0-Beta-3</version.org.hibernate>
-    <version.org.jboss.aop>2.1.7.GA</version.org.jboss.aop>
+    <version.org.jboss.aop>2.1.8-SNAPSHOT</version.org.jboss.aop>
     <version.org.jboss.aspects.currentinvocation>1.0.1</version.org.jboss.aspects.currentinvocation>
     <version.org.jboss.aspects.remoting>1.0.1.GA</version.org.jboss.aspects.remoting>
     <version.org.jboss.aspects.security>1.0.1</version.org.jboss.aspects.security>

Modified: trunk/server/.classpath
===================================================================
--- trunk/server/.classpath	2010-01-27 16:42:26 UTC (rev 100002)
+++ trunk/server/.classpath	2010-01-27 17:37:17 UTC (rev 100003)
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
 	<classpathentry kind="src" path="target/generated-sources/javacc"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: trunk/server/src/etc/conf/all/bootstrap/deployers.xml
===================================================================
--- trunk/server/src/etc/conf/all/bootstrap/deployers.xml	2010-01-27 16:42:26 UTC (rev 100002)
+++ trunk/server/src/etc/conf/all/bootstrap/deployers.xml	2010-01-27 17:37:17 UTC (rev 100003)
@@ -164,6 +164,7 @@
       <constructor>
          <parameter>org.jboss.aop.microcontainer.beans.metadata.AOPDeployment</parameter>
       </constructor>
+      <property name="STAGE">POST_PARSE</property>
       <property name="suffix">-aop.xml</property>
    </bean>
    <bean name="AOPAnnotationMetaDataParserDeployer" class="org.jboss.aop.asintegration.jboss5.AOPAnnotationMetaDataParserDeployer">

Modified: trunk/varia/.classpath
===================================================================
--- trunk/varia/.classpath	2010-01-27 16:42:26 UTC (rev 100002)
+++ trunk/varia/.classpath	2010-01-27 17:37:17 UTC (rev 100003)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry excluding="org/jboss/varia/stats/DataSourceInterceptorJDK5.java" kind="src" output="target/classes" path="src/main/java"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list