- This topic has 9 replies, 3 voices, and was last updated 20 years, 10 months ago by
Riyad Kalla.
-
AuthorPosts
-
MikeMemberI am using OJB as part of my project and have a number of xml dtd and properties files.
I have read various postings that say these files should be created in the src directory of the application and when theproject is deployed the files will be copied into the {webapp}/WEB-INF/classes directory.
When I deploy my project these files are not getting deployed. I have to manually copy them.
Why?
– System Setup ——————————-
Operating System and version: Redhat 8
Eclipse version: 2.1.3
Eclipse build id: 200403101828
Fresh Eclipse install (y/n): Y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 2.7.1
Eclipse JDK version:
Application Server JDK version: tomcat 5
Are there any exceptions in the Eclipse log file?– Message Body ——————————-
support-michaelKeymasterI have read various postings that say these files should be created in the src directory of the application and when theproject is deployed the files will be copied into the {webapp}/WEB-INF/classes directory
You answered your own question in the above quote. Have you tried this approach?
Riyad KallaMemberWhen I deploy my project these files are not getting deployed. I have to manually copy them.
Please clarify where you have to copy them FROM and TO.
Also make sure you have Window > Preferences > Workbench > Perform build on resource modification checked, and then anything you put under your /src folder should be copied into your WEB-INF/classes folder… this is an Eclipse mechanism.
Then when you deploy using MyEclipse, it will recursively copy everything from your WebRoot directory down into your deployment location. So if your files are not getting copied into WEB-INF/classes, then you need to tweak your Eclipse settings and this has nothing to do with MyEclipse.
MikeMemberSorry I wasn’t too clear in my question. I shall re-read any Q’s before I post next time.
In answer to the first Question:
Yes I created the files in the root of the src directory.In answer to the second Question:
I have to copy
~/Workspace/cshe/src/*.xml & *.properties
to
$CATALINA_HOME/webapps/cshe/WEB-INF/classesAlso the Window > Preferences > Workbench > option seems to have disappeared from my application. This has happened before with option disaperaing from my project properties menu. I shall reinstall both eclipse and myeclipse.
Why is this happening – menus disapearing? (I seem to have to reinstall both eclipse and myeclipse approximately every 4 weeks)
support-michaelKeymasterWhy is this happening – menus disapearing? (I seem to have to reinstall both eclipse and myeclipse approximately every 4 weeks)
We believe this disappearing act is caused by Eclipse’s configuration management facility and impacts other similarly architected products such as IBM’s WSAD. Before you reinstall Eclipse/ME try deleting the .config directory located at <your workspace>/.metadata/.config. Shutdown Eclipse before deleting this folder. If after restarting, you still observe missing facilities in the UI then consider a reinstall. Please keep us posted.
MikeMemberI had alrady reinstalled eclipse before I got this response.
However having reinstalled and used eclipse for about a week the same issue has happened. If I go menu Window > Preferences then the Workbench > option has disappeared again and if I follow your instructions and delete the <your workspace>/.metadata/.config file eclipse will not launch and I get the following error message in the .log file
!SESSION ———————————————————————-
!ENTRY org.eclipse.core.launcher 4 0 Jun 27, 2004 13:52:45.137
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
Caused by: java.lang.IllegalArgumentException: Application not found: org.eclipse.update.core.reconciler.
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:856)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
… 7 more
MikeMemberI have just tried renaming my workspace and then starting eclipse back up and this seems to have fixed the issue. However I have had to import all my projects and set all my appropriate preferences again.
Would it help if I emailed you a tarred copy of the corrupt workspace so that you can investigate why this is happening?
Riyad KallaMemberRandombloke,
Can you navigate to Help > About > Configuration details, and post everything in here except the log part of that file? You’ll notice that the file that opens up when you do that is HUGE, the first 4 pages or so are configuration information, then the last XXX pages of it are just your log file, if you could copy the first few pages of config info and paste it in here for us to look at, that’d be great.The fact that this happened to you once doesn’t surprised me, its happened to me 3 times before, BUT the fact that it happened to you twice in 1 week is what worries me… I’ve experienced this behavior 3 times, but over the course of a year.
Are you experiencing any other odd behavior with any other programs? Maybe some faulty memory or motherboard? Do you regularly scan for spyware (SpyBot is a great program for this) and viruses?
Just and FYI, renaming your workspace, or using a different argument value for the -data command line option is effectively like reinstalling Eclipse. Eclipse creates all its data in your workspace, so if you want to “reinstall a clean copy” of Eclipse, you can just toast the workspace. In special cases where the plugins/features get all whacky its a good idea to redownload everything and reinstall that way, but what you did sounds fine for resetting it after a week; that’s good thinkin’.
Lets see if the workspace corrupts again before we decide what to do with it, I’m really interested in your computer’s health overall, that might give us some hints (sometimes virus scanners can even cause very strange behiavors… do you have any real-time virus scanners running?)
MikeMemberI renamed my corrupt workspace back and opened eclipse and have generated the ABOUT details as specified (using the corrupt workspace just for good measure!). Please find the Log at the bottom of this reply.
You refer to virus scanners / spyware. I am running Linux (redhat 8) so I have no real need for virus and/or spyware detectors. I had a look at the app you referred to (spybot) and it looks like a windoze app. I can’t find a linux download version?
I have not noticed any other issues with any of my other applications. I run things like VNC / NFS / Oracle Client / Tora / OO / Quanta / Ximian / Firefox & Standard redhat Kde apps without any issues that I have noticed.
I have validated all my disk partitions and they show as being good.
I also run a development Oracle server on this machine and when I ramp it up with unit tests it fairly gives the machine a hammering and I have had no corruptions or issues, which I would expect if there was some faulty hardware.
I did have one thought however … It might happen when I accidentally open a second copy of Eclipse in another workspace? I have always closed it down immediately before I started editing files (as for some reason I notice I am working in the wrong workspace immediately after I have opened the second copy). I will watch this and see if it happens next time I open a second copy of eclipse.
thanks for your help with this as I use MyEclipse every day and I am getting quite practised at setting Eclipse preferences and importing projects from alternate workspaces!
kind regards
mike
—– snip ——
*** Date: 28/06/04 14:45*** System properties:
file.encoding=UTF-8
file.encoding.pkg=sun.io
file.separator=/
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
java.awt.printerjob=sun.print.PSPrinterJob
java.class.path=/usr/lib/eclipse/startup.jar
java.class.version=48.0
java.endorsed.dirs=/usr/java/j2sdk1.4.2_03/jre/lib/endorsed
java.ext.dirs=/usr/java/j2sdk1.4.2_03/jre/lib/ext
java.home=/usr/java/j2sdk1.4.2_03/jre
java.io.tmpdir=/tmp
java.library.path=/usr/java/j2sdk1.4.2_03/jre/lib/i386/client:/usr/java/j2sdk1.4.2_03/jre/lib/i386:/usr/java/j2sdk1.4.2_03/jre/../lib/i386:/usr/local/lib:/orcl/u01/app/oracle/product/9.2.0.1.0/lib:/orcl/u01/app/oracle/product/9.2.0.1.0/network/lib
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.4.2_03-b02
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.4
java.util.prefs.PreferencesFactory=java.util.prefs.FileSystemPreferencesFactory
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.4.2_03
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.4.2_03-b02
line.separator=os.arch=i386
os.name=Linux
os.version=2.4.20-28.8
path.separator=:
sun.arch.data.model=32
sun.boot.class.path=/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/xsltc.jar:/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/xercesImpl.jar:/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/xalan.jar:/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/sax.jar:/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/dom.jar:/usr/java/j2sdk1.4.2_03/jre/lib/rt.jar:/usr/java/j2sdk1.4.2_03/jre/lib/i18n.jar:/usr/java/j2sdk1.4.2_03/jre/lib/sunrsasign.jar:/usr/java/j2sdk1.4.2_03/jre/lib/jsse.jar:/usr/java/j2sdk1.4.2_03/jre/lib/jce.jar:/usr/java/j2sdk1.4.2_03/jre/lib/charsets.jar:/usr/java/j2sdk1.4.2_03/jre/classes
sun.boot.library.path=/usr/java/j2sdk1.4.2_03/jre/lib/i386
sun.cpu.endian=little
sun.cpu.isalist=
sun.io.unicode.encoding=UnicodeLittle
sun.java2d.fontpath=
sun.os.patch.level=unknown
user.country=GB
user.dir=/home/mikey
user.home=/home/mikey
user.language=en
user.name=mikey
user.timezone=Australia/Melbourne*** Features:
com.genuitec.myeclipse.ast (2.7.1) “com.genuitec.myeclipse.ast”
com.genuitec.myeclipse.core (2.7.1) “com.genuitec.myeclipse.core”
com.genuitec.myeclipse.enterprise (2.7.1) “com.genuitec.myeclipse.enterprise”
com.genuitec.myeclipse.help (2.7.1) “com.genuitec.myeclipse.help”
com.genuitec.myeclipse.wdt (2.7.1) “com.genuitec.myeclipse.wdt”
org.eclipse.jdt (2.1.3) “org.eclipse.jdt”
org.eclipse.jdt.source (2.1.3) “org.eclipse.jdt.source”
org.eclipse.pde (2.1.3) “org.eclipse.pde”
org.eclipse.platform (2.1.3) “org.eclipse.platform”
org.eclipse.platform.linux.gtk (2.1.3) “org.eclipse.platform.linux.gtk”
org.eclipse.platform.linux.gtk.source (2.1.3) “org.eclipse.platform.linux.gtk.source”
org.eclipse.platform.source (2.1.3) “org.eclipse.platform.source”
org.eclipse.sdk.linux.gtk (2.1.3) “org.eclipse.sdk.linux.gtk”*** Plug-in Registry:
com.genuitec.eclipse.ast.deploy.core (2.7.1) “Deployment Core Plug-in”
com.genuitec.eclipse.core (2.7.1) “Genuitec Core”
com.genuitec.eclipse.cross.easystruts.eclipse (2.7.1) “Struts Support”
com.genuitec.eclipse.easie.bejy (2.7.1) “Genuitec EASIE Bejy Tiger”
com.genuitec.eclipse.easie.core (2.7.1) “Genuitec EASIE Core”
com.genuitec.eclipse.easie.jboss (2.7.1) “Genuitec EASIE JBoss”
com.genuitec.eclipse.easie.jboss2 (2.7.1) “Genuitec EASIE JBoss 2”
com.genuitec.eclipse.easie.jboss3 (2.7.1) “Genuitec EASIE JBoss 3”
com.genuitec.eclipse.easie.jboss4 (2.7.1) “Genuitec EASIE JBoss 4”
com.genuitec.eclipse.easie.jetty (2.7.1) “Genuitec EASIE Jetty”
com.genuitec.eclipse.easie.jetty4 (2.7.1) “Genuitec EASIE Jetty 4”
com.genuitec.eclipse.easie.jetty5 (2.7.1) “Genuitec EASIE Jetty 5”
com.genuitec.eclipse.easie.jonas (2.7.1) “Genuitec EASIE Jonas”
com.genuitec.eclipse.easie.jonas3 (2.7.1) “Genuitec EASIE Jonas 3”
com.genuitec.eclipse.easie.jrun (2.7.1) “Genuitec EASIE JRun”
com.genuitec.eclipse.easie.jrun4 (2.7.1) “Genuitec EASIE JRun 4”
com.genuitec.eclipse.easie.oracle (2.7.1) “Genuitec EASIE Oracle AS”
com.genuitec.eclipse.easie.oracle9 (2.7.1) “Genuitec EASIE Oracle 9i/AS”
com.genuitec.eclipse.easie.orion1 (2.7.1) “Genuitec EASIE Orion 1”
com.genuitec.eclipse.easie.orion2 (2.7.1) “Genuitec EASIE Orion 2”
com.genuitec.eclipse.easie.resin (2.7.1) “Genuitec EASIE Resin”
com.genuitec.eclipse.easie.resin2 (2.7.1) “Genuitec EASIE Resin 2”
com.genuitec.eclipse.easie.resin3 (2.7.1) “Genuitec EASIE Resin 3”
com.genuitec.eclipse.easie.tomcat (2.7.1) “Genuitec EASIE Tomcat”
com.genuitec.eclipse.easie.tomcat4 (2.7.1) “Genuitec EASIE Tomcat 4”
com.genuitec.eclipse.easie.tomcat5 (2.7.1) “Genuitec EASIE Tomcat 5”
com.genuitec.eclipse.easie.weblogic (2.7.1) “Genuitec EASIE WebLogic”
com.genuitec.eclipse.easie.weblogic6 (2.7.1) “Genuitec EASIE WebLogic 6”
com.genuitec.eclipse.easie.weblogic7 (2.7.1) “Genuitec EASIE WebLogic 7”
com.genuitec.eclipse.easie.weblogic8 (2.7.1) “Genuitec EASIE WebLogic 8”
com.genuitec.eclipse.easie.websphere (2.7.1) “Genuitec EASIE WebSphere 4”
com.genuitec.eclipse.easie.websphere5 (2.7.1) “Genuitec EASIE WebSphere 5”
com.genuitec.eclipse.j2eedt.core (2.7.1) “Genuitec J2EE Development Tooling”
com.genuitec.eclipse.struts (2.7.1) “com.genuitec.eclipse.struts”
com.genuitec.eclipse.struts.visualeditor (2.7.1) “com.genuitec.eclipse.struts.visualeditor”
com.genuitec.eclipse.wdt.jsp.debug (2.7.1) “MyEclipse JSP Debug Tooling”
com.genuitec.eclipse.wizards (2.7.1) “Aston Wizards for MyEclipse”
com.genuitec.eclipse.xmen (2.7.1) “MyEclipse XML Editor”
com.genuitec.jboss.ide.eclipse.apache.xalan (2.7.1) “Genuitec XDoclet Apache Xalan Plug-in”
com.genuitec.jboss.ide.eclipse.core (2.7.1) “Genuitec XDoclet Support Core Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.assist (2.7.1) “Genuitec XDoclet Assist Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.core (2.7.1) “Genuitec XDoclet Core Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.run (2.7.1) “Genuitec XDoclet Runner Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.ui (2.7.1) “Genuitec XDoclet UI Plug-in”
com.genuitec.myeclipse.ast (2.7.1) “MyEclipse Application Server Tooling”
com.genuitec.myeclipse.core (2.7.1) “MyEclipse Core Tooling”
com.genuitec.myeclipse.doc (2.7.1) “MyEclipse Documentation Plug-in”
com.genuitec.myeclipse.enterprise (2.7.1) “MyEclipse Enterprise Workbench”
com.genuitec.myeclipse.help (2.7.1) “MyEclipse Help Documentation”
com.genuitec.myeclipse.perspective (2.7.1) “MyEclipse Perspective Plug-in”
com.genuitec.myeclipse.wdt (2.7.1) “MyEclipse Web Development Tooling”
de.bb.bje.eclipse (2.7.1) “BJE Plug-in”
net.sf.solareclipse.ui (2.5.1) “SolarEclipse UI”
net.sf.solareclipse.xml.core (2.5.1) “XML Core Plug-in”
net.sf.solareclipse.xml.ui (2.7.1) “XML Development Tools UI”
org.apache.ant (1.5.3) “Apache Ant”
org.apache.lucene (1.2.1) “Apache Lucene”
org.apache.xerces (4.0.13) “Xerces Based XML Parser”
org.eclipse.ant.core (2.1.3) “Ant Build Tool Core”
org.eclipse.compare (2.1.0) “Compare Support”
org.eclipse.core.boot (2.1.3) “Core Boot”
org.eclipse.core.resources (2.1.1) “Core Resource Management”
org.eclipse.core.resources.linux (2.1.0) “%linuxFragmentName”
org.eclipse.core.runtime (2.1.1) “Core Runtime”
org.eclipse.debug.core (2.5.1) “Debug Core”
org.eclipse.debug.ui (2.5.1) “Debug UI”
org.eclipse.draw2d (2.1.2) “Draw2d”
org.eclipse.gef (2.1.2) “Graphical Editing Framework”
org.eclipse.help (2.1.2) “Help System Core”
org.eclipse.help.appserver (2.1.0) “Help Application Server”
org.eclipse.help.ui (2.1.1) “Help System UI”
org.eclipse.help.webapp (2.1.3) “Help System Webapp”
org.eclipse.jdt (2.1.3) “Eclipse Java Development Tools”
org.eclipse.jdt.core (2.1.3) “Java Development Tools Core”
org.eclipse.jdt.debug (2.5.1) “JDI Debug Model”
org.eclipse.jdt.debug.ui (2.5.1) “JDI Debug UI”
org.eclipse.jdt.doc.isv (2.1.0) “Eclipse JDT Plug-in Developer Guide”
org.eclipse.jdt.doc.user (2.1.0) “Eclipse Java Development User Guide”
org.eclipse.jdt.junit (2.1.1) “Java Development Tools JUnit support”
org.eclipse.jdt.launching (2.1.1) “Java Development Tools Launching Support”
org.eclipse.jdt.source (2.1.3) “Eclipse Java Development Tools SDK”
org.eclipse.jdt.ui (2.1.3) “Java Development Tools UI”
org.eclipse.jface (2.1.3) “JFace”
org.eclipse.jface.text (2.1.0) “JFace Text”
org.eclipse.pde (2.1.0) “Eclipse Plug-in Development Environment”
org.eclipse.pde.build (2.1.3) “Plug-in Development Environment Build Support”
org.eclipse.pde.core (2.1.2) “Plug-in Development Core”
org.eclipse.pde.doc.user (2.1.0) “Eclipse Plug-in Development User Guide”
org.eclipse.pde.runtime (2.1.0) “Plug-in Development Environment Runtime”
org.eclipse.pde.source (2.1.3) “Eclipse Plug-in Development Environment Source Code”
org.eclipse.pde.ui (2.1.2) “Plug-in Development UI”
org.eclipse.platform (2.1.3) “Eclipse Platform”
org.eclipse.platform.doc.isv (2.1.3) “Eclipse Platform Plug-in Developer Guide”
org.eclipse.platform.doc.user (2.1.1) “Eclipse Workbench User Guide”
org.eclipse.platform.linux.gtk (2.1.3) “Eclipse Platform (Linux GTK)”
org.eclipse.platform.linux.gtk.source (2.1.3) “Eclipse Platform Plug-in Developer Resources (Linux GTK)”
org.eclipse.platform.source (2.1.3) “Eclipse Platform Plug-in Developer Resources”
org.eclipse.sdk.linux.gtk (2.1.3) “Eclipse Project SDK (Linux GTK)”
org.eclipse.search (2.1.1) “Search Support”
org.eclipse.swt (2.1.3) “Standard Widget Toolkit”
org.eclipse.swt.gtk (2.1.3) “%fragmentName”
org.eclipse.team.core (2.1.3) “Team Support Core”
org.eclipse.team.cvs.core (2.1.3) “CVS Team Provider Core”
org.eclipse.team.cvs.ssh (2.1.1) “CVS SSH Core”
org.eclipse.team.cvs.ui (2.1.1) “CVS Team Provider UI”
org.eclipse.team.ui (2.1.0) “Team Support UI”
org.eclipse.text (2.1.0) “Text”
org.eclipse.tomcat (4.0.6.2) “Tomcat Wrapper”
org.eclipse.ui (2.1.1) “Eclipse UI”
org.eclipse.ui.editors (2.1.0) “Default Text Editor”
org.eclipse.ui.externaltools (2.1.1) “External Tools”
org.eclipse.ui.versioncheck (2.1.1) “Eclipse Version Check”
org.eclipse.ui.views (2.1.3) “Views”
org.eclipse.ui.workbench (2.1.3) “Workbench”
org.eclipse.ui.workbench.texteditor (2.1.3) “Text Editor Framework”
org.eclipse.update.core (2.1.0) “Install/Update Core”
org.eclipse.update.core.linux (2.1.0) “%fragmentNameLinux”
org.eclipse.update.ui (2.1.2) “Install/Update UI”
org.eclipse.update.ui.forms (2.1.0) “Install/Update Forms”
org.junit (3.8.1) “JUnit Testing Framework”*** User Preferences:
#Mon Jun 28 14:45:44 EST 2004
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
com.genuitec.eclipse.easie.tomcat5/TOMCAT_TEMP=/usr/java/tomcat/temp
com.genuitec.eclipse.easie.jrun4=2.7.1
de.bb.bje.eclipse//ebejy/jsp/directive/keyword.bgcolor=255,255,255
com.genuitec.eclipse.easie.oracle=2.7.1
com.genuitec.eclipse.easie.tomcat5=2.7.1
com.genuitec.eclipse.easie.jrun=2.7.1
com.genuitec.eclipse.easie.tomcat4=2.7.1
com.genuitec.eclipse.easie.jboss4/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
org.eclipse.ui.workbench/com.genuitec.myeclipse.perspective.myeclipseperspective_persp=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<perspective editorAreaVisible\=”1″ version\=”0.016″><descriptor class\=”com.genuitec.myeclipse.perspective.MyEclipsePerspectiveFactory” id\=”com.genuitec.myeclipse.perspective.myeclipseperspective” label\=”MyEclipse”/><window height\=”745″ width\=”1036″ x\=”0″ y\=”0″/><actionSet id\=”com.genuitec.myeclipse.actions.deploytools”/><actionSet id\=”com.genuitec.myeclipse.actions”/><actionSet id\=”com.genuitec.myeclipse.actions.webtools”/><actionSet id\=”com.genuitec.myeclipse.actions.strutstools”/><actionSet id\=”org.eclipse.help.internal.ui.HelpActionSet”/><actionSet id\=”org.eclipse.search.searchActionSet”/><actionSet id\=”org.eclipse.ui.externaltools.ExternalToolsSet”/><actionSet id\=”org.eclipse.ui.edit.text.actionSet.navigation”/><actionSet id\=”org.eclipse.update.ui.softwareUpdates”/><actionSet id\=”org.eclipse.debug.ui.launchActionSet”/><actionSet id\=”org.eclipse.jdt.ui.JavaActionSet”/><actionSet id\=”org.eclipse.jdt.ui.JavaElementCreationActionSet”/><actionSet id\=”org.eclipse.ui.NavigateActionSet”/><alwaysOnActionSet id\=”com.genuitec.myeclipse.actions.deploytools”/><alwaysOnActionSet id\=”com.genuitec.myeclipse.actions”/><alwaysOnActionSet id\=”com.genuitec.myeclipse.actions.webtools”/><alwaysOnActionSet id\=”com.genuitec.myeclipse.actions.strutstools”/><alwaysOnActionSet id\=”org.eclipse.help.internal.ui.HelpActionSet”/><alwaysOnActionSet id\=”org.eclipse.search.searchActionSet”/><alwaysOnActionSet id\=”org.eclipse.ui.externaltools.ExternalToolsSet”/><alwaysOnActionSet id\=”org.eclipse.ui.edit.text.actionSet.navigation”/><alwaysOnActionSet id\=”org.eclipse.update.ui.softwareUpdates”/><alwaysOnActionSet id\=”org.eclipse.debug.ui.launchActionSet”/><alwaysOnActionSet id\=”org.eclipse.jdt.ui.JavaActionSet”/><alwaysOnActionSet id\=”org.eclipse.jdt.ui.JavaElementCreationActionSet”/><alwaysOnActionSet id\=”org.eclipse.ui.NavigateActionSet”/><show_view_action id\=”org.eclipse.jdt.ui.PackageExplorer”/><show_view_action id\=”org.eclipse.jdt.ui.TypeHierarchy”/><show_view_action id\=”org.eclipse.search.SearchResultView”/><show_view_action id\=”org.eclipse.debug.ui.ConsoleView”/><show_view_action id\=”org.eclipse.ui.views.ContentOutline”/><show_view_action id\=”org.eclipse.ui.views.TaskList”/><show_view_action id\=”org.eclipse.ui.views.ResourceNavigator”/><new_wizard_action id\=”org.eclipse.jdt.ui.wizards.NewPackageCreationWizard”/><new_wizard_action id\=”org.eclipse.jdt.ui.wizards.NewClassCreationWizard”/><new_wizard_action id\=”org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard”/><new_wizard_action id\=”org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard”/><new_wizard_action id\=”org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard”/><new_wizard_action id\=”org.eclipse.ui.wizards.new.folder”/><new_wizard_action id\=”org.eclipse.ui.wizards.new.file”/><new_wizard_action id\=”com.aston.wizards.html.NewHtmlCreationWizard”/><new_wizard_action id\=”com.aston.wizards.jsp.NewJspCreationWizard”/><new_wizard_action id\=”com.aston.wizards.servlet.NewServletCreationWizard”/><new_wizard_action id\=”com.aston.wizards.servlet.NewEjbCreationWizard”/><new_wizard_action id\=”com.aston.wizards.xml.NewXmlCreationWizard”/><new_wizard_action id\=”com.aston.wizards.applet.NewAppletCreationWizard”/><new_wizard_action id\=”com.genuitec.eclipse.struts.org.easystruts.eclipse.wizards.NewFormCreationWizardX1_1″/><new_wizard_action id\=”com.genuitec.eclipse.struts.org.easystruts.eclipse.wizards.NewActionCreationWizardX1_1″/><perspective_action id\=”com.genuitec.myeclipse.perspective.myeclipseperspective”/><view id\=”org.eclipse.jdt.ui.PackageExplorer”/><view id\=”org.eclipse.jdt.ui.TypeHierarchy”/><view id\=”org.eclipse.ui.views.TaskList”/><view id\=”org.eclipse.ui.views.ContentOutline”/><layout><mainWindow><info folder\=”true” part\=”left”><folder activePageID\=”org.eclipse.jdt.ui.PackageExplorer”><page content\=”org.eclipse.ui.views.ResourceNavigator” label\=”Navigator”/><page content\=”org.eclipse.jdt.ui.PackageExplorer” label\=”Package Explorer”/><page content\=”org.eclipse.jdt.ui.TypeHierarchy” label\=”Hierarchy”/></folder></info><info part\=”org.eclipse.ui.editorss” ratio\=”0.25″ relationship\=”2″ relative\=”left”/><info folder\=”true” part\=”bottom” ratio\=”0.75″ relationship\=”4″ relative\=”org.eclipse.ui.editorss”><folder activePageID\=”org.eclipse.ui.views.TaskList”><page content\=”org.eclipse.search.SearchResultView” label\=”Search”/><page content\=”org.eclipse.debug.ui.ConsoleView” label\=”Console”/><page content\=”org.eclipse.ui.views.BookmarkNavigator” label\=”Bookmarks”/><page content\=”org.eclipse.ui.views.TaskList” label\=”Tasks”/></folder></info><info part\=”org.eclipse.ui.views.ContentOutline” ratio\=”0.5″ relationship\=”4″ relative\=”left”/></mainWindow></layout><toolbarLayout actionSet\=”1″><itemSize x\=”126″ y\=”26″/><itemSize x\=”74″ y\=”26″/><itemSize x\=”116″ y\=”26″/><itemSize x\=”126″ y\=”26″/><itemSize x\=”66″ y\=”26″/><itemSize x\=”108″ y\=”26″/><wrapIndex index\=”0″/><item id\=”org.eclipse.ui.workbench.file”/><item id\=”com.genuitec.myeclipse.actions.deploytools”/><item id\=”org.eclipse.debug.ui.launchActionSet”/><item id\=”org.eclipse.jdt.ui.JavaElementCreationActionSet”/><item id\=”org.eclipse.search.searchActionSet”/><item id\=”org.eclipse.ui.workbench.navigate”/></toolbarLayout></perspective>
com.genuitec.eclipse.easie.tomcat5/JDK_HOME=/usr/java/j2sdk1.4.2_03
de.bb.bje.eclipse/printMargin=false
de.bb.bje.eclipse/currentLine=false
de.bb.bje.eclipse//ebejy/jsp/directive/attribute/value.bgcolor=255,255,255
com.genuitec.eclipse.easie.weblogic8/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.ast.deploy.core/tomcat5Server.cshe.isDeployed=true
com.genuitec.eclipse.easie.tomcat4/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.jboss3/SERVER_STARTUP_ARG=-c default
com.genuitec.eclipse.cross.easystruts.eclipse/me.rc2.upgraded=true
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.cshe|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/xsltc.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/xercesImpl.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/xalan.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/sax.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/dom.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/rt.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/sunrsasign.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/jsse.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/jce.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/charsets.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/ext/dnsns.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/ext/ldapsec.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/ext/localedata.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/ext/sunjce_provider.jar” rootpath\=”” sourcepath\=””/></classpath>
com.genuitec.eclipse.easie.resin3/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.websphere5/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.jonas3/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
de.bb.bje.eclipse/htmlLower=true
com.genuitec.eclipse.easie.tomcat5/SERVER_ENABLEMENT=true
com.genuitec.eclipse.easie.jonas/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.resin3=2.7.1
com.genuitec.eclipse.easie.resin2=2.7.1
de.bb.bje.eclipse/AbstractTextEditor.Color.Background.SystemDefault=false
com.genuitec.eclipse.j2eedt.core/version=2.7.1
de.bb.bje.eclipse//ebejy/html/tag/name.bgcolor=255,255,255
com.genuitec.eclipse.easie.jboss4/SERVER_STARTUP_ARG=-c default
de.bb.bje.eclipse/lineNumberRuler=false
org.eclipse.ui.workbench/ENABLED_DECORATORS=org.eclipse.pde.ui.binaryProjectDecorator\:false,org.eclipse.team.cvs.ui.decorator\:false,org.eclipse.ui.LinkedResourceDecorator\:true,
com.genuitec.eclipse.easie.orion1/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.weblogic=2.7.1
com.genuitec.eclipse.ast.deploy.core/tomcat5Server.cshe.isUptoDate=true
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_STRUTS_HOME=/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.cross.easystruts.eclipse_2.7.1/data
com.genuitec.eclipse.easie.jrun4/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.weblogic6/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.jboss/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
org.eclipse.ui.workbench/org.eclipse.ui.commands=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<org.eclipse.ui.commands><activeKeyConfiguration value\=”org.eclipse.ui.defaultAcceleratorConfiguration”/></org.eclipse.ui.commands>
org.eclipse.ui.workbench/WELCOME_DIALOG=false
com.genuitec.eclipse.ast.deploy.core/tomcat5Server.cshe.deploymentPath=/usr/java/tomcat/webapps/cshe
org.eclipse.jdt.ui/hoverModifiers=org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.ui.JavadocHover;\!0;org.eclipse.jdt.ui.ProblemHover;\!0;org.eclipse.jdt.ui.JavaSourceHover;Ctrl;org.eclipse.jdt.internal.debug.ui.JavaDebugHover;\!0;
com.genuitec.eclipse.easie.jboss2/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
de.bb.bje.eclipse/currentLineColor=0,0,0
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_LIB_HOME=/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset
com.genuitec.eclipse.easie.jboss3/SERVER_ENABLEMENT=false
de.bb.bje.eclipse//ebejy/html.bgcolor=255,255,255
com.genuitec.eclipse.easie.websphere=2.7.1
com.genuitec.eclipse.easie.jboss4=2.7.1
com.genuitec.eclipse.easie.jboss3=2.7.1
com.genuitec.eclipse.easie.jetty5/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.jboss2=2.7.1
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.XML|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/xsltc.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/xercesImpl.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/xalan.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/sax.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/dom.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/rt.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/sunrsasign.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/jsse.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/jce.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/charsets.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/ext/dnsns.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/ext/ldapsec.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/ext/localedata.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/ext/sunjce_provider.jar” rootpath\=”” sourcepath\=””/></classpath>
com.genuitec.eclipse.easie.jetty=2.7.1
org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<vmSettings\n defaultVM\=”57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType1,0″ defaultVMConnector\=””>\n <vmType id\=”org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType”>\n <vm id\=”0″ name\=”j2sdk1.4.2_03″ path\=”/usr/java/j2sdk1.4.2_03″/>\n </vmType>\n</vmSettings>\n
de.bb.bje.eclipse//ebejy/html/tag/attribute/value.bgcolor=255,255,255
de.bb.bje.eclipse/printMarginColumn=80
de.bb.bje.eclipse//ebejy/html/tag.bgcolor=255,255,255
org.eclipse.jdt.core=2.1.3
com.genuitec.eclipse.easie.tomcat=2.7.1
de.bb.bje.eclipse/lfBefore=false
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.XML|com.genuitec.eclipse.j2eedt.core.J2EE13_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/activation.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/javax.servlet.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/jboss-j2ee.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/jboss-jaas.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/jsse.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/jts.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/mail.jar”/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.cshe|com.genuitec.eclipse.j2eedt.core.J2EE13_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/activation.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/javax.servlet.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/jboss-j2ee.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/jboss-jaas.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/jsse.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/jts.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/mail.jar”/></classpath>
com.genuitec.eclipse.easie.bejy/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
org.eclipse.ui.workbench/perspectives=com.genuitec.myeclipse.perspective.myeclipseperspective org.eclipse.jdt.ui.JavaPerspective
org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Sans|11|0|GTK|1|;
org.eclipse.ui.workbench/editors=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<editors><descriptor class\=”org.eclipse.jdt.internal.debug.ui.snippeteditor.JavaSnippetEditor” id\=”org.eclipse.jdt.debug.ui.SnippetEditor” image\=”icons/full/obj16/jsbook_obj.gif” internal\=”true” label\=”Scrapbook” open_in_place\=”false” plugin\=”org.eclipse.jdt.debug.ui”/><descriptor class\=”org.xmen.ui.text.XMLTextEditor” id\=”org.xmen.ui.text.TLDTextEditor” image\=”images/tld.gif” internal\=”true” label\=”MyEclipse TLD Editor” open_in_place\=”false” plugin\=”com.genuitec.eclipse.xmen”/><descriptor class\=”org.xmen.ui.text.XMLTextEditor” id\=”org.xmen.ui.text.XMLTextEditor” image\=”images/xml.gif” internal\=”true” label\=”MyEclipse XML Editor” open_in_place\=”false” plugin\=”com.genuitec.eclipse.xmen”/><descriptor class\=”de.bb.bje.eclipse.editors.JspMultiPageEditor” id\=”de.bb.bje.eclipse.editors.JspMultiPageEditor” image\=”icons/solar_jsp.png” internal\=”true” label\=”MyEclipse JSP Editor” open_in_place\=”false” plugin\=”de.bb.bje.eclipse”/><descriptor class\=”org.eclipse.pde.internal.ui.editor.build.BuildPropertiesEditor” id\=”org.eclipse.pde.ui.buildEditor” image\=”icons/full/obj16/build_exec.gif” internal\=”true” label\=”Build Properties Editor” open_in_place\=”false” plugin\=”org.eclipse.pde.ui”/><descriptor class\=”org.eclipse.ui.editors.text.TextEditor” id\=”org.eclipse.jdt.ui.JARDescEditor” image\=”icons/full/obj16/jar_desc_obj.gif” internal\=”true” label\=”JAR Description Editor” open_in_place\=”false” plugin\=”org.eclipse.jdt.ui”/><descriptor class\=”net.sf.solareclipse.xml.internal.ui.text.CSSEditor” id\=”net.sf.solareclipse.xml.internal.ui.text.CSSEditor” image\=”icons/basic/obj16/css.png” internal\=”true” label\=”CSS Editor” open_in_place\=”false” plugin\=”net.sf.solareclipse.xml.ui”/><descriptor class\=”org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor” id\=”org.eclipse.jdt.ui.CompilationUnitEditor” image\=”icons/full/obj16/jcu_obj.gif” internal\=”true” label\=”Java Editor” open_in_place\=”false” plugin\=”org.eclipse.jdt.ui”/><descriptor class\=”org.eclipse.pde.internal.ui.editor.feature.FeatureEditor” id\=”org.eclipse.pde.ui.featureEditor” image\=”icons/full/obj16/ftr_xml_obj.gif” internal\=”true” label\=”Feature Manifest Editor” open_in_place\=”false” plugin\=”org.eclipse.pde.ui”/><descriptor class\=”org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor” id\=”org.eclipse.jdt.ui.ClassFileEditor” image\=”icons/full/obj16/classf_obj.gif” internal\=”true” label\=”Class File Viewer” open_in_place\=”false” plugin\=”org.eclipse.jdt.ui”/><descriptor class\=”org.eclipse.pde.internal.ui.editor.schema.SchemaEditor” id\=”org.eclipse.pde.ui.schemaEditor” image\=”icons/full/obj16/schema_obj.gif” internal\=”true” label\=”Extension Point Schema Editor” open_in_place\=”false” plugin\=”org.eclipse.pde.ui”/><descriptor class\=”de.bb.bje.eclipse.editors.JspMultiPageEditor” id\=”de.bb.bje.eclipse.editors.HtmlMultiPageEditor” image\=”icons/solar_html.png” internal\=”true” label\=”MyEclipse HTML Editor” open_in_place\=”false” plugin\=”de.bb.bje.eclipse”/><descriptor class\=”com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor” id\=”com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor” image\=”icons/editor.gif” internal\=”true” label\=”MyEclipse Struts Editor” open_in_place\=”false” plugin\=”com.genuitec.eclipse.struts”/><descriptor class\=”org.eclipse.pde.internal.ui.editor.manifest.ManifestEditor” id\=”org.eclipse.pde.ui.manifestEditor” image\=”icons/full/obj16/plugin_mf_obj.gif” internal\=”true” label\=”Plug-in Manifest Editor” open_in_place\=”false” plugin\=”org.eclipse.pde.ui”/><descriptor class\=”org.eclipse.ui.editors.text.TextEditor” id\=”org.eclipse.jdt.ui.DefaultTextEditor” image\=”icons/full/obj16/file_obj.gif” internal\=”true” label\=”Properties File Editor” open_in_place\=”false” plugin\=”org.eclipse.jdt.ui”/><descriptor class\=”org.eclipse.ui.externaltools.internal.ant.editor.PlantyEditor” id\=”org.eclipse.ui.externaltools.internal.ant.editor.AntEditor” image\=”icons/full/obj16/ant_buildfile.gif” internal\=”true” label\=”Ant Editor” open_in_place\=”false” plugin\=”org.eclipse.ui.externaltools”/><descriptor class\=”org.eclipse.pde.internal.ui.editor.site.SiteEditor” id\=”org.eclipse.pde.ui.siteEditor” image\=”icons/full/obj16/site_xml_obj.gif” internal\=”true” label\=”Site Manifest Editor” open_in_place\=”false” plugin\=”org.eclipse.pde.ui”/><descriptor class\=”org.eclipse.ui.editors.text.TextEditor” id\=”org.eclipse.ui.DefaultTextEditor” image\=”icons/full/obj16/file_obj.gif” internal\=”true” label\=”Text Editor” open_in_place\=”false” plugin\=”org.eclipse.ui”/><descriptor class\=”org.eclipse.pde.internal.ui.editor.manifest.FragmentManifestEditor” id\=”org.eclipse.pde.ui.fragmentEditor” image\=”icons/full/obj16/frgmt_mf_obj.gif” internal\=”true” label\=”Fragment Manifest Editor” open_in_place\=”false” plugin\=”org.eclipse.pde.ui”/><descriptor class\=”org.xmen.ui.text.XMLTextEditor” id\=”org.xmen.multipageeditor.DTDEditor” image\=”images/filedtd.gif” internal\=”true” label\=”MyEclipse DTD Editor” open_in_place\=”false” plugin\=”com.genuitec.eclipse.xmen”/></editors>
de.bb.bje.eclipse//ebejy/html/tag/attribute.bgcolor=255,255,255
com.genuitec.eclipse.easie.tomcat5/TOMCAT_HOME=/usr/java/tomcat
com.genuitec.eclipse.easie.jonas3=2.7.1
de.bb.bje.eclipse/removeEmptyLines=false
com.genuitec.eclipse.easie.tomcat5/ENDORSED_DIRS=”/usr/java/tomcat/common/endorsed”
de.bb.bje.eclipse//ebejy/html/taglib.bgcolor=255,255,255
org.eclipse.ui.workbench=2.1.3
com.genuitec.eclipse.easie.orion2/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.tomcat5/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.cross.easystruts.eclipse=2.7.1
org.eclipse.jdt.ui/spacesForTabs=true
com.genuitec.eclipse.easie.oracle9/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.resin/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.weblogic7/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.websphere5=2.7.1
org.eclipse.ui.workbench/org.eclipse.jdt.ui.JavaPerspective_persp=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<perspective editorAreaVisible\=”1″ version\=”0.016″><descriptor class\=”org.eclipse.jdt.internal.ui.JavaPerspectiveFactory” id\=”org.eclipse.jdt.ui.JavaPerspective” label\=”Java”/><window height\=”745″ width\=”1036″ x\=”0″ y\=”0″/><actionSet id\=”com.genuitec.myeclipse.actions.deploytools”/><actionSet id\=”com.genuitec.myeclipse.actions”/><actionSet id\=”com.genuitec.myeclipse.actions.webtools”/><actionSet id\=”com.genuitec.myeclipse.actions.strutstools”/><actionSet id\=”org.eclipse.help.internal.ui.HelpActionSet”/><actionSet id\=”org.eclipse.search.searchActionSet”/><actionSet id\=”org.eclipse.ui.externaltools.ExternalToolsSet”/><actionSet id\=”org.eclipse.ui.edit.text.actionSet.navigation”/><actionSet id\=”org.eclipse.update.ui.softwareUpdates”/><actionSet id\=”org.eclipse.debug.ui.launchActionSet”/><actionSet id\=”org.eclipse.jdt.ui.JavaActionSet”/><actionSet id\=”org.eclipse.jdt.ui.JavaElementCreationActionSet”/><actionSet id\=”org.eclipse.ui.NavigateActionSet”/><actionSet id\=”org.eclipse.jdt.debug.ui.JDTDebugActionSet”/><actionSet id\=”org.eclipse.jdt.junit.JUnitActionSet”/><alwaysOnActionSet id\=”com.genuitec.myeclipse.actions.deploytools”/><alwaysOnActionSet id\=”com.genuitec.myeclipse.actions”/><alwaysOnActionSet id\=”com.genuitec.myeclipse.actions.webtools”/><alwaysOnActionSet id\=”com.genuitec.myeclipse.actions.strutstools”/><alwaysOnActionSet id\=”org.eclipse.help.internal.ui.HelpActionSet”/><alwaysOnActionSet id\=”org.eclipse.search.searchActionSet”/><alwaysOnActionSet id\=”org.eclipse.ui.externaltools.ExternalToolsSet”/><alwaysOnActionSet id\=”org.eclipse.ui.edit.text.actionSet.navigation”/><alwaysOnActionSet id\=”org.eclipse.update.ui.softwareUpdates”/><alwaysOnActionSet id\=”org.eclipse.debug.ui.launchActionSet”/><alwaysOnActionSet id\=”org.eclipse.jdt.ui.JavaActionSet”/><alwaysOnActionSet id\=”org.eclipse.jdt.ui.JavaElementCreationActionSet”/><alwaysOnActionSet id\=”org.eclipse.ui.NavigateActionSet”/><alwaysOnActionSet id\=”org.eclipse.jdt.debug.ui.JDTDebugActionSet”/><alwaysOnActionSet id\=”org.eclipse.jdt.junit.JUnitActionSet”/><show_view_action id\=”org.eclipse.jdt.ui.PackageExplorer”/><show_view_action id\=”org.eclipse.jdt.ui.TypeHierarchy”/><show_view_action id\=”org.eclipse.search.SearchResultView”/><show_view_action id\=”org.eclipse.debug.ui.ConsoleView”/><show_view_action id\=”org.eclipse.ui.views.ContentOutline”/><show_view_action id\=”org.eclipse.ui.views.TaskList”/><show_view_action id\=”org.eclipse.ui.views.ResourceNavigator”/><show_view_action id\=”org.eclipse.ui.externaltools.AntView”/><new_wizard_action id\=”org.eclipse.jdt.ui.wizards.NewPackageCreationWizard”/><new_wizard_action id\=”org.eclipse.jdt.ui.wizards.NewClassCreationWizard”/><new_wizard_action id\=”org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard”/><new_wizard_action id\=”org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard”/><new_wizard_action id\=”org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard”/><new_wizard_action id\=”org.eclipse.ui.wizards.new.folder”/><new_wizard_action id\=”org.eclipse.ui.wizards.new.file”/><perspective_action id\=”com.genuitec.myeclipse.perspective.myeclipseperspective”/><perspective_action id\=”org.eclipse.jdt.ui.JavaBrowsingPerspective”/><perspective_action id\=”org.eclipse.jdt.ui.JavaPerspective”/><perspective_action id\=”org.eclipse.debug.ui.DebugPerspective”/><view id\=”org.eclipse.jdt.ui.PackageExplorer”/><view id\=”org.eclipse.jdt.ui.TypeHierarchy”/><view id\=”org.eclipse.ui.views.TaskList”/><view id\=”org.eclipse.ui.views.ContentOutline”/><layout><mainWindow><info folder\=”true” part\=”left”><folder activePageID\=”org.eclipse.jdt.ui.PackageExplorer”><page content\=”org.eclipse.ui.views.ResourceNavigator” label\=”Navigator”/><page content\=”org.eclipse.jdt.junit.ResultView” label\=””/><page content\=”org.eclipse.jdt.ui.PackageExplorer” label\=”Package Explorer”/><page content\=”org.eclipse.jdt.ui.TypeHierarchy” label\=”Hierarchy”/></folder></info><info part\=”org.eclipse.ui.externaltools.AntView” ratio\=”0.75″ relationship\=”2″ relative\=”left”/><info part\=”org.eclipse.ui.editorss” ratio\=”0.25″ relationship\=”2″ relative\=”left”/><info folder\=”true” part\=”bottom” ratio\=”0.75″ relationship\=”4″ relative\=”org.eclipse.ui.editorss”><folder activePageID\=”org.eclipse.ui.views.TaskList”><page content\=”org.eclipse.search.SearchResultView” label\=”Search”/><page content\=”org.eclipse.debug.ui.ConsoleView” label\=”Console”/><page content\=”org.eclipse.ui.views.BookmarkNavigator” label\=”Bookmarks”/><page content\=”org.eclipse.ui.views.TaskList” label\=”Tasks”/></folder></info><info part\=”org.eclipse.ui.views.ContentOutline” ratio\=”0.5″ relationship\=”4″ relative\=”left”/></mainWindow></layout><toolbarLayout actionSet\=”1″><itemSize x\=”126″ y\=”26″/><itemSize x\=”74″ y\=”26″/><itemSize x\=”116″ y\=”26″/><itemSize x\=”126″ y\=”26″/><itemSize x\=”66″ y\=”26″/><itemSize x\=”108″ y\=”26″/><wrapIndex index\=”0″/><item id\=”org.eclipse.ui.workbench.file”/><item id\=”com.genuitec.myeclipse.actions.deploytools”/><item id\=”org.eclipse.debug.ui.launchActionSet”/><item id\=”org.eclipse.jdt.ui.JavaElementCreationActionSet”/><item id\=”org.eclipse.search.searchActionSet”/><item id\=”org.eclipse.ui.workbench.navigate”/></toolbarLayout></perspective>
com.genuitec.eclipse.easie.jboss=2.7.1
org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
de.bb.bje.eclipse/tab2Space=true
com.genuitec.eclipse.easie.oracle/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.resin2/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.j2eedt.core/upgrade_020101_performed=true
com.genuitec.eclipse.easie.jboss3/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
de.bb.bje.eclipse/updateTags=true
de.bb.bje.eclipse//ebejy/html/comment.bgcolor=255,255,255
org.eclipse.jdt.ui=2.1.3
de.bb.bje.eclipse//ebejy/jsp/comment.bgcolor=255,255,255
com.genuitec.eclipse.easie.oracle9=2.7.1
com.genuitec.eclipse.ast.deploy.core/tomcat5Server.cshe.shouldBackup=false
com.genuitec.eclipse.easie.jrun/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.ast.deploy.core=2.7.1
de.bb.bje.eclipse//ebejy/error.bgcolor=255,255,255
com.genuitec.eclipse.ast.deploy.core/tomcat5Server.cshe.deployIsOverProject=false
org.eclipse.jdt.ui/hoverModifierMasks=org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.ui.JavadocHover;0;org.eclipse.jdt.ui.ProblemHover;0;org.eclipse.jdt.ui.JavaSourceHover;262144;org.eclipse.jdt.internal.debug.ui.JavaDebugHover;0;
com.genuitec.eclipse.easie.resin=2.7.1
org.eclipse.ui.workbench/resourcetypes=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<editors><info extension\=”jpage” name\=”*”><editor id\=”org.eclipse.jdt.debug.ui.SnippetEditor”/></info><info extension\=”tld” name\=”*”><editor id\=”org.xmen.ui.text.TLDTextEditor”/></info><info extension\=”fo” name\=”*”><editor id\=”org.xmen.ui.text.XMLTextEditor”/></info><info extension\=”jspf” name\=”*”><editor id\=”de.bb.bje.eclipse.editors.JspMultiPageEditor”/></info><info extension\=”properties” name\=”build”><editor id\=”org.eclipse.pde.ui.buildEditor”/></info><info extension\=”jardesc” name\=”*”><editor id\=”org.eclipse.jdt.ui.JARDescEditor”/></info><info extension\=”jsf” name\=”*”><editor id\=”de.bb.bje.eclipse.editors.JspMultiPageEditor”/></info><info extension\=”css” name\=”*”><editor id\=”net.sf.solareclipse.xml.internal.ui.text.CSSEditor”/></info><info extension\=”java” name\=”*”><editor id\=”org.eclipse.jdt.ui.CompilationUnitEditor”/></info><info extension\=”xml” name\=”feature”><editor id\=”org.eclipse.pde.ui.featureEditor”/></info><info extension\=”xsl” name\=”*”><editor id\=”org.xmen.ui.text.XMLTextEditor”/></info><info extension\=”class” name\=”*”><editor id\=”org.eclipse.jdt.ui.ClassFileEditor”/></info><info extension\=”mxsd” name\=”*”><editor id\=”org.eclipse.pde.ui.schemaEditor”/></info><info extension\=”html” name\=”*”><editor id\=”de.bb.bje.eclipse.editors.HtmlMultiPageEditor”/></info><info extension\=”exsd” name\=”*”><editor id\=”org.eclipse.pde.ui.schemaEditor”/></info><info extension\=”xml” name\=”struts-config”><editor id\=”com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor”/></info><info extension\=”xml” name\=”plugin”><editor id\=”org.eclipse.pde.ui.manifestEditor”/></info><info extension\=”htm” name\=”*”><editor id\=”de.bb.bje.eclipse.editors.HtmlMultiPageEditor”/></info><info extension\=”jsp” name\=”*”><editor id\=”de.bb.bje.eclipse.editors.JspMultiPageEditor”/></info><info extension\=”properties” name\=”*”><editor id\=”org.eclipse.jdt.ui.DefaultTextEditor”/></info><info extension\=”xml” name\=”build”><editor id\=”org.eclipse.ui.externaltools.internal.ant.editor.AntEditor”/></info><info extension\=”xml” name\=”site”><editor id\=”org.eclipse.pde.ui.siteEditor”/></info><info extension\=”txt” name\=”*”><editor id\=”org.eclipse.ui.DefaultTextEditor”/></info><info extension\=”xml” name\=”fragment”><editor id\=”org.eclipse.pde.ui.fragmentEditor”/></info><info extension\=”xml” name\=”*”><editor id\=”org.xmen.ui.text.XMLTextEditor”/><editor id\=”com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor”/></info><info extension\=”dtd” name\=”*”><editor id\=”org.xmen.multipageeditor.DTDEditor”/></info><info extension\=”xsd” name\=”*”><editor id\=”org.xmen.multipageeditor.DTDEditor”/><editor id\=”org.eclipse.pde.ui.schemaEditor”/></info></editors>
com.genuitec.eclipse.easie.tomcat5/TOMCAT_BASE=/usr/java/tomcat
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.ODBC|com.genuitec.eclipse.j2eedt.core.J2EE13_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/activation.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/javax.servlet.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/jboss-j2ee.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/jboss-jaas.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/jsse.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/jts.jar”/><classpathentry kind\=”lib” path\=”/usr/lib/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.7.1/data/libraryset/1.3/mail.jar”/></classpath>
de.bb.bje.eclipse/lfAfter=true
de.bb.bje.eclipse/currentLineColor.bgcolor=255,255,255
com.genuitec.eclipse.easie.jetty/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.weblogic/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.tomcat5/LIBRARY_PATH=”/usr/java/j2sdk1.4.2_03/bin\:/usr/java/tomcat/bin”
com.genuitec.eclipse.ast.deploy.core/tomcat5Server.cshe.type=WebDeployment
com.genuitec.eclipse.easie.orion2=2.7.1
com.genuitec.eclipse.ast.deploy.core/tomcat5Server.cshe.isExploded=true
com.genuitec.eclipse.easie.orion1=2.7.1
org.eclipse.jdt.launching=2.1.1
de.bb.bje.eclipse//ebejy/jsp/directive/attribute.bgcolor=255,255,255
de.bb.bje.eclipse/overviewRuler=false
de.bb.bje.eclipse/tabSize=4
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.ODBC|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/xsltc.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/xercesImpl.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/xalan.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/sax.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/endorsed/dom.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/rt.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/sunrsasign.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/jsse.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/jce.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/charsets.jar” rootpath\=”” sourcepath\=”/usr/java/j2sdk1.4.2_03/src.zip”/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/ext/dnsns.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/ext/ldapsec.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/ext/localedata.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”/usr/java/j2sdk1.4.2_03/jre/lib/ext/sunjce_provider.jar” rootpath\=”” sourcepath\=””/></classpath>
org.eclipse.jdt.ui/fontPropagated=true
de.bb.bje.eclipse=2.7.1
com.genuitec.eclipse.easie.jetty4/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.easie.websphere/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
org.eclipse.ui.workbench/COLOR_ICONS=true
com.genuitec.eclipse.easie.jetty5=2.7.1
com.genuitec.eclipse.easie.jetty4=2.7.1
de.bb.bje.eclipse//ebejy/jsp/directive.bgcolor=255,255,255
com.genuitec.eclipse.easie.jonas=2.7.1
org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.tabulation.char=space
com.genuitec.eclipse.ast.deploy.core/tomcat5Server.cshe.contextRoot=/cshe
com.genuitec.eclipse.easie.weblogic8=2.7.1
com.genuitec.eclipse.easie.bejy=2.7.1
com.genuitec.eclipse.easie.weblogic7=2.7.1
com.genuitec.eclipse.easie.weblogic6=2.7.1
com.genuitec.eclipse.easie.tomcat/JDK_INSTALLATION_NAME=j2sdk1.4.2_03
com.genuitec.eclipse.j2eedt.core=2.7.1—– snip ——
Riyad KallaMemberMike,
Your settings, stability and pretty much everything look all in order. You did mentioned opening a second copy of Eclipse and that’s definately a good idea to start looking at that first. I’ve corrupted a workspace with this before, I don’t know why that happens, but it did.Keep us posted with what you find.
-
AuthorPosts