Recovered from cvs revision 2007-05-29 15:08:00

This commit is contained in:
2007-05-30 00:10:00 +00:00
parent 70b8ed1f8d
commit 4d79c3ce5e
10 changed files with 86 additions and 73 deletions

View File

@ -1,15 +1,27 @@
/*
* $Id: AseAwk.java,v 1.7 2007/05/26 10:23:52 bacon Exp $
* $Id: AseAwk.java,v 1.8 2007/05/28 10:29:57 bacon Exp $
*/
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.Reader;
import java.io.Writer;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.IOException;
import java.util.LinkedList;
import java.util.ArrayList;
import java.util.Iterator;
import java.net.URL;
import ase.awk.*;
import ase.awk.StdAwk;
import ase.awk.Console;
public class AseAwk extends StdAwk
{

View File

@ -78,10 +78,6 @@
<Project>{7F679165-41FB-4E1E-B3F5-23C5EE94166A}</Project>
<Name>asecnt</Name>
</ProjectReference>
<ProjectReference Include="..\..\net\asenet.vcproj">
<Project>{A63E9DF9-1D47-4D81-834C-1D40406C18C4}</Project>
<Name>asenet</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
@ -91,4 +87,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>