donaldp     2002/08/31 01:52:11

  Modified:    containerkit default.properties build.xml
  Removed:     containerkit/src/java/org/apache/avalon/framework/info
                        ComponentBundle.java ComponentDescriptor.java
                        ComponentInfo.java ContextDescriptor.java
                        DependencyDescriptor.java EntryDescriptor.java
                        FeatureDescriptor.java LoggerDescriptor.java
                        ServiceDescriptor.java ServiceDesignator.java
                        package.html
               containerkit/src/java/org/apache/avalon/framework/info/doc-files
                        entries.html
  Log:
  Migrate the info stuff to a new project.
  
  Revision  Changes    Path
  1.4       +4 -1      jakarta-avalon-excalibur/containerkit/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/containerkit/default.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- default.properties        30 Jul 2002 23:15:00 -0000      1.3
  +++ default.properties        31 Aug 2002 08:52:11 -0000      1.4
  @@ -26,7 +26,10 @@
   excalibur-i18n.lib=${excalibur-i18n.home}
   excalibur-i18n.jar=${excalibur-i18n.lib}/excalibur-i18n-1.0.jar
   
  -
  +# ----- Excalibur i18n, version 1.0 or later -----
  +excalibur-info.home=${basedir}/../info/dist
  +excalibur-info.lib=${excalibur-info.home}
  +excalibur-info.jar=${excalibur-info.lib}/excalibur-info-1.0a.jar
   
   # --------------------------------------------------
   
  
  
  
  1.16      +2 -2      jakarta-avalon-excalibur/containerkit/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/containerkit/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 28 Aug 2002 11:46:05 -0000      1.15
  +++ build.xml 31 Aug 2002 08:52:11 -0000      1.16
  @@ -14,6 +14,7 @@
           <pathelement location="${build.classes}"/>
           <pathelement location="${avalon-framework.jar}"/>
           <pathelement location="${excalibur-i18n.jar}"/>
  +        <pathelement location="${excalibur-info.jar}"/>
           <pathelement location="${checkstyle.jar}"/>
           <pathelement location="${xml-apis.jar}"/>
           <pathelement path="${java.class.path}"/>
  @@ -41,6 +42,7 @@
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCommon"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkFramework"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkI18N"/>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkInfo"/>
       </target>
   
       <target name="dependencies-test" depends="dist-jar, dependencies"
  @@ -149,8 +151,6 @@
               sourcepath="${java.dir}"
               destdir="${dist.javadocs}">
               <classpath refid="project.class.path" />
  -            <group title="Info API" packages="org.apache.avalon.*" />
  -            <group title="Info Tools API" 
packages="org.apache.excalibur.containerkit.tools.*" />
               <tag name="todo" description="To do:" scope="all" />
               <tag name="avalon.component" enabled="false" description="Component:" 
scope="types" />
               <tag name="avalon.service" enabled="false" description="Service:" 
scope="types" />
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to