Changeset 111 for trunk/package.xml

Show
Ignore:
Timestamp:
11/11/07 15:15:27 (1 year ago)
Author:
schst
Message:

Added generated package.xml

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/package.xml

    r107 r111  
    2222  <active>yes</active> 
    2323 </lead> 
    24  <date>2007-09-24</date> 
    25  <time>21:23:12</time> 
     24 <date>2007-11-11</date> 
     25 <time>15:14:31</time> 
    2626 <version> 
    27   <release>0.2.0</release> 
     27  <release>0.2.1</release> 
    2828  <api>0.2.0</api> 
    2929 </version> 
     
    3434 <license uri="http://www.gnu.org/copyleft/lesser.txt">LGPL</license> 
    3535 <notes>Feature additions: 
    36 - New feature to define abstract tags, which enables yo to define the concrete type in the tag instead of the definition (mikey) 
    37 - It is now possible to define an explicit setter method for character data inside a tag (schst) 
    38 - Added possibility to declare tags as static (schst) 
    39 - Added several unit tests (mikey) 
    40 - Added possibility to package XJConfForPHP as a STAR archive (mikey, schst) 
    41 - Added new value type &quot;xjonf:auto-primitive&quot; to guess the type of a scalar value (schst) 
    42 - Added implicit and explicit call to __set as well as possibility for setting public properties (mikey) 
    43 - Added XJConfFacade for a simplyfied usage of XJConf (mikey) 
    44 Bugfixes: 
    45 - Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst) 
    46 - Fixed bug #7: check, whether factory method can be called statically (schst) 
    47 - Fixed bug: prevent errors in case factory method does not return an instance of an object (mikey)</notes> 
     36- Added a fourth way of adding children, this time via the keyAttribute attribute (mikey)</notes> 
    4837 <contents> 
    4938  <dir baseinstalldir="/" name="/"> 
     
    9786    <file name="AnotherClass.php" role="doc" /> 
    9887    <file name="AnotherDog.php" role="doc" /> 
     88    <file name="CDataColor.php" role="doc" /> 
    9989    <file name="ClassLoader.php" role="doc" /> 
    10090    <file name="Color.php" role="doc" /> 
     
    335325- Fixed bug: prevent errors in case factory method does not return an instance of an object (mikey)</notes> 
    336326  </release> 
     327  <release> 
     328   <version> 
     329    <release>0.2.1</release> 
     330    <api>0.2.0</api> 
     331   </version> 
     332   <stability> 
     333    <release>alpha</release> 
     334    <api>alpha</api> 
     335   </stability> 
     336   <date>2007-11-11</date> 
     337   <license uri="http://www.gnu.org/copyleft/lesser.txt">LGPL</license> 
     338   <notes>Feature additions: 
     339- Added a fourth way of adding children, this time via the keyAttribute attribute (mikey)</notes> 
     340  </release> 
    337341 </changelog> 
    338342</package>