cvs commit: jakarta-alexandria/proposal/gump/project swt.xml jakarta-commons-sandbox.xml jce.xml

[email protected] 24 Dec 2002 21:55:05 -0000
Newsgroups gmane.comp.jakarta.alexandria.devel
Message-ID <[email protected]>
mvdb        2002/12/24 13:55:05

  Modified:    proposal/gump/profile gump.xml
               proposal/gump/project jakarta-commons-sandbox.xml jce.xml
  Added:       proposal/gump/project swt.xml
  Log:
  Added swt, so jelly can be build
  Updated jce to use version 1.1.6
  
  Revision  Changes    Path
  1.151     +2 -0      jakarta-alexandria/proposal/gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/profile/gump.xml,v
  retrieving revision 1.150
  retrieving revision 1.151
  diff -u -r1.150 -r1.151
  --- gump.xml	23 Dec 2002 17:51:56 -0000	1.150
  +++ gump.xml	24 Dec 2002 21:55:04 -0000	1.151
  @@ -145,6 +145,7 @@
     <module href="project/nekohtml.xml"/>
     <module href="project/rhino.xml"/>
     <module href="project/scarab.xml"/>
  +  <module href="project/swt.xml"/>
     <module href="project/town.xml"/>
     <module href="project/uddi4j.xml"/>
     <module href="project/village.xml"/>
  @@ -211,6 +212,7 @@
              package="MultipartRequest120"/>
     <project name="relaxng"        package="relaxngDatatype-1.0"/>
     <project name="resolver"       package="resolver-0_2"/>
  +  <project name="swt"            package="swt"/>
     <project name="tranquilo"      package="xsdlib-20010424"/>
   
     <!-- CVS Repository definitions -->
  
  
  
  1.104     +1 -1      jakarta-alexandria/proposal/gump/project/jakarta-commons-sandbox.xml
  
  Index: jakarta-commons-sandbox.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-commons-sandbox.xml,v
  retrieving revision 1.103
  retrieving revision 1.104
  diff -u -r1.103 -r1.104
  --- jakarta-commons-sandbox.xml	11 Dec 2002 08:00:54 -0000	1.103
  +++ jakarta-commons-sandbox.xml	24 Dec 2002 21:55:04 -0000	1.104
  @@ -171,7 +171,7 @@
       <depend project="xml-axis"/>
       <depend project="jetty"/>
       <depend project="xmlunit"/>
  -
  +    <depend project="swt"/>
       <work nested="jelly/target/classes"/>
       <work nested="jelly/target/test-classes"/>
   
  
  
  
  1.8       +1 -1      jakarta-alexandria/proposal/gump/project/jce.xml
  
  Index: jce.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/jce.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jce.xml	27 Sep 2002 07:19:15 -0000	1.7
  +++ jce.xml	24 Dec 2002 21:55:04 -0000	1.8
  @@ -9,7 +9,7 @@
       <package>javax.crypto</package>
       <package>org.bouncycastle</package>
   
  -    <jar  name="jce-jdk13-115.jar"/>
  +    <jar  name="jce-jdk13-116.jar"/>
     </project>
   
   </module>
  
  
  
  1.1                  jakarta-alexandria/proposal/gump/project/swt.xml
  
  Index: swt.xml
  ===================================================================
  <module name="swt">
  
    <url  href="http://www.eclipse.org/"/>
    <description>
      The eclipse swt jar
    </description>
  
    <project name="swt">
      <package>org.eclipse.swt</package>
  
      <jar  name="swt.jar"/>
    </project>
  
  </module>