[jbpm-commits] JBoss JBPM SVN: r4702 - in projects/jsf-console/branches/jsf-console-3.2.6.SP: jbpm4jsf and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon May 4 00:38:43 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-05-04 00:38:43 -0400 (Mon, 04 May 2009)
New Revision: 4702

Modified:
   projects/jsf-console/branches/jsf-console-3.2.6.SP/console/.classpath
   projects/jsf-console/branches/jsf-console-3.2.6.SP/console/pom.xml
   projects/jsf-console/branches/jsf-console-3.2.6.SP/jbpm4jsf/pom.xml
Log:
set compiler source and target for jsf-console

Modified: projects/jsf-console/branches/jsf-console-3.2.6.SP/console/.classpath
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2.6.SP/console/.classpath	2009-05-04 04:21:09 UTC (rev 4701)
+++ projects/jsf-console/branches/jsf-console-3.2.6.SP/console/.classpath	2009-05-04 04:38:43 UTC (rev 4702)
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
 	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
-	<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.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/jsf-console/branches/jsf-console-3.2.6.SP/console/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2.6.SP/console/pom.xml	2009-05-04 04:21:09 UTC (rev 4701)
+++ projects/jsf-console/branches/jsf-console-3.2.6.SP/console/pom.xml	2009-05-04 04:38:43 UTC (rev 4702)
@@ -78,7 +78,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <showDeprecation>false</showDeprecation>
+          <source>1.4</source>
+          <target>1.4</target>
         </configuration>
       </plugin>
     </plugins>

Modified: projects/jsf-console/branches/jsf-console-3.2.6.SP/jbpm4jsf/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2.6.SP/jbpm4jsf/pom.xml	2009-05-04 04:21:09 UTC (rev 4701)
+++ projects/jsf-console/branches/jsf-console-3.2.6.SP/jbpm4jsf/pom.xml	2009-05-04 04:38:43 UTC (rev 4702)
@@ -71,12 +71,6 @@
   <build>
     <plugins>
       <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <showDeprecation>false</showDeprecation>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>net.sourceforge.maven-taglib</groupId>
         <artifactId>maven-taglib-plugin</artifactId>
         <executions>




More information about the jbpm-commits mailing list