Author: pamarcelot
Date: Thu Jul 3 09:16:46 2008
New Revision: 673732
URL: http://svn.apache.org/viewvc?rev=673732&view=rev
Log:
Set the version number to ${pom.version}. This way it is automatically updated with the pom
file.
Modified:
directory/studio/trunk/rcp/plugin.properties
directory/studio/trunk/rcp/pom.xml
Modified: directory/studio/trunk/rcp/plugin.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/rcp/plugin.properties?rev=673732&r1=673731&r2=673732&view=diff
==============================================================================
--- directory/studio/trunk/rcp/plugin.properties (original)
+++ directory/studio/trunk/rcp/plugin.properties Thu Jul 3 09:16:46 2008
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
aboutText=Apache Directory Studio\n\n\
-Version: 1.2.0.SNAPSHOT\n\n\
+Version: ${pom.version}\n\n\
(c) Copyright Apache Software Foundation - 2006, 2008. All right reserved.\n\
Visit http://directory.apache.org/studio\n\n\
This product is licensed under the terms of the Apache Software License 2.0.\n\n\
Modified: directory/studio/trunk/rcp/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/rcp/pom.xml?rev=673732&r1=673731&r2=673732&view=diff
==============================================================================
--- directory/studio/trunk/rcp/pom.xml (original)
+++ directory/studio/trunk/rcp/pom.xml Thu Jul 3 09:16:46 2008
@@ -43,6 +43,7 @@
<include>plugin.xml</include>
<include>studio.png</include>
</includes>
+ <filtering>true</filtering>
</resource>
<resource>
<directory>resources</directory>
|