[jbpm-commits] JBoss JBPM SVN: r6604 - in projects/jsf-console/branches/jsf-console-3.2-soa: gpd-deployer/src/main/java/org/jbpm/web and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 17 18:03:45 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-08-17 18:03:45 -0400 (Tue, 17 Aug 2010)
New Revision: 6604

Removed:
   projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/.classpath
Modified:
   projects/jsf-console/branches/jsf-console-3.2-soa/gpd-deployer/pom.xml
   projects/jsf-console/branches/jsf-console-3.2-soa/gpd-deployer/src/main/java/org/jbpm/web/ProcessUploadServlet.java
   projects/jsf-console/branches/jsf-console-3.2-soa/gpd-deployer/src/main/webapp/WEB-INF/jboss-web.xml
   projects/jsf-console/branches/jsf-console-3.2-soa/gpd-deployer/src/main/webapp/WEB-INF/web.xml
   projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/.project
   projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/pom.xml
Log:
remove mostly unused svn keywords from jsf-console soa branch


Property changes on: projects/jsf-console/branches/jsf-console-3.2-soa/gpd-deployer/pom.xml
___________________________________________________________________
Name: svn:keywords
   - Id Revision


Property changes on: projects/jsf-console/branches/jsf-console-3.2-soa/gpd-deployer/src/main/java/org/jbpm/web/ProcessUploadServlet.java
___________________________________________________________________
Name: svn:keywords
   - Id Revision


Property changes on: projects/jsf-console/branches/jsf-console-3.2-soa/gpd-deployer/src/main/webapp/WEB-INF/jboss-web.xml
___________________________________________________________________
Name: svn:keywords
   - Id Revision


Property changes on: projects/jsf-console/branches/jsf-console-3.2-soa/gpd-deployer/src/main/webapp/WEB-INF/web.xml
___________________________________________________________________
Name: svn:keywords
   - Id Revision

Deleted: projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/.classpath
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/.classpath	2010-08-17 21:50:34 UTC (rev 6603)
+++ projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/.classpath	2010-08-17 22:03:45 UTC (rev 6604)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<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="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
-	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
-	<classpathentry kind="output" path="target/classes"/>
-</classpath>

Modified: projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/.project
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/.project	2010-08-17 21:50:34 UTC (rev 6603)
+++ projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/.project	2010-08-17 22:03:45 UTC (rev 6604)
@@ -6,31 +6,12 @@
 	</projects>
 	<buildSpec>
 		<buildCommand>
-			<name>org.eclipse.wst.common.project.facet.core.builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.wst.validation.validationbuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
 			<name>org.maven.ide.eclipse.maven2Builder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
-		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
-		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.maven.ide.eclipse.maven2Nature</nature>
-		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
 	</natures>
 </projectDescription>

Modified: projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/pom.xml
===================================================================
--- projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/pom.xml	2010-08-17 21:50:34 UTC (rev 6603)
+++ projects/jsf-console/branches/jsf-console-3.2-soa/soa-distribution/pom.xml	2010-08-17 22:03:45 UTC (rev 6604)
@@ -23,14 +23,14 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
 
-  <properties> 
+  <properties>
     <soa_common_build_src.groupId>org.jboss.jbosssoa</soa_common_build_src.groupId>
     <soa_common_build_src.artifactId>soa-common-build-src</soa_common_build_src.artifactId>
     <soa_common_build_src.version>1.0.0</soa_common_build_src.version>
   </properties>
 
   <dependencies>
-      <dependency>
+    <dependency>
       <groupId>${soa_common_build_src.groupId}</groupId>
       <artifactId>${soa_common_build_src.artifactId}</artifactId>
       <version>${soa_common_build_src.version}</version>
@@ -38,33 +38,33 @@
     </dependency>
   </dependencies>
 
-   <!-- Plugins -->
+  <!-- Plugins -->
   <build>
-     <plugins>
-       <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-dependency-plugin</artifactId>
-         <executions>
-           <execution>
-             <id>unpack-soa-common-build-src</id>
-             <phase>process-resources</phase>
-             <goals>
-               <goal>unpack</goal>
-             </goals>
-             <configuration>
-               <outputDirectory>${project.basedir}</outputDirectory>
-               <artifactItems>
-                 <artifactItem>
-                   <groupId>${soa_common_build_src.groupId}</groupId>
-                   <artifactId>${soa_common_build_src.artifactId}</artifactId>
-                   <version>${soa_common_build_src.version}</version>
-                   <type>zip</type>
-                 </artifactItem>
-               </artifactItems>
-             </configuration>
-           </execution>
-         </executions>
-       </plugin>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>unpack-soa-common-build-src</id>
+            <phase>process-resources</phase>
+            <goals>
+              <goal>unpack</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${project.basedir}</outputDirectory>
+              <artifactItems>
+                <artifactItem>
+                  <groupId>${soa_common_build_src.groupId}</groupId>
+                  <artifactId>${soa_common_build_src.artifactId}</artifactId>
+                  <version>${soa_common_build_src.version}</version>
+                  <type>zip</type>
+                </artifactItem>
+              </artifactItems>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
 
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
@@ -102,50 +102,53 @@
         </dependencies>
 
         <executions>
-            <execution>
-              <id>SOA build process</id>
-              <phase>process-classes</phase>
-              <goals>
-                <goal>run</goal>
-              </goals>
-              <configuration>
-                <tasks>
-                  <ant antfile="build-common.xml" target="soa.routine.build" dir="${project.basedir}" inheritAll="false">
-                    <property name="module_base_dir" value="${project.basedir}"/>
-                    <property name="module_build_finalName" value="${project.build.finalName}"/>
-                    <property name="project.version" value="${project.version}"/>
-                    <property name="groovy.path" value="${maven.dependency.org.codehaus.groovy.groovy-all.jar.path}" />
-                  </ant>
-                </tasks>
-              </configuration>
-            </execution>
-          </executions>
-          </plugin>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>build-helper-maven-plugin</artifactId>
-            <version>1.2</version>
-            <executions>
-              <execution>
-                  <phase>package</phase>
-                  <goals>
-                    <goal>attach-artifact</goal>
-                  </goals>
-                <configuration>
-                  <artifacts>
-                    <artifact>
-                      <file>${project.build.directory}/${project.build.finalName}.zip</file>
-                      <type>zip</type>
-                    </artifact>
-                    <artifact>
-                      <file>${project.build.directory}/${project.build.finalName}.war</file>
-                      <type>war</type>
-                    </artifact>
-                  </artifacts>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
+          <execution>
+            <id>SOA build process</id>
+            <phase>process-classes</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <ant antfile="build-common.xml" target="soa.routine.build" dir="${project.basedir}"
+                  inheritAll="false">
+                  <property name="module_base_dir" value="${project.basedir}" />
+                  <property name="module_build_finalName" value="${project.build.finalName}" />
+                  <property name="project.version" value="${project.version}" />
+                  <property name="groovy.path"
+                    value="${maven.dependency.org.codehaus.groovy.groovy-all.jar.path}" />
+                </ant>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.2</version>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>attach-artifact</goal>
+            </goals>
+            <configuration>
+              <artifacts>
+                <artifact>
+                  <file>${project.build.directory}/${project.build.finalName}.zip</file>
+                  <type>zip</type>
+                </artifact>
+                <artifact>
+                  <file>${project.build.directory}/${project.build.finalName}.war</file>
+                  <type>war</type>
+                </artifact>
+              </artifacts>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 </project>



More information about the jbpm-commits mailing list