Update of /cvsroot/easystruts/net.sf.easystruts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6376
Modified Files:
.classpath plugin.xml
Log Message:
Fixed a lot of compilation errors. Still ~ 400 of them (was 650 before). This requires the plugin "org.eclipse.update.ui.forms", which is not in 3.0 or 3.1 anymore. A solution is to take it from CVS (tag R2_1_3).
Index: .classpath
===================================================================
RCS file: /cvsroot/easystruts/net.sf.easystruts/.classpath,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .classpath 15 Apr 2005 04:25:48 -0000 1.1
--- .classpath 27 Apr 2005 05:46:54 -0000 1.2
***************
*** 11,18 ****
<classpathentry kind="lib" path="lib/jdom/jdom-1.0.jar"/>
<classpathentry kind="lib" path="lib/junit/junit-3.8.1.jar"/>
- <classpathentry kind="lib" path="lib/xalan/xalan-j-2.6.0.jar"/>
- <classpathentry kind="lib" path="lib/xerces/xerces-J-2.6.2-xercesImpl.jar"/>
- <classpathentry kind="lib" path="lib/xerces/xerces-J-2.6.2-xml-apis.jar"/>
- <classpathentry kind="lib" path="lib/xerces/xerces-J-2.6.2-xmlParserAPIs.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
--- 11,14 ----
Index: plugin.xml
===================================================================
RCS file: /cvsroot/easystruts/net.sf.easystruts/plugin.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** plugin.xml 16 Apr 2005 00:23:40 -0000 1.2
--- plugin.xml 27 Apr 2005 05:46:55 -0000 1.3
***************
*** 56,59 ****
--- 56,60 ----
<import plugin="org.eclipse.update.ui"/>
<import plugin="org.eclipse.ui.forms"/>
+ <import plugin="org.eclipse.update.ui.forms"/>
</requires>
|