Show build.xml syntax highlighted
<?xml version="1.0" encoding="UTF-8"?>
<!-- WARNING: Eclipse auto-generated file.
Any modifications will be overwritten.
To include a user specific buildfile here, simply create one in the same
directory with the processing instruction <?eclipse.ant.import?>
as the first entry and export the buildfile again. -->
<project basedir="." default="build" name="Thinkcap">
<property environment="env"/>
<property name="ARIES.location" value="../ARIES"/>
<property name="ThinkcapGoogleMapsPlugin.location" value="../ThinkcapGoogleMapsPlugin"/>
<property name="ThinkcapKnowledgePortal.location" value="../ThinkcapKnowledgePortal"/>
<property name="ThinkcapUIWidgetsPlugin.location" value="../ThinkcapUIWidgetsPlugin"/>
<property name="ThinkcapUserAuthenticationPlugin.location" value="../ThinkcapUserAuthenticationPlugin"/>
<property name="ThinkcapYUIPlugin.location" value="../ThinkcapYUIPlugin"/>
<property name="ECLIPSE_HOME" value="../../Program Files/eclipse"/>
<property name="debuglevel" value="source,lines,vars"/>
<property name="target" value="1.5"/>
<property name="source" value="1.5"/>
<path id="Tomcat v5.5 runtime.libraryclasspath">
<pathelement location="../../../Program Files/Apache Software Foundation/Tomcat 5.5/common/lib/commons-el.jar"/>
<pathelement location="../../../Program Files/Apache Software Foundation/Tomcat 5.5/common/lib/jasper-compiler-jdt.jar"/>
<pathelement location="../../../Program Files/Apache Software Foundation/Tomcat 5.5/common/lib/jasper-compiler.jar"/>
<pathelement location="../../../Program Files/Apache Software Foundation/Tomcat 5.5/common/lib/jasper-runtime.jar"/>
<pathelement location="../../../Program Files/Apache Software Foundation/Tomcat 5.5/common/lib/jsp-api.jar"/>
<pathelement location="../../../Program Files/Apache Software Foundation/Tomcat 5.5/common/lib/naming-factory-dbcp.jar"/>
<pathelement location="../../../Program Files/Apache Software Foundation/Tomcat 5.5/common/lib/naming-factory.jar"/>
<pathelement location="../../../Program Files/Apache Software Foundation/Tomcat 5.5/common/lib/naming-resources.jar"/>
<pathelement location="../../../Program Files/Apache Software Foundation/Tomcat 5.5/common/lib/servlet-api.jar"/>
</path>
<path id="Web App Libraries.libraryclasspath">
<pathelement location="WebContent/WEB-INF/lib/activation.jar"/>
<pathelement location="WebContent/WEB-INF/lib/commons-collections-3.1.jar"/>
<pathelement location="WebContent/WEB-INF/lib/commons-el.jar"/>
<pathelement location="WebContent/WEB-INF/lib/commons-fileupload-1.0.jar"/>
<pathelement location="WebContent/WEB-INF/lib/icu4j.jar"/>
<pathelement location="WebContent/WEB-INF/lib/icu4j_3_4.jar"/>
<pathelement location="WebContent/WEB-INF/lib/iri.jar"/>
<pathelement location="WebContent/WEB-INF/lib/jasper-compiler-jdt.jar"/>
<pathelement location="WebContent/WEB-INF/lib/jasper-compiler.jar"/>
<pathelement location="WebContent/WEB-INF/lib/jasper-runtime.jar"/>
<pathelement location="WebContent/WEB-INF/lib/jdom-1.0.jar"/>
<pathelement location="WebContent/WEB-INF/lib/jena.jar"/>
<pathelement location="WebContent/WEB-INF/lib/thinklab.jar"/>
<pathelement location="WebContent/WEB-INF/lib/json.jar"/>
<pathelement location="WebContent/WEB-INF/lib/jsp-api.jar"/>
<pathelement location="WebContent/WEB-INF/lib/log4j-1.2.13.jar"/>
<pathelement location="WebContent/WEB-INF/lib/naming-factory-dbcp.jar"/>
<pathelement location="WebContent/WEB-INF/lib/naming-factory.jar"/>
<pathelement location="WebContent/WEB-INF/lib/naming-resources.jar"/>
<pathelement location="WebContent/WEB-INF/lib/protege-owl.jar"/>
<pathelement location="WebContent/WEB-INF/lib/protege.jar"/>
<pathelement location="WebContent/WEB-INF/lib/rdf-api-2001-01-19.jar"/>
<pathelement location="WebContent/WEB-INF/lib/servlet-api.jar"/>
<pathelement location="WebContent/WEB-INF/lib/velocity-1.5-beta2.jar"/>
<pathelement location="WebContent/WEB-INF/lib/velocity-dep-1.5-beta2.jar"/>
<pathelement location="WebContent/WEB-INF/lib/xercesImpl.jar"/>
<pathelement location="WebContent/WEB-INF/lib/xml-apis.jar"/>
<pathelement location="WebContent/WEB-INF/lib/xmlParserAPIs.jar"/>
</path>
<path id="Thinkcap.classpath">
<path refid="Tomcat v5.5 runtime.libraryclasspath"/>
<pathelement location=".deployables/Thinkcap/WEB-INF/classes"/>
<fileset dir="WebContent/WEB-INF/lib/" includes="**/*.jar"/>
</path>
<target name="init">
<mkdir dir=".deployables/Thinkcap/WEB-INF/classes"/>
<copy includeemptydirs="false" todir=".deployables/Thinkcap/WEB-INF/classes">
<fileset dir="JavaSource" excludes="**/*.launch, **/*.testsuite, **/*.deploy, **/*.location, **/*.execution, **/*.datapool, **/*.artifact, **/*.html, **/*.svg, **/*.java"/>
</copy>
</target>
<target name="clean">
<delete dir=".deployables/Thinkcap/WEB-INF/classes"/>
</target>
<target depends="clean" name="cleanall"/>
<target depends="build-subprojects,build-project" name="build"/>
<target name="build-subprojects"/>
<target depends="init" name="build-project">
<echo message="${ant.project.name}: ${ant.file}"/>
<javac debug="true" debuglevel="${debuglevel}" destdir=".deployables/Thinkcap/WEB-INF/classes" source="${source}" target="${target}">
<src path="JavaSource"/>
<classpath refid="Thinkcap.classpath"/>
</javac>
</target>
<target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects">
<ant antfile="${ARIES.location}/build.xml" inheritAll="false" target="clean"/>
<ant antfile="${ARIES.location}/build.xml" inheritAll="false" target="build">
<propertyset>
<propertyref name="build.compiler"/>
</propertyset>
</ant>
<ant antfile="${ThinkcapGoogleMapsPlugin.location}/build.xml" inheritAll="false" target="clean"/>
<ant antfile="${ThinkcapGoogleMapsPlugin.location}/build.xml" inheritAll="false" target="build">
<propertyset>
<propertyref name="build.compiler"/>
</propertyset>
</ant>
<ant antfile="${ThinkcapKnowledgePortal.location}/build.xml" inheritAll="false" target="clean"/>
<ant antfile="${ThinkcapKnowledgePortal.location}/build.xml" inheritAll="false" target="build">
<propertyset>
<propertyref name="build.compiler"/>
</propertyset>
</ant>
<ant antfile="${ThinkcapUIWidgetsPlugin.location}/build.xml" inheritAll="false" target="clean"/>
<ant antfile="${ThinkcapUIWidgetsPlugin.location}/build.xml" inheritAll="false" target="build">
<propertyset>
<propertyref name="build.compiler"/>
</propertyset>
</ant>
<ant antfile="${ThinkcapUserAuthenticationPlugin.location}/build.xml" inheritAll="false" target="clean"/>
<ant antfile="${ThinkcapUserAuthenticationPlugin.location}/build.xml" inheritAll="false" target="build">
<propertyset>
<propertyref name="build.compiler"/>
</propertyset>
</ant>
<ant antfile="${ThinkcapYUIPlugin.location}/build.xml" inheritAll="false" target="clean"/>
<ant antfile="${ThinkcapYUIPlugin.location}/build.xml" inheritAll="false" target="build">
<propertyset>
<propertyref name="build.compiler"/>
</propertyset>
</ant>
</target>
</project>
See more files for this project here
A portal to explore and edit the knowledge contained in a set of ontologies in intuitive ways. Presents a Dictionary view (a Google-like interface), a Thesaurus view (a graphical display with simplified relationships) and a full graphical Concept view.
Project homepage:
http://sourceforge.net/projects/thinkcap
Programming language(s): Java,JavaScript,XML
License: other
.externalToolBuilders/
org.eclipse.jst.j2ee.ejb.annotations.xdoclet.xdocletbuilder.launch
org.eclipse.wst.validation.validationbuilder.launch
.settings/
.component
org.eclipse.jdt.core.prefs
org.eclipse.jdt.ui.prefs
org.eclipse.jst.common.project.facet.core.prefs
org.eclipse.jst.j2ee.ejb.annotations.xdoclet.prefs
org.eclipse.ltk.core.refactoring.prefs
org.eclipse.wst.common.project.facet.core.xml
org.eclipse.wst.validation.prefs
JavaSource/
org/
integratedmodelling/
thinkcap/
basecommands/
StreamResource.java
StreamTemplate.java
ThinkcapMain.java
exceptions/
ThinkcapException.java
ThinkcapWidgetException.java
portfolio/
ThinkcapPortfolio.java
widget/
HtmlLink.java
IItemDecorator.java
IThinkcapWidget.java
IWidgetPublisher.java
ImageDecorator.java
PopupMenu.java
ThinkcapInputWidget.java
ThinkcapWidgetManager.java
PageSpecs.java
ResultContainer.java
TemplateProcessor.java
ThinkCap.java
ThinkcapAction.java
ThinkcapAnswer.java
ThinkcapCommand.java
ThinkcapManager.java
ThinkcapPlugin.java
ThinkcapSession.java
ThinkcapSessionListener.java
WebContent/
META-INF/
MANIFEST.MF
WEB-INF/
lib/
ext/
zkforge/
activation.jar
asm.jar
bsh.jar
commons-collections-3.1.jar
commons-dbcp-1.2.2.jar
commons-el.jar
commons-fileupload-1.0.jar
commons-fileupload.jar
commons-io.jar
commons-pool-1.3.jar
dojoz.jar
fckez.jar
gmapsz.jar
groovy.jar
icu4j.jar
icu4j_3_4.jar
iri.jar
jasper-compiler-jdt.jar
jasper-compiler.jar
jasper-runtime.jar
jcommon.jar
jdom-1.0.jar
jena.jar
jfreechart.jar
jruby.jar
js.jar
json.jar
json_simple.jar
jsp-api.jar
log4j-1.2.13.jar
naming-factory-dbcp.jar
naming-factory.jar
naming-resources.jar
protege-owl.jar
protege.jar
rdf-api-2001-01-19.jar
servlet-api.jar
thinklab.jar
timelinez.jar
velocity-1.5-beta2.jar
velocity-dep-1.5-beta2.jar
xercesImpl.jar
xml-apis.jar
xmlParserAPIs.jar
zcommon.jar
zhtml.jar
zk.jar
zkplus.jar
zul.jar
zweb.jar
web.xml
images/
spinner.gif
thinkcap.gif
img/
circle.png
coffee.gif
corner.gif
cubfirs.gif
folder.gif
home.gif
icon_browser.png
icon_calendar.png
icon_email.png
icon_texteditor.png
icon_update.png
icon_users.png
inet.png
sun.jpg
interface/
default/
js/
JSON.js
ontologies/
thinkcap.owl
test/
Person.zs
action.zul
anima.zul
animawin.zul
annot.zul
audio.zul
biginit.zul
biglist.zul
bigtree.zul
bookmark.zul
boxwidths.zul
bug1455584.zul
bug1553937.zul
bug1562358.zul
bug1568393.zul
bug1575048.zul
bug1593674.zul
bug1612312.zul
bug1614234.zhtml
bug1615919.zul
calendar.zul
caption.zul
changing.zul
chart.zul
clientInfo.zul
clone.zul
confirmClose.zul
ctxmenu-bug.zul
ctxmnu.zul
databindgrid.zul
desktop.zul
dojo.zul
dragabs.zul
dragdrop.zul
draglist.zul
exec.zul
exec1.zul
fckeditor.zul
focus.zul
forward.zul
gmaps.zul
grid-simple.zul
grid.zul
grid2.zul
grid3.zul
grid_error.zul
gridlive.zul
gridspans.zul
groovy.zul
groupbox.zul
html.zul
import.zul
imported.zul
include.dsp
include.zul
include2.zul
inline.zul
javascript.zul
js-scope.zul
jsp.zul
label.zul
lifecycle.zul
link.zul
list-img.zul
list.zul
list2.zul
list3.zul
listbox-custom.zul
macro.zs
macro.zul
map.zul
menu.zul
path.zul
portlet.pxp
redirectNow.zs
redirectNow.zul
ruby.zul
sample1.zul
sample2.zul
sample3.zul
sample4.zul
sample5.zul
samples.pxp
sayhi.zs
sayhi2.zs
script-eventlistener.zul
serialize.zul
showwindow.zul
simple.zul
simplest.zul
slider.zul
spacer.zul
splitter.zul
stats.zul
tabOnDemand.zul
tabbox.zul
table.zul
test.dsp
test.jsp
test.zhtml
test.zul
test2.zul
thread.zul
thread2.zul
timer.zul
travelec.zhtml
tree.zul
tree2.zul
treeOnDemand.zul
ul-style.zhtml
upload.zul
useinline.zul
usemacro.zul
visible.zul
window.zul
winmode.zul
xsd.zul
zscript.zul
type_icons/
owl_large.png
owl_small.png
.classpath
.project
.runtime
.tomcatplugin
.wtpmodules
build.xml