You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/05/06 23:03:05 UTC

svn commit: r772425 - /incubator/openwebbeans/trunk/samples/pom.xml

Author: gerdogdu
Date: Wed May  6 21:03:05 2009
New Revision: 772425

URL: http://svn.apache.org/viewvc?rev=772425&view=rev
Log:
Commenting out new sample from pom

Modified:
    incubator/openwebbeans/trunk/samples/pom.xml

Modified: incubator/openwebbeans/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/pom.xml?rev=772425&r1=772424&r2=772425&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/pom.xml Wed May  6 21:03:05 2009
@@ -16,8 +16,7 @@
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.openwebbeans</groupId>
@@ -30,5 +29,6 @@
 	<description>Contains samples project for openwebbeans.</description>
 	<modules>
 		<module>guess</module>
-	</modules>
+   <!--  <module>reservation</module> -->
+  </modules>
 </project>