[Yanel-commits] rev 42442 - public/yanel/trunk/src/build/resource-types

guillaume at wyona.com guillaume at wyona.com
Mon Apr 20 16:18:13 CEST 2009


Author: guillaume
Date: 2009-04-20 16:18:13 +0200 (Mon, 20 Apr 2009)
New Revision: 42442

Modified:
   public/yanel/trunk/src/build/resource-types/resource-type.build.xml
Log:
Minor updates:
 - renamed abstract task from "yanel-resource" to "yanel-resource-type" to demonstrate the deemed-correct naming convention (that was already correctly used in from-scratch resource-type template)
 - update comment to reflect that "install-jar" is no longer a standalone target and hence it no longer makes sense for it to be invocable by default

Issue: 6898

Modified: public/yanel/trunk/src/build/resource-types/resource-type.build.xml
===================================================================
--- public/yanel/trunk/src/build/resource-types/resource-type.build.xml	2009-04-20 13:58:32 UTC (rev 42441)
+++ public/yanel/trunk/src/build/resource-types/resource-type.build.xml	2009-04-20 14:18:13 UTC (rev 42442)
@@ -1,11 +1,10 @@
 <?xml version="1.0"?>
 <!-- Everything common to most resource types. -->
-<project name="yanel-resource"
+<project name="yanel-resource-type"
  xmlns:artifact="antlib:org.apache.maven.artifact.ant"
 >
-<!-- the default task seems not to be imported at least with Ant 1.6.5
+<!-- the default task seems not to be imported at least with Ant 1.6.5 or Ant 1.7.1
  default="compile"
- default="install-jar"
 -->
   <dirname property="resource.home.dir" file="${ant.file}"/>
 



More information about the Yanel-commits mailing list