[jbpm-commits] JBoss JBPM SVN: r2668 - in projects/jsf-console/branches/jsf-console-3.3.x: console and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Oct 30 04:45:49 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-10-30 04:45:49 -0400 (Thu, 30 Oct 2008)
New Revision: 2668

Modified:
   projects/jsf-console/branches/jsf-console-3.3.x/console/pom.xml
   projects/jsf-console/branches/jsf-console-3.3.x/jbpm4jsf/.classpath
   projects/jsf-console/branches/jsf-console-3.3.x/jbpm4jsf/pom.xml
   projects/jsf-console/branches/jsf-console-3.3.x/pom.xml
Log:
Update to jsf-facelets-1.1.15.B1

Modified: projects/jsf-console/branches/jsf-console-3.3.x/console/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.3.x/console/pom.xml	2008-10-30 08:37:21 UTC (rev 2667)
+++ projects/jsf-console/branches/jsf-console-3.3.x/console/pom.xml	2008-10-30 08:45:49 UTC (rev 2668)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jsf-console</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.3.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -57,7 +57,6 @@
     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
       <artifactId>jbpm-core</artifactId>
-      <version>${jbpm.version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: projects/jsf-console/branches/jsf-console-3.3.x/jbpm4jsf/.classpath
===================================================================
--- projects/jsf-console/branches/jsf-console-3.3.x/jbpm4jsf/.classpath	2008-10-30 08:37:21 UTC (rev 2667)
+++ projects/jsf-console/branches/jsf-console-3.3.x/jbpm4jsf/.classpath	2008-10-30 08:45:49 UTC (rev 2668)
@@ -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.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/jsf-console/branches/jsf-console-3.3.x/jbpm4jsf/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.3.x/jbpm4jsf/pom.xml	2008-10-30 08:37:21 UTC (rev 2667)
+++ projects/jsf-console/branches/jsf-console-3.3.x/jbpm4jsf/pom.xml	2008-10-30 08:45:49 UTC (rev 2668)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jsf-console</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.3.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -34,7 +34,6 @@
     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
       <artifactId>jbpm-identity</artifactId>
-      <version>${jbpm.version}</version>
     </dependency>
     
     <dependency>

Modified: projects/jsf-console/branches/jsf-console-3.3.x/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.3.x/pom.xml	2008-10-30 08:37:21 UTC (rev 2667)
+++ projects/jsf-console/branches/jsf-console-3.3.x/pom.xml	2008-10-30 08:45:49 UTC (rev 2668)
@@ -17,7 +17,7 @@
   <groupId>org.jbpm.jbpm3</groupId>
   <artifactId>jsf-console</artifactId>
   <packaging>pom</packaging>
-  <version>3.2.2-SNAPSHOT</version>
+  <version>3.3.0-SNAPSHOT</version>
 
   <!-- Parent -->
   <parent>
@@ -34,7 +34,7 @@
 
   <!-- Properties -->
   <properties>
-   <commons.fileupload.version>1.2.1</commons.fileupload.version>
+    <commons.fileupload.version>1.2.1</commons.fileupload.version>
     <commons.io.version>1.4</commons.io.version>
     <commons.logging.version>1.1.1</commons.logging.version>
     <javax.el.version>1.2</javax.el.version>
@@ -43,14 +43,29 @@
     <jbpm.version>3.3.0-SNAPSHOT</jbpm.version>
     <jboss.gravel.version>1.0.0.GA</jboss.gravel.version>
     <junit.version>3.8.1</junit.version>
-    <sun.facelets.version>1.1.14</sun.facelets.version>
+    <sun.facelets.version>1.1.15.B1</sun.facelets.version>
   </properties>
 
   <!-- DependencyManagement -->
   <dependencyManagement>
     <dependencies>
-    
-     <dependency>
+      <dependency>
+        <groupId>org.jbpm.jbpm3</groupId>
+        <artifactId>jbpm-core</artifactId>
+        <version>${jbpm.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jbpm.jbpm3</groupId>
+        <artifactId>jbpm-identity</artifactId>
+        <version>${jbpm.version}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>com.sun.facelets</groupId>
+        <artifactId>jsf-facelets</artifactId>
+        <version>${sun.facelets.version}</version>
+      </dependency>
+      <dependency>
         <groupId>commons-fileupload</groupId>
         <artifactId>commons-fileupload</artifactId>
         <version>${commons.fileupload.version}</version>
@@ -60,30 +75,12 @@
         <artifactId>commons-io</artifactId>
         <version>${commons.io.version}</version>
       </dependency>
-    <dependency>
+      <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
         <version>${commons.logging.version}</version>
       </dependency>
-         <dependency>
-        <groupId>javax.servlet</groupId>
-        <artifactId>servlet-api</artifactId>
-        <version>${javax.servlet.version}</version>
-      </dependency>
-     
       <dependency>
-        <groupId>org.jboss.gravel</groupId>
-        <artifactId>gravel</artifactId>
-        <version>${jboss.gravel.version}</version>
-      </dependency>
-    
-     <dependency>
-        <groupId>com.sun.facelets</groupId>
-        <artifactId>jsf-facelets</artifactId>
-        <version>${sun.facelets.version}</version>
-      </dependency>
-
- <dependency>
         <groupId>javax.el</groupId>
         <artifactId>el-api</artifactId>
         <version>${javax.el.version}</version>
@@ -98,7 +95,17 @@
         <artifactId>jsf-impl</artifactId>
         <version>${javax.faces.version}</version>
       </dependency>
-     </dependencies>
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>${javax.servlet.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.gravel</groupId>
+        <artifactId>gravel</artifactId>
+        <version>${jboss.gravel.version}</version>
+      </dependency>
+    </dependencies>
   </dependencyManagement>
 
   <!-- Dependencies -->
@@ -115,19 +122,11 @@
     </dependency>
   </dependencies>
 
- <!-- DistributionManagement -->
-  <distributionManagement>
-    <site>
-      <id>jbws.dyndns.org</id>
-      <url>file:///home/tdiesler/workspace/jbpm-site</url>
-    </site>
-  </distributionManagement>
-
-   <!-- Repositories -->
+  <!-- Repositories -->
   <repositories>
     <repository>
       <id>repository.jboss.org</id>
       <url>http://repository.jboss.org/maven2</url>
     </repository>
   </repositories>
- </project>
+</project>
\ No newline at end of file




More information about the jbpm-commits mailing list