Skip to content

Commit

Permalink
NEW : ERXiss
Browse files Browse the repository at this point in the history
XML Framework
  • Loading branch information
ishimoto authored and Pascal Robert committed Jul 7, 2012
1 parent c9b59b8 commit 2f13b2a
Show file tree
Hide file tree
Showing 24 changed files with 2,304 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Frameworks/Misc/ERXiss/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="Sources/test"/>
<classpathentry kind="src" path="Sources/main"/>
<classpathentry kind="con" path="WOFramework/ERExtensions"/>
<classpathentry kind="con" path="WOFramework/ERJars"/>
<classpathentry kind="con" path="WOFramework/ERPrototypes"/>
<classpathentry kind="con" path="WOFramework/JavaWOExtensions"/>
<classpathentry kind="con" path="WOFramework/WOOgnl"/>
<classpathentry kind="con" path="WOFramework/JavaEOAccess"/>
<classpathentry kind="con" path="WOFramework/JavaEOControl"/>
<classpathentry kind="con" path="WOFramework/JavaFoundation"/>
<classpathentry kind="con" path="WOFramework/JavaJDBCAdaptor"/>
<classpathentry kind="con" path="WOFramework/JavaWebObjects"/>
<classpathentry kind="con" path="WOFramework/JavaXML"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
23 changes: 23 additions & 0 deletions Frameworks/Misc/ERXiss/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ERXiss</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.objectstyle.wolips.incrementalbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.objectstyle.wolips.incrementalframeworknature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding//Components=UTF-8
Empty file.
3 changes: 3 additions & 0 deletions Frameworks/Misc/ERXiss/Resources/Properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Properies Info
er.extensions.load.Properties.framework.ERXiss=load
er.extensions.ERXiss.hasLocalization=false
Loading

0 comments on commit 2f13b2a

Please sign in to comment.