mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- adding a utility method to ConfigElement to get a list of child config elements by name - using JSONObject to generate js rendition of config - adding a build script to build json.jar since json.org only distributes source - adding a preview link for form instance data to create web content summary screen - doing the full jsp2.0 thing with summary screen for create website, i have a hunch it will fix a websphere issue git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5943 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
23 lines
1.3 KiB
XML
23 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="source/java"/>
|
|
<classpathentry kind="src" path="config"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="src" path="/Repository"/>
|
|
<classpathentry kind="src" path="/Core"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/Remote API"/>
|
|
<classpathentry kind="lib" path="/3rd Party/lib/commons/commons-httpclient-3.0.jar"/>
|
|
<classpathentry kind="lib" path="/3rd Party/lib/commons/commons-jxpath-1.2.jar"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/3rd Party"/>
|
|
<classpathentry kind="lib" path="/3rd Party/lib/xercesImpl-2.8.0.jar"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/Jndi-Client"/>
|
|
<classpathentry kind="lib" path="/3rd Party/lib/bsf-2.4.0.jar"/>
|
|
<classpathentry kind="lib" path="/3rd Party/lib/fop/xmlgraphics-commons-1.0.jar"/>
|
|
<classpathentry kind="lib" path="/3rd Party/lib/fop/fop-0.92beta.jar"/>
|
|
<classpathentry kind="lib" path="/3rd Party/lib/fop/avalon-framework-4.2.0.jar"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/MBean"/>
|
|
<classpathentry kind="lib" path="/3rd Party/lib/chiba-1.3.0.jar"/>
|
|
<classpathentry kind="lib" path="/3rd Party/lib/json.jar"/>
|
|
<classpathentry kind="output" path="build/classes"/>
|
|
</classpath>
|