[jboss-cvs] JBossAS SVN: r68491 - projects/ejb3/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 21 05:18:41 EST 2007


Author: ALRubinger
Date: 2007-12-21 05:18:41 -0500 (Fri, 21 Dec 2007)
New Revision: 68491

Modified:
   projects/ejb3/trunk/build/pom.xml
Log:
Re-enabled -P eclipse (Profile for Eclipse)

Modified: projects/ejb3/trunk/build/pom.xml
===================================================================
--- projects/ejb3/trunk/build/pom.xml	2007-12-21 10:12:25 UTC (rev 68490)
+++ projects/ejb3/trunk/build/pom.xml	2007-12-21 10:18:41 UTC (rev 68491)
@@ -388,44 +388,40 @@
         </ejb3.testOutputDirectory>
       </properties>
     </profile>
-
-    <!-- ALR: Necessary?
-      <profile>
+    <profile>
       <id>eclipse</id>
       <build>
-      <defaultGoal>process-test-resources</defaultGoal>
-      <plugins>
-      <plugin>
-      <artifactId>maven-eclipse-plugin</artifactId>
-      <executions>
-      <execution>
-      <id>eclipse</id>
-      <phase>process-test-resources</phase>
-      <goals>
-      <goal>eclipse</goal>
-      </goals>
-      </execution>
-      </executions>
-      <configuration>
-      <downloadSources>true</downloadSources>
-      <buildOutputDirectory>
-      ${ejb3.outputDirectory}
-      </buildOutputDirectory>
-      </configuration>
-      </plugin>
-      </plugins>
+        <defaultGoal>process-test-resources</defaultGoal>
+        <plugins>
+          <plugin>
+            <artifactId>maven-eclipse-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>eclipse</id>
+                <phase>process-test-resources</phase>
+                <goals>
+                  <goal>eclipse</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <downloadSources>true</downloadSources>
+              <buildOutputDirectory>
+                ${ejb3.outputDirectory}
+              </buildOutputDirectory>
+            </configuration>
+          </plugin>
+        </plugins>
       </build>
       <properties>
-      <ejb3.outputDirectory>
-      eclipse-target/classes
-      </ejb3.outputDirectory>
-      <ejb3.testOutputDirectory>
-      eclipse-target/tests-classes
-      </ejb3.testOutputDirectory>
+        <ejb3.outputDirectory>
+          eclipse-target/classes
+        </ejb3.outputDirectory>
+        <ejb3.testOutputDirectory>
+          eclipse-target/tests-classes
+        </ejb3.testOutputDirectory>
       </properties>
-      </profile>
-      
-    -->
+    </profile>
   </profiles>
 
 </project>




More information about the jboss-cvs-commits mailing list