Author: sgoeschl
Date: Tue Jul 29 07:48:14 2008
New Revision: 680719
URL: http://svn.apache.org/viewvc?rev=680719&view=rev
Log:
Removing the 'fulcrum' profile
Modified:
turbine/fulcrum/trunk/parent/pom.xml
Modified: turbine/fulcrum/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parent/pom.xml?rev=680719&r1=680718&r2=680719&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parent/pom.xml (original)
+++ turbine/fulcrum/trunk/parent/pom.xml Tue Jul 29 07:48:14 2008
@@ -515,28 +515,9 @@
</plugin>
</plugins>
</build>
- </profile>
-
- <!--
- Profile to build all Fulcrum M2 components.
-
- This profile is a convience which can be used, for example, to build all
the component sites:
- mvn -Pfulcrum site
-
- or, to clean up:
- mvn -Pfulcrum clean
- -->
- <profile>
- <id>fulcrum</id>
- <modules>
- <module>../commonsemail</module>
- <module>../testcontainer</module>
- <module>../yaafi</module>
- </modules>
- </profile>
+ </profile>
</profiles>
-
-
+
<properties>
<!-- Default configuration for compiler source and target JVM -->