You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2007/01/07 15:22:51 UTC

svn commit: r493725 - /jakarta/commons/proper/commons-parent/trunk/pom.xml

Author: niallp
Date: Sun Jan  7 06:22:50 2007
New Revision: 493725

URL: http://svn.apache.org/viewvc?view=rev&rev=493725
Log:
Remove "Commons" prefix from manifest entires and add default source/target compiler properties

Modified:
    jakarta/commons/proper/commons-parent/trunk/pom.xml

Modified: jakarta/commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-parent/trunk/pom.xml?view=diff&rev=493725&r1=493724&r2=493725
==============================================================================
--- jakarta/commons/proper/commons-parent/trunk/pom.xml (original)
+++ jakarta/commons/proper/commons-parent/trunk/pom.xml Sun Jan  7 06:22:50 2007
@@ -110,10 +110,10 @@
         <configuration>
           <archive>
             <manifestEntries>
-              <Specification-Title>Commons ${project.name}</Specification-Title>
+              <Specification-Title>${project.name}</Specification-Title>
               <Specification-Version>${project.version}</Specification-Version>
               <Specification-Vendor>${project.organization.name}</Specification-Vendor>
-              <Implementation-Title>Commons ${project.name}</Implementation-Title>
+              <Implementation-Title>${project.name}</Implementation-Title>
               <Implementation-Version>${project.version}</Implementation-Version>
               <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
               <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
@@ -261,18 +261,18 @@
     </profile>
   </profiles>
 
-  <!-- Example configuration for compiler source and target JVM -->
-  <!--
   <properties>
+
+    <!-- Default configuration for compiler source and target JVM -->
     <maven.compile.source>1.3</maven.compile.source>
     <maven.compile.target>1.3</maven.compile.target>
-  </properties> 
-  -->
-  <properties>
+
     <!--
       Make the deployment protocol pluggable. This allows to switch to
       other protocols like scpexe, which some users prefer over scp.
     -->
     <commons.deployment.protocol>scp</commons.deployment.protocol>
+
   </properties>
+
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org