rpms/jacorb/devel jacorb-gcj41.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 sources, 1.4, 1.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Dec 16 09:24:24 UTC 2005


Author: gbenson

Update of /cvs/dist/rpms/jacorb/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3382

Modified Files:
	.cvsignore sources 
Added Files:
	jacorb-gcj41.patch 
Log Message:
CVS this patch

jacorb-gcj41.patch:
 etc/common.xml                        |    5 ++++-
 src/org/jacorb/notification/build.xml |   12 ------------
 2 files changed, 4 insertions(+), 13 deletions(-)

--- NEW FILE jacorb-gcj41.patch ---
--- src/org/jacorb/notification/build.xml~	2005-12-14 18:49:48.000000000 -0800
+++ src/org/jacorb/notification/build.xml	2005-12-14 18:50:19.000000000 -0800
@@ -137,18 +137,6 @@
                     org/jacorb/notification/Main.java,
 	            org/jacorb/notification/gui/**" />
     </antcall>
-
-    <javac srcdir="${src}"
-           destdir="${classdir}" >
-      
-      <classpath>
-        <pathelement location="${dirs.base}/classes" />
-	<pathelement location="${lib}/avalon-framework-4.1.5.jar" />
-        <pathelement location="${lib}/wrapper-3.0.3.jar" />
-      </classpath>
-
-      <include name="org/jacorb/notification/Main.java"/>
-    </javac>
   </target>
 
 
--- etc/common.xml~	2004-04-28 05:37:27.000000000 -0700
+++ etc/common.xml	2005-12-14 19:07:01.000000000 -0800
@@ -43,6 +43,9 @@
        <path>
           <pathelement location="${dirs.base}/classes"/>
           <pathelement location="${basedir}/classes"/>
+          <pathelement location="${dirs.base}/src"/>
+          <pathelement location="${dirs.base}/src/generated"/>
+          <pathelement location="${dirs.base}/src/omg-02-01-02"/>
           <pathelement location="${lib}/logkit-1.2.jar"/>
           <pathelement location="${lib}/idl.jar"/>
           <pathelement location="${lib}/antlr-2.7.2.jar"/>
@@ -139,7 +142,7 @@
    <javac srcdir="${javac-src}"
           destdir="${classdir}"
           debug="${debug}"
-          classpath="${classpath}"
+          bootclasspath="${classpath}"
           debuglevel="${debuglevel}"
           sourcepath="${javac-sourcepath}"
           includes="${javac-includes}"


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/jacorb/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	15 Dec 2005 22:00:42 -0000	1.6
+++ .cvsignore	16 Dec 2005 09:24:21 -0000	1.7
@@ -2,4 +2,3 @@
 JacORB_2_2
 i386
 *.src.rpm
-jacorb-gcj41.patch


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/jacorb/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	15 Dec 2005 22:00:42 -0000	1.4
+++ sources	16 Dec 2005 09:24:21 -0000	1.5
@@ -1,2 +1 @@
 653bc24ededec2c5c518e0555669ae59  JacORB_2_2-full-RHCLEAN.tar.bz2
-fdad912eda7e6c25caf86caeece63eb0  jacorb-gcj41.patch




More information about the fedora-cvs-commits mailing list