2002/06/05 21:31:41
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:48:06 +0000 (06:48 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:48:06 +0000 (06:48 +0000)
darcs-hash:20040130064806-2ba56-d3b42fa629f2603c440a871a1b4d568a4d2330dc.gz

src/org/xwt/plat/Java12.xml.orig [new file with mode: 0644]
src/org/xwt/plat/Java12.xml.rej [new file with mode: 0644]

diff --git a/src/org/xwt/plat/Java12.xml.orig b/src/org/xwt/plat/Java12.xml.orig
new file mode 100644 (file)
index 0000000..f36c239
--- /dev/null
@@ -0,0 +1,36 @@
+<!-- Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] -->
+
+<project name="Java12" default="run" basedir=".">
+
+    <target name="build"/>
+
+    <target name="run">
+        <java classname='org.xwt.Main'>
+            <classpath>
+                <pathelement path='bin/'/>
+                <fileset dir='lib'>
+                    <include name='**/*.jar'/>
+                </fileset>
+            </classpath>
+            <arg line='src org.xwt.demo.main'/>
+        </java>
+    </target>
+
+    <target name="dist">
+        <echo message="creating jar source area in bin-Java12/"/>
+        <mkdir dir="bin-Java12"/>
+        <copy todir="bin-Java12">
+            <fileset dir="bin/">
+                <include name='org/xwt/*.class'/>
+                <include name='org/xwt/util/*.class'/>
+                <include name='org/mozilla/**/*.class'/>
+                <include name='org/bouncycastle/**/*.class'/>
+                <include name='jazz/**/*.class'/>
+                <include name='org/xwt/plat/AWT*.class'/>
+                <include name='org/xwt/plat/Java12*.class'/>
+                <include name='org/xwt/plat/Java14*.class'/>
+                <include name='org/xwt/plat/MacOSX*.class'/>
+            </fileset>
+        </copy>
+    </target>
+
diff --git a/src/org/xwt/plat/Java12.xml.rej b/src/org/xwt/plat/Java12.xml.rej
new file mode 100644 (file)
index 0000000..af85cef
--- /dev/null
@@ -0,0 +1,28 @@
+***************
+*** 16,37 ****
+          </java>
+      </target>
+  
+-     <target name="dist">
+-         <echo message="creating jar source area in bin-Java12/"/>
+-         <mkdir dir="bin-Java12"/>
+-         <copy todir="bin-Java12">
+-             <fileset dir="bin/">
+-                 <include name='org/xwt/*.class'/>
+-                 <include name='org/xwt/util/*.class'/>
+-                 <include name='org/mozilla/**/*.class'/>
+-                 <include name='org/bouncycastle/**/*.class'/>
+-                 <include name='jazz/**/*.class'/>
+-                 <include name='org/xwt/plat/AWT*.class'/>
+-                 <include name='org/xwt/plat/Java12*.class'/>
+-                 <include name='org/xwt/plat/Java14*.class'/>
+-                 <include name='org/xwt/plat/MacOSX*.class'/>
+-             </fileset>
+-         </copy>
+-     </target>
+- 
+  </project>--- 16,19 ----
+          </java>
+      </target>
+  
+  </project>
\ No newline at end of file