You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2006/09/29 19:15:13 UTC

svn commit: r451352 - /incubator/activemq/activemq-cpp/trunk/activemq-cpp/win32-msvc/pom.xml

Author: tabish
Date: Fri Sep 29 10:15:12 2006
New Revision: 451352

URL: http://svn.apache.org/viewvc?view=rev&rev=451352
Log:
http://issues.apache.org/activemq/browse/AMQ-919

Modified:
    incubator/activemq/activemq-cpp/trunk/activemq-cpp/win32-msvc/pom.xml

Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/win32-msvc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/win32-msvc/pom.xml?view=diff&rev=451352&r1=451351&r2=451352
==============================================================================
--- incubator/activemq/activemq-cpp/trunk/activemq-cpp/win32-msvc/pom.xml (original)
+++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/win32-msvc/pom.xml Fri Sep 29 10:15:12 2006
@@ -1,19 +1,3 @@
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-   
-    http://www.apache.org/licenses/LICENSE-2.0
-   
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY 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">
   
@@ -70,7 +54,7 @@
       </activation>
       
       <properties>
-	    <compiler.options>/INCREMENTAL:NO /O2 /D WIN32 /D NDEBUG /D _LIB /D WIN32_LEAN_AND_MEAN /D _CRT_SECURE_NO_DEPRECATE /FD /EHsc /MD /Fo"Release\\" /Fd"Release\vc80.pdb" /W2 /nologo /c /Wp64 /Zi /TP</compiler.options>
+	    <compiler.options>/INCREMENTAL:NO /GR /O2 /D WIN32 /D NDEBUG /D _LIB /D WIN32_LEAN_AND_MEAN /D _CRT_SECURE_NO_DEPRECATE /FD /EHsc /MD /W2 /nologo /c /Wp64 /Zi /TP</compiler.options>
   	  </properties>
   	  
     </profile>
@@ -85,7 +69,7 @@
       </activation>
       
       <properties>
-	    <compiler.options>/INCREMENTAL:NO /Od /D WIN32 /D _DEBUG /D _LIB /D WIN32_LEAN_AND_MEAN /D _CRT_SECURE_NO_DEPRECATE /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W2 /nologo /c /Wp64 /ZI /TP</compiler.options>
+	    <compiler.options>/INCREMENTAL:NO /GR /Od /D WIN32 /D _DEBUG /D _LIB /D WIN32_LEAN_AND_MEAN /D _CRT_SECURE_NO_DEPRECATE /Gm /EHsc /RTC1 /MDd /W2 /nologo /c /Wp64 /ZI /TP</compiler.options>
   	  </properties>
   	  
     </profile>