You can subscribe to this list here.
2008 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: <the...@li...> - 2009-10-29 03:54:59
|
Revision: 7 http://thebandwagon.svn.sourceforge.net/thebandwagon/?rev=7&view=rev Author: lanceburns Date: 2009-10-29 03:54:51 +0000 (Thu, 29 Oct 2009) Log Message: ----------- Cleaning up in preparation for actual initial code (will arrive with next commit). Updated to JazzVR 0.6 (latest unreleased build). Modified Paths: -------------- trunk/.classpath trunk/codebase/resources/dist/lib/gluegen-rt.dll trunk/codebase/resources/dist/lib/jogl.dll trunk/codebase/resources/dist/lib/jogl_awt.dll trunk/codebase/resources/dist/lib/jogl_cg.dll Added Paths: ----------- trunk/codebase/lib/jazzvr-0.6.jar trunk/codebase/resources/dist/lib/input-spacenavigator.dll Removed Paths: ------------- trunk/codebase/lib/commons-logging-1.1.jar trunk/codebase/lib/gluegen-rt.jar trunk/codebase/lib/j-ogg-oggd.jar trunk/codebase/lib/j-ogg-vorbisd.jar trunk/codebase/lib/jazz-0.5.jar trunk/codebase/lib/jfreechart-1.0.9.jar trunk/codebase/lib/jivescript-1.0.jar trunk/codebase/lib/jl1.0.jar trunk/codebase/lib/joal.jar trunk/codebase/lib/jogl.jar trunk/codebase/lib/junit-3.8.1.jar trunk/codebase/lib/log4j-1.2.13.jar trunk/codebase/lib/mp3plugin.jar trunk/codebase/lib/sanselan.jar trunk/codebase/resources/dist/lib/libgluegen-rt.jnilib trunk/codebase/resources/dist/lib/libjogl.jnilib trunk/codebase/resources/dist/lib/libjogl_awt.jnilib trunk/codebase/resources/dist/lib/libjogl_cg.jnilib trunk/codebase/resources/dist/lib/sninput.dll Modified: trunk/.classpath =================================================================== --- trunk/.classpath 2009-05-01 06:47:33 UTC (rev 6) +++ trunk/.classpath 2009-10-29 03:54:51 UTC (rev 7) @@ -2,15 +2,6 @@ <classpath> <classpathentry kind="src" path="codebase/src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="lib" path="codebase/lib/gluegen-rt.jar"/> - <classpathentry kind="lib" path="codebase/lib/jl1.0.jar"/> - <classpathentry kind="lib" path="codebase/lib/jogl.jar"/> - <classpathentry kind="lib" path="codebase/lib/mp3plugin.jar"/> - <classpathentry kind="lib" path="codebase/lib/sanselan.jar"/> - <classpathentry kind="lib" path="codebase/lib/jfreechart-1.0.9.jar"/> - <classpathentry kind="lib" path="codebase/lib/commons-logging-1.1.jar"/> - <classpathentry kind="lib" path="codebase/lib/log4j-1.2.13.jar"/> - <classpathentry kind="lib" path="codebase/lib/jivescript-1.0.jar"/> - <classpathentry kind="lib" path="codebase/lib/jazz-0.5.jar"/> + <classpathentry kind="lib" path="codebase/lib/jazzvr-0.6.jar"/> <classpathentry kind="output" path="codebase/dist"/> </classpath> Deleted: trunk/codebase/lib/commons-logging-1.1.jar =================================================================== (Binary files differ) Deleted: trunk/codebase/lib/gluegen-rt.jar =================================================================== (Binary files differ) Deleted: trunk/codebase/lib/j-ogg-oggd.jar =================================================================== (Binary files differ) Deleted: trunk/codebase/lib/j-ogg-vorbisd.jar =================================================================== (Binary files differ) Deleted: trunk/codebase/lib/jazz-0.5.jar =================================================================== (Binary files differ) Added: trunk/codebase/lib/jazzvr-0.6.jar =================================================================== (Binary files differ) Property changes on: trunk/codebase/lib/jazzvr-0.6.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Deleted: trunk/codebase/lib/jfreechart-1.0.9.jar =================================================================== (Binary files differ) Deleted: trunk/codebase/lib/jivescript-1.0.jar =================================================================== (Binary files differ) Deleted: trunk/codebase/lib/jl1.0.jar =================================================================== (Binary files differ) Deleted: trunk/codebase/lib/joal.jar =================================================================== (Binary files differ) Deleted: trunk/codebase/lib/jogl.jar =================================================================== (Binary files differ) Deleted: trunk/codebase/lib/junit-3.8.1.jar =================================================================== (Binary files differ) Deleted: trunk/codebase/lib/log4j-1.2.13.jar =================================================================== (Binary files differ) Deleted: trunk/codebase/lib/mp3plugin.jar =================================================================== (Binary files differ) Deleted: trunk/codebase/lib/sanselan.jar =================================================================== (Binary files differ) Modified: trunk/codebase/resources/dist/lib/gluegen-rt.dll =================================================================== (Binary files differ) Added: trunk/codebase/resources/dist/lib/input-spacenavigator.dll =================================================================== (Binary files differ) Property changes on: trunk/codebase/resources/dist/lib/input-spacenavigator.dll ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/codebase/resources/dist/lib/jogl.dll =================================================================== (Binary files differ) Modified: trunk/codebase/resources/dist/lib/jogl_awt.dll =================================================================== (Binary files differ) Modified: trunk/codebase/resources/dist/lib/jogl_cg.dll =================================================================== (Binary files differ) Deleted: trunk/codebase/resources/dist/lib/libgluegen-rt.jnilib =================================================================== (Binary files differ) Deleted: trunk/codebase/resources/dist/lib/libjogl.jnilib =================================================================== (Binary files differ) Deleted: trunk/codebase/resources/dist/lib/libjogl_awt.jnilib =================================================================== (Binary files differ) Deleted: trunk/codebase/resources/dist/lib/libjogl_cg.jnilib =================================================================== (Binary files differ) Deleted: trunk/codebase/resources/dist/lib/sninput.dll =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@li...> - 2009-05-01 06:47:38
|
Revision: 6 http://thebandwagon.svn.sourceforge.net/thebandwagon/?rev=6&view=rev Author: lanceburns Date: 2009-05-01 06:47:33 +0000 (Fri, 01 May 2009) Log Message: ----------- Initial import. Added Paths: ----------- branches/ tags/ trunk/ trunk/.classpath trunk/.externalToolBuilders/ trunk/.externalToolBuilders/Ant Script Builder (Unix).launch trunk/.externalToolBuilders/Ant Script Builder (Windows).launch trunk/.externalToolBuilders/Ant Script Cleaner (Unix).launch trunk/.externalToolBuilders/Ant Script Cleaner (Windows).launch trunk/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch trunk/.project trunk/.settings/ trunk/.settings/org.eclipse.jdt.ui.prefs trunk/.settings/org.eclipse.ltk.core.refactoring.prefs trunk/.settings/org.eclipse.wst.validation.prefs trunk/codebase/ trunk/codebase/LICENSE trunk/codebase/ant trunk/codebase/ant.bat trunk/codebase/bandwagon.mf trunk/codebase/bandwagonl4j.xml trunk/codebase/build.properties trunk/codebase/build.xml trunk/codebase/documentation/ trunk/codebase/etc/ trunk/codebase/lib/ trunk/codebase/lib/commons-logging-1.1.jar trunk/codebase/lib/gluegen-rt.jar trunk/codebase/lib/j-ogg-oggd.jar trunk/codebase/lib/j-ogg-vorbisd.jar trunk/codebase/lib/jazz-0.5.jar trunk/codebase/lib/jfreechart-1.0.9.jar trunk/codebase/lib/jivescript-1.0.jar trunk/codebase/lib/jl1.0.jar trunk/codebase/lib/joal.jar trunk/codebase/lib/jogl.jar trunk/codebase/lib/junit-3.8.1.jar trunk/codebase/lib/log4j-1.2.13.jar trunk/codebase/lib/mp3plugin.jar trunk/codebase/lib/sanselan.jar trunk/codebase/lib/testng/ trunk/codebase/lib/testng/5.1/ trunk/codebase/lib/testng/5.1/testng-5.1-jdk15.jar trunk/codebase/project-properties.xml trunk/codebase/resources/ trunk/codebase/resources/dist/ trunk/codebase/resources/dist/documentation/ trunk/codebase/resources/dist/etc/ trunk/codebase/resources/dist/etc/bandwagon.cfg trunk/codebase/resources/dist/lib/ trunk/codebase/resources/dist/lib/gluegen-rt.dll trunk/codebase/resources/dist/lib/joal_native.dll trunk/codebase/resources/dist/lib/jogl.dll trunk/codebase/resources/dist/lib/jogl_awt.dll trunk/codebase/resources/dist/lib/jogl_cg.dll trunk/codebase/resources/dist/lib/libgluegen-rt.jnilib trunk/codebase/resources/dist/lib/libjogl.jnilib trunk/codebase/resources/dist/lib/libjogl_awt.jnilib trunk/codebase/resources/dist/lib/libjogl_cg.jnilib trunk/codebase/resources/dist/lib/sninput.dll trunk/codebase/resources/jar/ trunk/codebase/resources/jar/etc/ trunk/codebase/resources/jar/splash.png trunk/codebase/resources/l4j/ trunk/codebase/resources/l4j/Thumbs.db trunk/codebase/resources/l4j/icon.ico trunk/codebase/resources/l4j/splash.bmp trunk/codebase/resources/test/ trunk/codebase/scripts/ trunk/codebase/scripts/run trunk/codebase/src/ trunk/codebase/src-test/ trunk/codebase/support/ trunk/codebase/support/ant-bin/ trunk/codebase/support/ant-bin/apache-ant-1.7.0/ trunk/codebase/support/ant-bin/apache-ant-1.7.0/LICENSE trunk/codebase/support/ant-bin/apache-ant-1.7.0/LICENSE.dom trunk/codebase/support/ant-bin/apache-ant-1.7.0/LICENSE.sax trunk/codebase/support/ant-bin/apache-ant-1.7.0/LICENSE.xerces trunk/codebase/support/ant-bin/apache-ant-1.7.0/NOTICE trunk/codebase/support/ant-bin/apache-ant-1.7.0/README trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/ trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/ant trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/ant.bat trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/ant.cmd trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/antRun trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/antRun.bat trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/antRun.pl trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/antenv.cmd trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/complete-ant-cmd.pl trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/envset.cmd trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/lcp.bat trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/runant.pl trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/runant.py trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/runrc.cmd trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/ trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/ant-bootstrap.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/changelog.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/coverage-frames.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/junit-frames-xalan1.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/junit-frames.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/junit-noframes.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/log.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/maudit-frames.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/mmetrics-frames.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/tagdiff.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/README trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-antlr.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-apache-bcel.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-apache-bsf.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-apache-log4j.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-apache-oro.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-apache-regexp.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-apache-resolver.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-commons-logging.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-commons-net.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-contrib.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-jai.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-javamail.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-jdepend.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-jmf.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-jsch.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-junit.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-launcher.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-netrexx.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-nodeps.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-starteam.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-stylebook.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-swing.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-testutil.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-trax.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-weblogic.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant.jar trunk/codebase/support/ant-contrib/ trunk/codebase/support/ant-contrib/one-jar-ant-task-0.96.jar trunk/codebase/support/ant-contrib/one-jar-ant-task.xml trunk/codebase/support/ant-contrib/one-jar-macro.xml Added: trunk/.classpath =================================================================== --- trunk/.classpath (rev 0) +++ trunk/.classpath 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="codebase/src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="codebase/lib/gluegen-rt.jar"/> + <classpathentry kind="lib" path="codebase/lib/jl1.0.jar"/> + <classpathentry kind="lib" path="codebase/lib/jogl.jar"/> + <classpathentry kind="lib" path="codebase/lib/mp3plugin.jar"/> + <classpathentry kind="lib" path="codebase/lib/sanselan.jar"/> + <classpathentry kind="lib" path="codebase/lib/jfreechart-1.0.9.jar"/> + <classpathentry kind="lib" path="codebase/lib/commons-logging-1.1.jar"/> + <classpathentry kind="lib" path="codebase/lib/log4j-1.2.13.jar"/> + <classpathentry kind="lib" path="codebase/lib/jivescript-1.0.jar"/> + <classpathentry kind="lib" path="codebase/lib/jazz-0.5.jar"/> + <classpathentry kind="output" path="codebase/dist"/> +</classpath> Added: trunk/.externalToolBuilders/Ant Script Builder (Unix).launch =================================================================== --- trunk/.externalToolBuilders/Ant Script Builder (Unix).launch (rev 0) +++ trunk/.externalToolBuilders/Ant Script Builder (Unix).launch 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"> +<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/Bandwagon/codebase/ant}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="sandbox"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/Bandwagon/codebase}"/> +</launchConfiguration> Added: trunk/.externalToolBuilders/Ant Script Builder (Windows).launch =================================================================== --- trunk/.externalToolBuilders/Ant Script Builder (Windows).launch (rev 0) +++ trunk/.externalToolBuilders/Ant Script Builder (Windows).launch 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"> +<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/trunk/codebase/ant.bat}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="sandbox"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/trunk/codebase}"/> +</launchConfiguration> Added: trunk/.externalToolBuilders/Ant Script Cleaner (Unix).launch =================================================================== --- trunk/.externalToolBuilders/Ant Script Cleaner (Unix).launch (rev 0) +++ trunk/.externalToolBuilders/Ant Script Cleaner (Unix).launch 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"> +<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/Bandwagon/codebase/ant}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="clean"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="clean"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/Bandwagon/codebase}"/> +</launchConfiguration> Added: trunk/.externalToolBuilders/Ant Script Cleaner (Windows).launch =================================================================== --- trunk/.externalToolBuilders/Ant Script Cleaner (Windows).launch (rev 0) +++ trunk/.externalToolBuilders/Ant Script Cleaner (Windows).launch 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"> +<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/trunk/codebase/ant.bat}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="clean"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="clean"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/trunk/codebase}"/> +</launchConfiguration> Added: trunk/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch =================================================================== --- trunk/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch (rev 0) +++ trunk/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType"> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_DISABLED_BUILDER" value="org.eclipse.jdt.core.javabuilder"/> +<mapAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +</launchConfiguration> Added: trunk/.project =================================================================== --- trunk/.project (rev 0) +++ trunk/.project 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>Bandwagon</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/Ant Script Builder (Unix).launch</value> + </dictionary> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>clean,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/Ant Script Cleaner (Unix).launch</value> + </dictionary> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/Ant Script Builder (Windows).launch</value> + </dictionary> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>clean,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/Ant Script Cleaner (Windows).launch</value> + </dictionary> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch</value> + </dictionary> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> Added: trunk/.settings/org.eclipse.jdt.ui.prefs =================================================================== --- trunk/.settings/org.eclipse.jdt.ui.prefs (rev 0) +++ trunk/.settings/org.eclipse.jdt.ui.prefs 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,3 @@ +#Wed Feb 20 16:45:50 EST 2008 +eclipse.preferences.version=1 +org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/> Added: trunk/.settings/org.eclipse.ltk.core.refactoring.prefs =================================================================== --- trunk/.settings/org.eclipse.ltk.core.refactoring.prefs (rev 0) +++ trunk/.settings/org.eclipse.ltk.core.refactoring.prefs 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,3 @@ +#Sun Feb 17 22:28:04 EST 2008 +eclipse.preferences.version=1 +org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false Added: trunk/.settings/org.eclipse.wst.validation.prefs =================================================================== --- trunk/.settings/org.eclipse.wst.validation.prefs (rev 0) +++ trunk/.settings/org.eclipse.wst.validation.prefs 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,6 @@ +#Wed Feb 20 20:41:40 EST 2008 +DELEGATES_PREFERENCE=delegateValidatorListorg.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator\=org.eclipse.wst.xsd.core.internal.validation.eclipse.Validator; +USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.wst.dtd.core.internal.validation.eclipse.Validator;org.eclipse.wst.xml.core.internal.validation.eclipse.Validator;org.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator; +USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.wst.dtd.core.internal.validation.eclipse.Validator;org.eclipse.wst.xml.core.internal.validation.eclipse.Validator;org.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator; +USER_PREFERENCE=overrideGlobalPreferencesfalse +eclipse.preferences.version=1 Added: trunk/codebase/LICENSE =================================================================== --- trunk/codebase/LICENSE (rev 0) +++ trunk/codebase/LICENSE 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,385 @@ + +COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 + + + 1. Definitions. + + 1.1. \xD2Contributor\xD3 means each individual or entity that + creates or contributes to the creation of Modifications. + + 1.2. \xD2Contributor Version\xD3 means the combination of the + Original Software, prior Modifications used by a + Contributor (if any), and the Modifications made by that + particular Contributor. + + 1.3. \xD2Covered Software\xD3 means (a) the Original Software, or + (b) Modifications, or (c) the combination of files + containing Original Software with files containing + Modifications, in each case including portions thereof. + + 1.4. \xD2Executable\xD3 means the Covered Software in any form + other than Source Code. + + 1.5. \xD2Initial Developer\xD3 means the individual or entity + that first makes Original Software available under this + License. + + 1.6. \xD2Larger Work\xD3 means a work which combines Covered + Software or portions thereof with code not governed by the + terms of this License. + + 1.7. \xD2License\xD3 means this document. + + 1.8. \xD2Licensable\xD3 means having the right to grant, to the + maximum extent possible, whether at the time of the initial + grant or subsequently acquired, any and all of the rights + conveyed herein. + + 1.9. \xD2Modifications\xD3 means the Source Code and Executable + form of any of the following: + + A. Any file that results from an addition to, + deletion from or modification of the contents of a + file containing Original Software or previous + Modifications; + + B. Any new file that contains any part of the + Original Software or previous Modification; or + + C. Any new file that is contributed or otherwise made + available under the terms of this License. + + 1.10. \xD2Original Software\xD3 means the Source Code and + Executable form of computer software code that is + originally released under this License. + + 1.11. \xD2Patent Claims\xD3 means any patent claim(s), now owned + or hereafter acquired, including without limitation, + method, process, and apparatus claims, in any patent + Licensable by grantor. + + 1.12. \xD2Source Code\xD3 means (a) the common form of computer + software code in which modifications are made and (b) + associated documentation included in or with such code. + + 1.13. \xD2You\xD3 (or \xD2Your\xD3) means an individual or a legal + entity exercising rights under, and complying with all of + the terms of, this License. For legal entities, \xD2You\xD3 + includes any entity which controls, is controlled by, or is + under common control with You. For purposes of this + definition, \xD2control\xD3 means (a) the power, direct or + indirect, to cause the direction or management of such + entity, whether by contract or otherwise, or (b) ownership + of more than fifty percent (50%) of the outstanding shares + or beneficial ownership of such entity. + + 2. License Grants. + + 2.1. The Initial Developer Grant. + + Conditioned upon Your compliance with Section 3.1 below and + subject to third party intellectual property claims, the + Initial Developer hereby grants You a world-wide, + royalty-free, non-exclusive license: + + (a) under intellectual property rights (other than + patent or trademark) Licensable by Initial Developer, + to use, reproduce, modify, display, perform, + sublicense and distribute the Original Software (or + portions thereof), with or without Modifications, + and/or as part of a Larger Work; and + + (b) under Patent Claims infringed by the making, + using or selling of Original Software, to make, have + made, use, practice, sell, and offer for sale, and/or + otherwise dispose of the Original Software (or + portions thereof). + + (c) The licenses granted in Sections 2.1(a) and (b) + are effective on the date Initial Developer first + distributes or otherwise makes the Original Software + available to a third party under the terms of this + License. + + (d) Notwithstanding Section 2.1(b) above, no patent + license is granted: (1) for code that You delete from + the Original Software, or (2) for infringements + caused by: (i) the modification of the Original + Software, or (ii) the combination of the Original + Software with other software or devices. + + 2.2. Contributor Grant. + + Conditioned upon Your compliance with Section 3.1 below and + subject to third party intellectual property claims, each + Contributor hereby grants You a world-wide, royalty-free, + non-exclusive license: + + (a) under intellectual property rights (other than + patent or trademark) Licensable by Contributor to + use, reproduce, modify, display, perform, sublicense + and distribute the Modifications created by such + Contributor (or portions thereof), either on an + unmodified basis, with other Modifications, as + Covered Software and/or as part of a Larger Work; and + + + (b) under Patent Claims infringed by the making, + using, or selling of Modifications made by that + Contributor either alone and/or in combination with + its Contributor Version (or portions of such + combination), to make, use, sell, offer for sale, + have made, and/or otherwise dispose of: (1) + Modifications made by that Contributor (or portions + thereof); and (2) the combination of Modifications + made by that Contributor with its Contributor Version + (or portions of such combination). + + (c) The licenses granted in Sections 2.2(a) and + 2.2(b) are effective on the date Contributor first + distributes or otherwise makes the Modifications + available to a third party. + + (d) Notwithstanding Section 2.2(b) above, no patent + license is granted: (1) for any code that Contributor + has deleted from the Contributor Version; (2) for + infringements caused by: (i) third party + modifications of Contributor Version, or (ii) the + combination of Modifications made by that Contributor + with other software (except as part of the + Contributor Version) or other devices; or (3) under + Patent Claims infringed by Covered Software in the + absence of Modifications made by that Contributor. + + 3. Distribution Obligations. + + 3.1. Availability of Source Code. + + Any Covered Software that You distribute or otherwise make + available in Executable form must also be made available in + Source Code form and that Source Code form must be + distributed only under the terms of this License. You must + include a copy of this License with every copy of the + Source Code form of the Covered Software You distribute or + otherwise make available. You must inform recipients of any + such Covered Software in Executable form as to how they can + obtain such Covered Software in Source Code form in a + reasonable manner on or through a medium customarily used + for software exchange. + + 3.2. Modifications. + + The Modifications that You create or to which You + contribute are governed by the terms of this License. You + represent that You believe Your Modifications are Your + original creation(s) and/or You have sufficient rights to + grant the rights conveyed by this License. + + 3.3. Required Notices. + + You must include a notice in each of Your Modifications + that identifies You as the Contributor of the Modification. + You may not remove or alter any copyright, patent or + trademark notices contained within the Covered Software, or + any notices of licensing or any descriptive text giving + attribution to any Contributor or the Initial Developer. + + 3.4. Application of Additional Terms. + + You may not offer or impose any terms on any Covered + Software in Source Code form that alters or restricts the + applicable version of this License or the recipients\xD5 + rights hereunder. You may choose to offer, and to charge a + fee for, warranty, support, indemnity or liability + obligations to one or more recipients of Covered Software. + However, you may do so only on Your own behalf, and not on + behalf of the Initial Developer or any Contributor. You + must make it absolutely clear that any such warranty, + support, indemnity or liability obligation is offered by + You alone, and You hereby agree to indemnify the Initial + Developer and every Contributor for any liability incurred + by the Initial Developer or such Contributor as a result of + warranty, support, indemnity or liability terms You offer. + + + 3.5. Distribution of Executable Versions. + + You may distribute the Executable form of the Covered + Software under the terms of this License or under the terms + of a license of Your choice, which may contain terms + different from this License, provided that You are in + compliance with the terms of this License and that the + license for the Executable form does not attempt to limit + or alter the recipient\xD5s rights in the Source Code form + from the rights set forth in this License. If You + distribute the Covered Software in Executable form under a + different license, You must make it absolutely clear that + any terms which differ from this License are offered by You + alone, not by the Initial Developer or Contributor. You + hereby agree to indemnify the Initial Developer and every + Contributor for any liability incurred by the Initial + Developer or such Contributor as a result of any such terms + You offer. + + 3.6. Larger Works. + + You may create a Larger Work by combining Covered Software + with other code not governed by the terms of this License + and distribute the Larger Work as a single product. In such + a case, You must make sure the requirements of this License + are fulfilled for the Covered Software. + + 4. Versions of the License. + + 4.1. New Versions. + + Sun Microsystems, Inc. is the initial license steward and + may publish revised and/or new versions of this License + from time to time. Each version will be given a + distinguishing version number. Except as provided in + Section 4.3, no one other than the license steward has the + right to modify this License. + + 4.2. Effect of New Versions. + + You may always continue to use, distribute or otherwise + make the Covered Software available under the terms of the + version of the License under which You originally received + the Covered Software. If the Initial Developer includes a + notice in the Original Software prohibiting it from being + distributed or otherwise made available under any + subsequent version of the License, You must distribute and + make the Covered Software available under the terms of the + version of the License under which You originally received + the Covered Software. Otherwise, You may also choose to + use, distribute or otherwise make the Covered Software + available under the terms of any subsequent version of the + License published by the license steward. + + 4.3. Modified Versions. + + When You are an Initial Developer and You want to create a + new license for Your Original Software, You may create and + use a modified version of this License if You: (a) rename + the license and remove any references to the name of the + license steward (except to note that the license differs + from this License); and (b) otherwise make it clear that + the license contains terms which differ from this License. + + + 5. DISCLAIMER OF WARRANTY. + + COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN \xD2AS IS\xD3 + BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, + INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED + SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR + PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND + PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY + COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE + INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF + ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF + WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF + ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS + DISCLAIMER. + + 6. TERMINATION. + + 6.1. This License and the rights granted hereunder will + terminate automatically if You fail to comply with terms + herein and fail to cure such breach within 30 days of + becoming aware of the breach. Provisions which, by their + nature, must remain in effect beyond the termination of + this License shall survive. + + 6.2. If You assert a patent infringement claim (excluding + declaratory judgment actions) against Initial Developer or + a Contributor (the Initial Developer or Contributor against + whom You assert such claim is referred to as \xD2Participant\xD3) + alleging that the Participant Software (meaning the + Contributor Version where the Participant is a Contributor + or the Original Software where the Participant is the + Initial Developer) directly or indirectly infringes any + patent, then any and all rights granted directly or + indirectly to You by such Participant, the Initial + Developer (if the Initial Developer is not the Participant) + and all Contributors under Sections 2.1 and/or 2.2 of this + License shall, upon 60 days notice from Participant + terminate prospectively and automatically at the expiration + of such 60 day notice period, unless if within such 60 day + period You withdraw Your claim with respect to the + Participant Software against such Participant either + unilaterally or pursuant to a written agreement with + Participant. + + 6.3. In the event of termination under Sections 6.1 or 6.2 + above, all end user licenses that have been validly granted + by You or any distributor hereunder prior to termination + (excluding licenses granted to You by any distributor) + shall survive termination. + + 7. LIMITATION OF LIABILITY. + + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE + INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF + COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE + LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR + CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT + LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK + STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL + INJURY RESULTING FROM SUCH PARTY\xD5S NEGLIGENCE TO THE EXTENT + APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO + NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR + CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT + APPLY TO YOU. + + 8. U.S. GOVERNMENT END USERS. + + The Covered Software is a \xD2commercial item,\xD3 as that term is + defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \xD2commercial + computer software\xD3 (as that term is defined at 48 C.F.R. \xA4 + 252.227-7014(a)(1)) and \xD2commercial computer software + documentation\xD3 as such terms are used in 48 C.F.R. 12.212 (Sept. + 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 + through 227.7202-4 (June 1995), all U.S. Government End Users + acquire Covered Software with only those rights set forth herein. + This U.S. Government Rights clause is in lieu of, and supersedes, + any other FAR, DFAR, or other clause or provision that addresses + Government rights in computer software under this License. + + 9. MISCELLANEOUS. + + This License represents the complete agreement concerning subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the + extent necessary to make it enforceable. This License shall be + governed by the law of the jurisdiction specified in a notice + contained within the Original Software (except to the extent + applicable law, if any, provides otherwise), excluding such + jurisdiction\xD5s conflict-of-law provisions. Any litigation + relating to this License shall be subject to the jurisdiction of + the courts located in the jurisdiction and venue specified in a + notice contained within the Original Software, with the losing + party responsible for costs, including, without limitation, court + costs and reasonable attorneys\xD5 fees and expenses. The + application of the United Nations Convention on Contracts for the + International Sale of Goods is expressly excluded. Any law or + regulation which provides that the language of a contract shall + be construed against the drafter shall not apply to this License. + You agree that You alone are responsible for compliance with the + United States export administration regulations (and the export + control laws and regulation of any other countries) when You use, + distribute or otherwise make available any Covered Software. + + 10. RESPONSIBILITY FOR CLAIMS. + + As between Initial Developer and the Contributors, each party is + responsible for claims and damages arising, directly or + indirectly, out of its utilization of rights under this License + and You agree to work with Initial Developer and Contributors to + distribute such responsibility on an equitable basis. Nothing + herein is intended or shall be deemed to constitute any admission + of liability. Added: trunk/codebase/ant =================================================================== --- trunk/codebase/ant (rev 0) +++ trunk/codebase/ant 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,9 @@ +#!/bin/sh +DEVELOPMENT_HOME=$PWD +ANT_HOME=$DEVELOPMENT_HOME/support/ant-bin/apache-ant-1.7.0 +ANT_LIB=$ANT_HOME/lib/:$DEVELOPMENT_HOME/support/ant-contrib/ + +export DEVELOPMENT_HOME ANT_HOME ANT_LIB + +$ANT_HOME/bin/ant -lib $ANT_LIB $* + Added: trunk/codebase/ant.bat =================================================================== --- trunk/codebase/ant.bat (rev 0) +++ trunk/codebase/ant.bat 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,7 @@ +@echo off + +set DEVELOPMENT_HOME=. +set ANT_HOME=%DEVELOPMENT_HOME%\support\ant-bin\apache-ant-1.7.0 +set ANT_LIB=%DEVELOPMENT_HOME%\support\ant-contrib\ + +call "%ANT_HOME%\bin\ant.bat" %* -lib %ANT_LIB% \ No newline at end of file Added: trunk/codebase/bandwagon.mf =================================================================== --- trunk/codebase/bandwagon.mf (rev 0) +++ trunk/codebase/bandwagon.mf 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,2 @@ +Main-Class: com.simontuffs.onejar.Boot +One-Jar-Main-Class: Bandwagon Added: trunk/codebase/bandwagonl4j.xml =================================================================== --- trunk/codebase/bandwagonl4j.xml (rev 0) +++ trunk/codebase/bandwagonl4j.xml 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,50 @@ +<launch4jConfig> + <dontWrapJar>false</dontWrapJar> + <headerType>gui</headerType> + <jar>dist\bandwagon-1.0\lib\bandwagon-1.0.jar</jar> + <outfile>dist\bandwagon-1.0\bin\Bandwagon.exe</outfile> + <errTitle></errTitle> + <cmdLine></cmdLine> + <chdir>..</chdir> + <priority>normal</priority> + <downloadUrl>http://java.com/download</downloadUrl> + <supportUrl></supportUrl> + <customProcName>true</customProcName> + <stayAlive>false</stayAlive> + <manifest></manifest> + <icon>resources\l4j\icon.ico</icon> + <jre> + <path></path> + <minVersion>1.5.0</minVersion> + <maxVersion></maxVersion> + <jdkPreference>preferJre</jdkPreference> + <initialHeapPercent>25</initialHeapPercent> + <maxHeapPercent>80</maxHeapPercent> + <opt>-Djava.library.path=lib -Dsun.java2d.noddraw=True</opt> + </jre> + <splash> + <file>resources\l4j\splash.bmp</file> + <waitForWindow>true</waitForWindow> + <timeout>60</timeout> + <timeoutErr>true</timeoutErr> + </splash> + <versionInfo> + <fileVersion>1.0.0.0</fileVersion> + <txtFileVersion>1.0</txtFileVersion> + <fileDescription>Bandwagon 3D Social Website Visualiser</fileDescription> + <copyright>Lance Burns</copyright> + <productVersion>1.0.0.0</productVersion> + <txtProductVersion>1.0</txtProductVersion> + <productName>Bandwagon</productName> + <companyName></companyName> + <internalName>Bandwagon</internalName> + <originalFilename>Bandwagon.exe</originalFilename> + </versionInfo> + <messages> + <startupErr>The was an internal error when launching Bandwagon!</startupErr> + <bundledJreErr>This application was configured to use a bundled Java Runtime Environment (JRE) but the runtime is missing or corrupted.</bundledJreErr> + <jreVersionErr>Bandwagon requires Java Runtime Environment (JRE) 1.5 or higher</jreVersionErr> + <launcherErr>The registry refers to a nonexistent Java Runtime Environment (JRE) installation or the runtime is corrupted.</launcherErr> + <instanceAlreadyExistsMsg>Bandwagon is already running!</instanceAlreadyExistsMsg> + </messages> +</launch4jConfig> \ No newline at end of file Added: trunk/codebase/build.properties =================================================================== --- trunk/codebase/build.properties (rev 0) +++ trunk/codebase/build.properties 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,6 @@ +# The project version +app.version=1.0 + +# The name used in zip/tar artefacts etc... +app.shortname=bandwagon + Added: trunk/codebase/build.xml =================================================================== --- trunk/codebase/build.xml (rev 0) +++ trunk/codebase/build.xml 2009-05-01 06:47:33 UTC (rev 6) @@ -0,0 +1,435 @@ +<?xml version="1.0"?> +<project name="bandwagon" default="compile"> + + <!-- =========================================================== --> + <!-- General Settings --> + <!-- =========================================================== --> + <description> + A PowerPoint-style presentation package based on Jazz using JiveScript. + </description> + + <!-- import the properties --> + <!-- this file should import project-common.xml --> + <import file="project-properties.xml"/> + + <!-- bring in the ant-contrib tasks --> + <property name="one-jar.dist.dir" value="./support/ant-contrib"/> + <import file="./support/ant-contrib/one-jar-ant-task.xml"/> + <taskdef resource="net/sf/antcontrib/antcontrib.properties"/> + + <!-- load the environment variables --> + <property environment="env"/> + <if> + <not><isset property="env.JAVA_HOME"/></not> + <then><fail message="The JAVA_HOME environment variable must be set"/></then> + </if> + + <!-- =========================================================== --> + <!-- Public Targets --> + <!-- =========================================================== --> + <target name="compile" depends="_compile" + description="Compile all the production and test source code"/> + + <target name="javadoc" depends="_javadoc" + description="Generate javadocs for all the production source code"/> + + <target name="test" depends="_test" + description="Run all the unit tests (or run a single unit test with -Dtest.name=name)"/> + + <target name="sandbox" depends="_sandbox" + description="Create a sandbox environment to test and validate in"/> + + <target name="release" depends="_release" + description="Create a complete release ready to make public"/> + + <target name="patch" depends="_patch" + description="Apply patch file specified by -Dpatch.file to source tree."/> + + <!-- =========================================================== --> + <!-- Worker Targets --> + <!-- =========================================================== --> + <target name="init"> + <echo message="Building ${ant.project.name}"/> + </target> + + <!-- delete all generated build artefacts --> + <target name="clean" description="Remove all generated build artefacts"> + <delete dir="${build.dir}"/> + <delete dir="${dist.dir}"/> + <delete dir="${javadoc.dir}"/> + + <!-- get rid of some common backup files --> + <delete> + <fileset dir="." includes="**/*.java~"/> + </delete> + <delete> + <fileset dir="." includes="**/*.bak"/> + </delete> + </target> + + <!-- =========================================================== --> + <!-- Compile Targets --> + <!-- =========================================================== --> + <target name="_compile" depends="_compile.tests"> + <echo>Source code compile over</echo> + </target> + + <!-- Print out some information and do some initialization --> + <target name="_compile.init" depends="init"> + <echo>Compiling source code...</echo> + + <!-- set up some directory structure --> + <mkdir dir="${build.dir}"/> + <mkdir dir="${build.classes.dir}"/> + + <property name="compiler.optimize" value="false"/> + <echo>JAVA VERSION: ${java.version}</echo> + <echo>debug / debug level: ${compiler.debug} / ${compiler.debuglevel}</echo> + <echo>source compat: ${compiler.source} </echo> + </target> + + <!-- Compile the production code --> + <target name="_compile.production" depends="_compile.init"> + <!-- do the compile --> + <javac destdir="${build.classes.dir}" + debug="${compiler.debug}" + debuglevel="${compiler.debuglevel}" + source="${compiler.source}" + target="${compiler.target}" + includeAntRuntime="false" + srcdir="${src.dir}"> + <classpath refid="compile.classpath"/> + <include name="**/*.java"/> + </javac> + </target> + + <!-- Compile the test code --> + <target name="_compile.tests" depends="_compile.production"> + <!-- set up the required directories --> + <mkdir dir="${test.build.dir}"/> + <mkdir dir="${test.classes.dir}"/> + + <javac destdir="${test.classes.dir}" + debug="${compiler.debug}" + debuglevel="${compiler.debuglevel}" + source="${compiler.source}" + target="${compiler.target}" + includeAntRuntime="false" + srcdir="${test.src.dir}"> + <classpath refid="test.classpath"/> + <include name="**/*.java"/> + </javac> + </target> + + <!-- =========================================================== --> + <!-- Test Targets --> + <!-- =========================================================== --> + + <target name="_test" depends="_test.check"/> + + <!-- set up some directories --> + <target name="_test.init" depends="_compile.tests"> + <echo>Starting unit testing...</echo> + + <!-- set up the directory structure --> + <mkdir dir="${test.reports.dir}"/> + </target> + + <!-- run the actual test or test suite --> + <!-- no need to specify a fork as this will ALWAYS fork --> + <target name="_test.run" depends="_test.init"> + <!-- bring in the testng task --> + <taskdef resource="testngtasks" classpath="${lib.dir}/testng/5.1/testng-5.1-jdk15.jar"/> + + <!-- Sets the verbosity level for test-ng. This will only set it if it isn't already present --> + <property name="test.level" value="1"/><!-- between 1 and 10 --> + + <!-- are we running a single test or all of them? --> + <if> + <isset property="test"/> + <then> + <!-- run a SINGLE test --> + <testng classpathref="test.classpath" + outputDir="${test.reports.dir}" + failureProperty="test.failed" + verbose="${test.level}" + haltonfailure="false" + haltonskipped="false"> + <classfileset dir="${test.classes.dir}" includes="**/${test}.class"/> + </testng> + </then> + <elseif> + <isset property="test.groups"/> + <then> + <!-- run the given GROUPS of tests --> + <testng classpathref="test.classpath" + outputDir="${test.reports.dir}" + failureProperty="test.failed" + verbose="${test.level}" + haltonfailure="false" + haltonskipped="false" + groups="${test.groups}"> + <classfileset dir="${test.classes.dir}" includes="**/*Test.class"/> + </testng> + </then> + </elseif> + <else> + <!-- run ALL the tests --> + <testng classpathref="test.classpath" + outputDir="${test.reports.dir}" + failureProperty="test.failed" + verbose="${test.level}" + haltonfailure="false" + haltonskipped="false"> + <classfileset dir="${test.classes.dir}" includes="**/*Test.class"/> + </testng> + </else> + </if> + </target> + + <!-- Potentially publish the reports of the tests --> + <target name="_test.publish" depends="_test.run"> + <!-- copy/scp/ftp test results up to a public location --> + + </target> + + <!-- Check to see if the tests succeeded or failed --> + <!-- This will be skipped if the test.nofail property is set in the properties file --> + <target name="_test.check" depends="_test.publish" unless="test.nofail"> + <!-- fail the build process if the tests failed --> + <fail if="test.failed">Unit tests failed, check log or reports for details</fail> + </target> + + <!-- =========================================================== --> + <!-- Javadoc Targets --> + <!-- =========================================================== --> + <target name="_javadoc" depends="init"> + <echo>Generating javadocs for all production source (${src.dir})</echo> + + <!-- create the directories --> + <mkdir dir="${javadoc.dir}"/> + + <!-- run javadoc --> + <javadoc author="false" + destdir="${javadoc.dir}" + packagenames="${javadoc.packages}" + sourcepath="${src.dir}" + use="true" + version="true" + breakiterator="true" + windowtitle="${javadoc.windowtitle}" + private="${javadoc.private}" + header="${javadoc.header}" + footer="${javadoc.footer}"> + <classpath refid="compile.classpath"/> + <!-- you can add as many link tags to point to external javadoc sites as you want --> + <link href="${javadoc.external}"/> + </javadoc> + </target> + + <!-- =========================================================== --> + <!-- Sandbox Targets --> + <!-- =========================================================== --> + <!-- Creates a complete working distribution of the project in a sandbox directory + for the purposes of testing. NOTE: This target is also used by the release + process to generate a complete distribution that is then archives --> + <!-- + Version 0: Common to all + -Dependant Libraries + -Configuration Files + -Execution Scripts + -License + -Documentation + + Version A: Binary Distribution + -Base: Version 0. + + Version B: Source Distribution + -Base: Version A. + -Source Code + -Custom build file for source + -Ant and ant execution scripts + --> + <target name="_sandbox" depends="_sandbox.binary"> + + <!-- ===== CREATE THE JAR FILES ===== --> + + <one-jar destfile="${dist.jarfile}" manifest="bandwagon.mf"> + <main> + <fileset dir="${build.classes.dir}"> + <include name="**/*.class"/> + </fileset> + <fileset dir="${resources.jar.dir}"> + <include name="**/*"/> + </fileset> + <fileset dir="." includes="${license.file}"/> + </main> + <lib> + <fileset file="lib/*.jar" /> + </lib> + </one-jar> + + <if> + <not><isset property="env.L4J_HOME"/></not> + <then><echo message="The L4J_HOME environment variable isn't set. Skipping Launch4J..."/></then> + <else> + <taskdef name="launch4j" classname="net.sf.launch4j.ant.Launch4jTask" classpath="${env.L4J_HOME}/launch4j.jar:${env.L4J_HOME}/lib/xstream.jar" /> + <launch4j configFile="./bandwagonl4j.xml" /> + <delete file="${dist.jarfile}"/> + </else> + </if> + </target> + + <target name="_sandbox.init" depends="compile,init"> + <!-- 1. CREATE THE REQUIRED DIRECTORIES --> + <mkdir dir="${dist.dir}"/> + <mkdir dir="${dist.sandbox.dir}"/> + + </target> + + <target name="_sandbox.binary" depends="_sandbox.init"> + <!-- 2. COPY ACROSS THE BASE SET --> + <!-- ======================= --> + <!-- 2.1 Dependant Libraries --> + <!-- ======================= --> + <mkdir dir="${dist.lib.dir}"/> + <!-- <copy todir="${dist.lib.dir}"> + <path refid="compile.classpath"/> + </copy> --> + + <!-- ======================= --> + <!-- 2.2 Configuration Files --> + <!-- ======================= --> + <mkdir dir="${dist.etc.dir}"/> + <copy todir="${dist.etc.dir}"> + <fileset dir="${etc.dir}"> + <include name="**/*"/> + <exclude name="**/devel.*"/> + </fileset> + <filterset begintoken="[" endtoken="]"> + <filter token="jarfile" value="${dist.name}.jar"/> + </filterset> + </copy> + + <!-- ===================== --> + <!-- 2.3 Execution Scripts --> + <!-- ===================== --> + <mkdir dir="${dist.bin.dir}"/> + <copy todir="${dist.bin.dir}"> + <fileset dir="${scripts.dir}"> + <include name="**/*"/> + <exclude name="**/devel.*"/> + </fileset> + <filterset begintoken="[" endtoken="]"> + <filter token="jarfile" value="${dist.name}.jar"/> + </filterset> + </copy> + + <!-- chmod them --> + <chmod dir="${dist.bin.dir}" perm="777" includes="**/*"/> + + <!-- =================== --> + <!-- 2.4 Basic Resources --> + <!-- =================== --> + <copy todir="${dist.sandbox.dir}"> + <fileset dir="${resources.dist.dir}"> + <include name="**/*"/> + </fileset> + </copy> + + <!-- ================================================= --> + <!-- 2.4 Documentation (only for release, not sandbox) --> + <!-- ================================================= --> + <!-- =========================================== --> + <!-- 2.5 License (only for release, not sandbox) --> + <!-- =========================================== --> + <if> + <isset property="build.release"/> + <then> + <!-- GENERATE JAVADOCS --> + <antcall target="javadoc"/> + + <!-- Documentation --> + <mkdir dir="${dist.documentation.dir}"/> + <copy todir="${dist.documentation.dir}"> + <fileset dir="${documentation.dir}"> + <include name="javadoc/**/*"/> + <!--<exclude name="some-unwanted-dir"/>--> + </fileset> + </copy> + + <!-- License --> + <copy todir="${dist.sandbox.dir}" file="${license.file}"/> + </then> + </if> + + </target> + + <!-- =========================================================== --> + <!-- Release Targets --> + <!-- =========================================================== --> + <!-- RUN CHECKSTYLE WITH FAIL --> + <target name="_release" depends="_release.run"> + </target> + + <target name="_release.init" depends="clean,init"> + <!-- set the "build.release" property --> + <property name="build.release" value="1.0-beta"/> + + <echo>THIS IS A RELEASE BUILD. CHECKING EVERYTHING.</echo> + </target> + + <!-- + This target should verify that we are actually ready for release by running all + the unit tests, etc... Any failure here should fail the build + --> + <target name="_release.verify" depends="test"/> + + <!-- + Do _release.init first so that it can set the "build.release" property to be used + in the sandbox process to add in stuff like javadoc generation that we need + --> + <target name="_release.run" depends="_release.init,_release.verify,_release.binary"/> + + <!-- ================ CREATE THE BINARY RELEASE ================ --> + <target name="_release.binary" depends="_sandbox"> + <echo>${app.shortname}-${app.version}-bin.tar.gz</echo> + <tar destfile="${dist.dir}/${app.shortname}-${app.version}-bin.tar.gz" + compression="gzip" + longfile="gnu"> + <tarfileset dir="${dist.dir}"> + <include name="${app.shortname}-${app.version}/**/*"/> + </tarfileset> + <tarfileset dir="${dist.dir}" mode="755"> + <include name="${app.shortname}-${app.version}/bin/**/*"/> + </tarfileset> + </tar> + + <echo>${app.shortname}-${app.version}-bin.zip</echo> + <zip destfile="${dist.dir}/${app.shortname}-${app.version}-bin.zip" + basedir="${dist.dir}" + includes="**/*" + excludes="${app.shortname}-${app.version}-bin.tar.gz"/> + </target> + + <!-- =========================================================== --> + <!-- Patch Targets --> + <!-- =========================================================== --> + <target name="_patch"> + <!-- fail unless we have the property we need --> + <fail unless="patch.file">Missing "patch.file" property. Need patch file location.</fail> + + <!-- if we get here, we have the information we need, do the patch --> + + <echo>========================================</echo> + <echo> PATCH INFORMATION </echo> + <echo>Patch File: ${patch.file}</echo> + <echo>========================================</echo> + + <!-- do the patch --> + <patch patchfile="${patch.file}"/> + + </target> + +</project> + Added: trunk/codebase/lib/commons-logging-1.1.jar =================================================================== (Binary files differ) Property changes on: trunk/codebase/lib/commons-logging-1.1.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/codebase/lib/gluegen-rt.jar =================================================================== (Binary files differ) Property changes on: trunk/codebase/lib/gluegen-rt.jar _________________... [truncated message content] |
From: <the...@li...> - 2009-05-01 02:22:48
|
Revision: 3 http://thebandwagon.svn.sourceforge.net/thebandwagon/?rev=3&view=rev Author: lanceburns Date: 2009-05-01 01:43:00 +0000 (Fri, 01 May 2009) Log Message: ----------- BALETED. This stuff is so old. Removed Paths: ------------- trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@li...> - 2009-05-01 02:22:34
|
Revision: 5 http://thebandwagon.svn.sourceforge.net/thebandwagon/?rev=5&view=rev Author: lanceburns Date: 2009-05-01 01:44:40 +0000 (Fri, 01 May 2009) Log Message: ----------- BALETED. This stuff is so old. Removed Paths: ------------- tags/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@li...> - 2009-05-01 02:22:19
|
Revision: 4 http://thebandwagon.svn.sourceforge.net/thebandwagon/?rev=4&view=rev Author: lanceburns Date: 2009-05-01 01:43:51 +0000 (Fri, 01 May 2009) Log Message: ----------- BALETED. This stuff is so old. Removed Paths: ------------- branches/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@li...> - 2008-02-22 04:59:05
|
Revision: 2 http://thebandwagon.svn.sourceforge.net/thebandwagon/?rev=2&view=rev Author: lanceburns Date: 2008-02-21 20:16:56 -0800 (Thu, 21 Feb 2008) Log Message: ----------- Moved the project up to the trunk and adjusted accordingly. Changed the lazy alpha-blending depth-sort interval to 20 frames instead of 100. It should probably be dynamic, but 20 seems a good number for now. Modified Paths: -------------- trunk/.classpath trunk/.project trunk/codebase/src/engine/graphics/Renderer.java Added Paths: ----------- trunk/.externalToolBuilders/ trunk/.externalToolBuilders/Ant Script Builder (Unix).launch trunk/.externalToolBuilders/Ant Script Builder (Windows).launch trunk/.externalToolBuilders/Ant Script Cleaner (Unix).launch trunk/.externalToolBuilders/Ant Script Cleaner (Windows).launch trunk/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch trunk/.settings/ trunk/.settings/org.eclipse.jdt.ui.prefs trunk/.settings/org.eclipse.ltk.core.refactoring.prefs trunk/.settings/org.eclipse.wst.validation.prefs Removed Paths: ------------- trunk/codebase/.classpath trunk/codebase/.externalToolBuilders/ trunk/codebase/.project trunk/codebase/.settings/ Modified: trunk/.classpath =================================================================== --- trunk/.classpath 2008-02-22 03:06:16 UTC (rev 1) +++ trunk/.classpath 2008-02-22 04:16:56 UTC (rev 2) @@ -1,11 +1,11 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="codebase/src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="lib" path="codebase/lib/gluegen-rt.jar"/> - <classpathentry kind="lib" path="codebase/lib/jl1.0.jar"/> - <classpathentry kind="lib" path="codebase/lib/jogl.jar"/> - <classpathentry kind="lib" path="codebase/lib/mp3plugin.jar"/> - <classpathentry kind="lib" path="codebase/lib/sanselan.jar"/> - <classpathentry kind="output" path="codebase/build/classes"/> -</classpath> +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="codebase/src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="codebase/lib/gluegen-rt.jar"/> + <classpathentry kind="lib" path="codebase/lib/jl1.0.jar"/> + <classpathentry kind="lib" path="codebase/lib/jogl.jar"/> + <classpathentry kind="lib" path="codebase/lib/mp3plugin.jar"/> + <classpathentry kind="lib" path="codebase/lib/sanselan.jar"/> + <classpathentry kind="output" path="codebase/dist"/> +</classpath> Added: trunk/.externalToolBuilders/Ant Script Builder (Unix).launch =================================================================== --- trunk/.externalToolBuilders/Ant Script Builder (Unix).launch (rev 0) +++ trunk/.externalToolBuilders/Ant Script Builder (Unix).launch 2008-02-22 04:16:56 UTC (rev 2) @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"> +<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/Bandwagon/codebase/ant}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="sandbox"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/Bandwagon/codebase}"/> +</launchConfiguration> Added: trunk/.externalToolBuilders/Ant Script Builder (Windows).launch =================================================================== --- trunk/.externalToolBuilders/Ant Script Builder (Windows).launch (rev 0) +++ trunk/.externalToolBuilders/Ant Script Builder (Windows).launch 2008-02-22 04:16:56 UTC (rev 2) @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"> +<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/Bandwagon/codebase/ant.bat}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="sandbox"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/Bandwagon/codebase}"/> +</launchConfiguration> Added: trunk/.externalToolBuilders/Ant Script Cleaner (Unix).launch =================================================================== --- trunk/.externalToolBuilders/Ant Script Cleaner (Unix).launch (rev 0) +++ trunk/.externalToolBuilders/Ant Script Cleaner (Unix).launch 2008-02-22 04:16:56 UTC (rev 2) @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"> +<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/Bandwagon/codebase/ant}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="clean"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="clean"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/Bandwagon/codebase}"/> +</launchConfiguration> Added: trunk/.externalToolBuilders/Ant Script Cleaner (Windows).launch =================================================================== --- trunk/.externalToolBuilders/Ant Script Cleaner (Windows).launch (rev 0) +++ trunk/.externalToolBuilders/Ant Script Cleaner (Windows).launch 2008-02-22 04:16:56 UTC (rev 2) @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"> +<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/Bandwagon/codebase/ant.bat}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="clean"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="clean"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/Bandwagon/codebase}"/> +</launchConfiguration> Added: trunk/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch =================================================================== --- trunk/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch (rev 0) +++ trunk/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch 2008-02-22 04:16:56 UTC (rev 2) @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType"> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_DISABLED_BUILDER" value="org.eclipse.jdt.core.javabuilder"/> +<mapAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +</launchConfiguration> Modified: trunk/.project =================================================================== --- trunk/.project 2008-02-22 03:06:16 UTC (rev 1) +++ trunk/.project 2008-02-22 04:16:56 UTC (rev 2) @@ -1,17 +1,62 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>bandwagon</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>Bandwagon</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/Ant Script Builder (Unix).launch</value> + </dictionary> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>clean,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/Ant Script Cleaner (Unix).launch</value> + </dictionary> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/Ant Script Builder (Windows).launch</value> + </dictionary> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>clean,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/Ant Script Cleaner (Windows).launch</value> + </dictionary> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch</value> + </dictionary> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> Added: trunk/.settings/org.eclipse.jdt.ui.prefs =================================================================== --- trunk/.settings/org.eclipse.jdt.ui.prefs (rev 0) +++ trunk/.settings/org.eclipse.jdt.ui.prefs 2008-02-22 04:16:56 UTC (rev 2) @@ -0,0 +1,3 @@ +#Wed Feb 20 16:45:50 EST 2008 +eclipse.preferences.version=1 +org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/> Added: trunk/.settings/org.eclipse.ltk.core.refactoring.prefs =================================================================== --- trunk/.settings/org.eclipse.ltk.core.refactoring.prefs (rev 0) +++ trunk/.settings/org.eclipse.ltk.core.refactoring.prefs 2008-02-22 04:16:56 UTC (rev 2) @@ -0,0 +1,3 @@ +#Sun Feb 17 22:28:04 EST 2008 +eclipse.preferences.version=1 +org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false Added: trunk/.settings/org.eclipse.wst.validation.prefs =================================================================== --- trunk/.settings/org.eclipse.wst.validation.prefs (rev 0) +++ trunk/.settings/org.eclipse.wst.validation.prefs 2008-02-22 04:16:56 UTC (rev 2) @@ -0,0 +1,6 @@ +#Wed Feb 20 20:41:40 EST 2008 +DELEGATES_PREFERENCE=delegateValidatorListorg.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator\=org.eclipse.wst.xsd.core.internal.validation.eclipse.Validator; +USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.wst.dtd.core.internal.validation.eclipse.Validator;org.eclipse.wst.xml.core.internal.validation.eclipse.Validator;org.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator; +USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.wst.dtd.core.internal.validation.eclipse.Validator;org.eclipse.wst.xml.core.internal.validation.eclipse.Validator;org.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator; +USER_PREFERENCE=overrideGlobalPreferencesfalse +eclipse.preferences.version=1 Deleted: trunk/codebase/.classpath =================================================================== --- trunk/codebase/.classpath 2008-02-22 03:06:16 UTC (rev 1) +++ trunk/codebase/.classpath 2008-02-22 04:16:56 UTC (rev 2) @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="lib" path="lib/gluegen-rt.jar"/> - <classpathentry kind="lib" path="lib/jl1.0.jar"/> - <classpathentry kind="lib" path="lib/jogl.jar"/> - <classpathentry kind="lib" path="lib/mp3plugin.jar"/> - <classpathentry kind="lib" path="lib/sanselan.jar"/> - <classpathentry kind="output" path="dist"/> -</classpath> Deleted: trunk/codebase/.project =================================================================== --- trunk/codebase/.project 2008-02-22 03:06:16 UTC (rev 1) +++ trunk/codebase/.project 2008-02-22 04:16:56 UTC (rev 2) @@ -1,62 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>codebase</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> - <triggers>full,incremental,</triggers> - <arguments> - <dictionary> - <key>LaunchConfigHandle</key> - <value><project>/.externalToolBuilders/Ant Script Builder (Unix).launch</value> - </dictionary> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> - <triggers>clean,</triggers> - <arguments> - <dictionary> - <key>LaunchConfigHandle</key> - <value><project>/.externalToolBuilders/Ant Script Cleaner (Unix).launch</value> - </dictionary> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> - <triggers>full,incremental,</triggers> - <arguments> - <dictionary> - <key>LaunchConfigHandle</key> - <value><project>/.externalToolBuilders/Ant Script Builder (Windows).launch</value> - </dictionary> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> - <triggers>clean,</triggers> - <arguments> - <dictionary> - <key>LaunchConfigHandle</key> - <value><project>/.externalToolBuilders/Ant Script Cleaner (Windows).launch</value> - </dictionary> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> - <triggers>full,incremental,</triggers> - <arguments> - <dictionary> - <key>LaunchConfigHandle</key> - <value><project>/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch</value> - </dictionary> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> Modified: trunk/codebase/src/engine/graphics/Renderer.java =================================================================== --- trunk/codebase/src/engine/graphics/Renderer.java 2008-02-22 03:06:16 UTC (rev 1) +++ trunk/codebase/src/engine/graphics/Renderer.java 2008-02-22 04:16:56 UTC (rev 2) @@ -10,7 +10,7 @@ public class Renderer implements GLEventListener { private static final int INITIAL_DEPTHSORT_ARRAY_SIZE = 16384; private static final int INCREMENT_DEPTHSORT_ARRAY_SIZE = 16384; - private final int lazyResortDelay = 100; + private final int lazyResortDelay = 20; private GLU glu = new GLU(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@li...> - 2008-02-22 03:06:10
|
Revision: 1 http://thebandwagon.svn.sourceforge.net/thebandwagon/?rev=1&view=rev Author: tpokorny Date: 2008-02-21 19:06:16 -0800 (Thu, 21 Feb 2008) Log Message: ----------- Initial commit of code that lanceburns has developed thus far Added Paths: ----------- branches/ tags/ trunk/ trunk/.classpath trunk/.project trunk/codebase/ trunk/codebase/.classpath trunk/codebase/.externalToolBuilders/ trunk/codebase/.externalToolBuilders/Ant Script Builder (Unix).launch trunk/codebase/.externalToolBuilders/Ant Script Builder (Windows).launch trunk/codebase/.externalToolBuilders/Ant Script Cleaner (Unix).launch trunk/codebase/.externalToolBuilders/Ant Script Cleaner (Windows).launch trunk/codebase/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch trunk/codebase/.project trunk/codebase/.settings/ trunk/codebase/.settings/org.eclipse.jdt.ui.prefs trunk/codebase/.settings/org.eclipse.ltk.core.refactoring.prefs trunk/codebase/.settings/org.eclipse.wst.validation.prefs trunk/codebase/LICENSE.bandwagon trunk/codebase/ant trunk/codebase/ant.bat trunk/codebase/build.properties trunk/codebase/build.xml trunk/codebase/documentation/ trunk/codebase/etc/ trunk/codebase/lib/ trunk/codebase/lib/gluegen-rt.jar trunk/codebase/lib/jl1.0.jar trunk/codebase/lib/jogl.jar trunk/codebase/lib/mp3plugin.jar trunk/codebase/lib/sanselan.jar trunk/codebase/lib/testng/ trunk/codebase/lib/testng/5.1/ trunk/codebase/lib/testng/5.1/testng-5.1-jdk15.jar trunk/codebase/project-properties.xml trunk/codebase/resources/ trunk/codebase/resources/dist/ trunk/codebase/resources/dist/data/ trunk/codebase/resources/dist/data/grass1024.png trunk/codebase/resources/dist/data/guy128.png trunk/codebase/resources/dist/data/sky.jpg trunk/codebase/resources/dist/data/water256.png trunk/codebase/resources/dist/lib/ trunk/codebase/resources/dist/lib/gluegen-rt.dll trunk/codebase/resources/dist/lib/jogl.dll trunk/codebase/resources/dist/lib/jogl_awt.dll trunk/codebase/resources/dist/lib/jogl_cg.dll trunk/codebase/resources/dist/lib/libgluegen-rt.jnilib trunk/codebase/resources/dist/lib/libjogl.jnilib trunk/codebase/resources/dist/lib/libjogl_awt.jnilib trunk/codebase/resources/dist/lib/libjogl_cg.jnilib trunk/codebase/resources/jar/ trunk/codebase/resources/jar/etc/ trunk/codebase/resources/test/ trunk/codebase/scripts/ trunk/codebase/scripts/run trunk/codebase/scripts/run.bat trunk/codebase/src/ trunk/codebase/src/Launcher.java trunk/codebase/src/bandwagon/ trunk/codebase/src/bandwagon/Character.java trunk/codebase/src/bandwagon/MainView.java trunk/codebase/src/bandwagon/MainViewInputListener.java trunk/codebase/src/bandwagon/Plebeian.java trunk/codebase/src/bandwagon/World.java trunk/codebase/src/bandwagon/data/ trunk/codebase/src/bandwagon/inputhandlers/ trunk/codebase/src/bandwagon/inputhandlers/MainViewInputHandler.java trunk/codebase/src/engine/ trunk/codebase/src/engine/audio/ trunk/codebase/src/engine/graphics/ trunk/codebase/src/engine/graphics/Billboard.java trunk/codebase/src/engine/graphics/Camera.java trunk/codebase/src/engine/graphics/Drawable.java trunk/codebase/src/engine/graphics/GLDisplay.java trunk/codebase/src/engine/graphics/GraphicalEntity.java trunk/codebase/src/engine/graphics/HeightMap.java trunk/codebase/src/engine/graphics/Material.java trunk/codebase/src/engine/graphics/Model3D.java trunk/codebase/src/engine/graphics/MultiTexturedObject3D.java trunk/codebase/src/engine/graphics/Object3D.java trunk/codebase/src/engine/graphics/Overlay.java trunk/codebase/src/engine/graphics/ParticleSystem.java trunk/codebase/src/engine/graphics/Renderer.java trunk/codebase/src/engine/graphics/SkyDome.java trunk/codebase/src/engine/graphics/Terrain.java trunk/codebase/src/engine/graphics/Texture.java trunk/codebase/src/engine/graphics/TextureLibrary.java trunk/codebase/src/engine/graphics/TexturedObject3D.java trunk/codebase/src/engine/graphics/TexturedQuad.java trunk/codebase/src/engine/graphics/util/ trunk/codebase/src/engine/graphics/util/AnimatedTickable.java trunk/codebase/src/engine/graphics/util/BitmapLoader.java trunk/codebase/src/engine/graphics/util/TextureReader.java trunk/codebase/src/engine/util/ trunk/codebase/src/engine/util/BitHelper.java trunk/codebase/src/engine/util/Clock.java trunk/codebase/src/engine/util/ExceptionHandler.java trunk/codebase/src/engine/util/LittleEndianDataInputStream.java trunk/codebase/src/engine/util/ResourceRetriever.java trunk/codebase/src/engine/util/Tickable.java trunk/codebase/src/engine/util/Vector2D.java trunk/codebase/src/engine/util/Vector3D.java trunk/codebase/src-test/ trunk/codebase/support/ trunk/codebase/support/ant-bin/ trunk/codebase/support/ant-bin/apache-ant-1.7.0/ trunk/codebase/support/ant-bin/apache-ant-1.7.0/LICENSE trunk/codebase/support/ant-bin/apache-ant-1.7.0/LICENSE.dom trunk/codebase/support/ant-bin/apache-ant-1.7.0/LICENSE.sax trunk/codebase/support/ant-bin/apache-ant-1.7.0/LICENSE.xerces trunk/codebase/support/ant-bin/apache-ant-1.7.0/NOTICE trunk/codebase/support/ant-bin/apache-ant-1.7.0/README trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/ trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/ant trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/ant.bat trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/ant.cmd trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/antRun trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/antRun.bat trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/antRun.pl trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/antenv.cmd trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/complete-ant-cmd.pl trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/envset.cmd trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/lcp.bat trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/runant.pl trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/runant.py trunk/codebase/support/ant-bin/apache-ant-1.7.0/bin/runrc.cmd trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/ trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/ant-bootstrap.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/changelog.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/coverage-frames.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/junit-frames-xalan1.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/junit-frames.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/junit-noframes.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/log.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/maudit-frames.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/mmetrics-frames.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/etc/tagdiff.xsl trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/README trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-antlr.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-apache-bcel.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-apache-bsf.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-apache-log4j.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-apache-oro.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-apache-regexp.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-apache-resolver.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-commons-logging.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-commons-net.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-contrib.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-jai.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-javamail.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-jdepend.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-jmf.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-jsch.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-junit.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-launcher.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-netrexx.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-nodeps.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-starteam.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-stylebook.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-swing.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-testutil.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-trax.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant-weblogic.jar trunk/codebase/support/ant-bin/apache-ant-1.7.0/lib/ant.jar Added: trunk/.classpath =================================================================== --- trunk/.classpath (rev 0) +++ trunk/.classpath 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="codebase/src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="codebase/lib/gluegen-rt.jar"/> + <classpathentry kind="lib" path="codebase/lib/jl1.0.jar"/> + <classpathentry kind="lib" path="codebase/lib/jogl.jar"/> + <classpathentry kind="lib" path="codebase/lib/mp3plugin.jar"/> + <classpathentry kind="lib" path="codebase/lib/sanselan.jar"/> + <classpathentry kind="output" path="codebase/build/classes"/> +</classpath> Added: trunk/.project =================================================================== --- trunk/.project (rev 0) +++ trunk/.project 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>bandwagon</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> Added: trunk/codebase/.classpath =================================================================== --- trunk/codebase/.classpath (rev 0) +++ trunk/codebase/.classpath 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="lib/gluegen-rt.jar"/> + <classpathentry kind="lib" path="lib/jl1.0.jar"/> + <classpathentry kind="lib" path="lib/jogl.jar"/> + <classpathentry kind="lib" path="lib/mp3plugin.jar"/> + <classpathentry kind="lib" path="lib/sanselan.jar"/> + <classpathentry kind="output" path="dist"/> +</classpath> Added: trunk/codebase/.externalToolBuilders/Ant Script Builder (Unix).launch =================================================================== --- trunk/codebase/.externalToolBuilders/Ant Script Builder (Unix).launch (rev 0) +++ trunk/codebase/.externalToolBuilders/Ant Script Builder (Unix).launch 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"> +<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/codebase/ant}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="sandbox"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/codebase}"/> +</launchConfiguration> Added: trunk/codebase/.externalToolBuilders/Ant Script Builder (Windows).launch =================================================================== --- trunk/codebase/.externalToolBuilders/Ant Script Builder (Windows).launch (rev 0) +++ trunk/codebase/.externalToolBuilders/Ant Script Builder (Windows).launch 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"> +<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/codebase/ant.bat}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="sandbox"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/codebase}"/> +</launchConfiguration> Added: trunk/codebase/.externalToolBuilders/Ant Script Cleaner (Unix).launch =================================================================== --- trunk/codebase/.externalToolBuilders/Ant Script Cleaner (Unix).launch (rev 0) +++ trunk/codebase/.externalToolBuilders/Ant Script Cleaner (Unix).launch 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"> +<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/codebase/ant}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="clean"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="clean"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/codebase}"/> +</launchConfiguration> Added: trunk/codebase/.externalToolBuilders/Ant Script Cleaner (Windows).launch =================================================================== --- trunk/codebase/.externalToolBuilders/Ant Script Cleaner (Windows).launch (rev 0) +++ trunk/codebase/.externalToolBuilders/Ant Script Cleaner (Windows).launch 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"> +<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/> +<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> +<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/codebase/ant.bat}"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="clean"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="clean"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/codebase}"/> +</launchConfiguration> Added: trunk/codebase/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch =================================================================== --- trunk/codebase/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch (rev 0) +++ trunk/codebase/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType"> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_DISABLED_BUILDER" value="org.eclipse.jdt.core.javabuilder"/> +<mapAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS"/> +<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> +</launchConfiguration> Added: trunk/codebase/.project =================================================================== --- trunk/codebase/.project (rev 0) +++ trunk/codebase/.project 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>codebase</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/Ant Script Builder (Unix).launch</value> + </dictionary> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>clean,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/Ant Script Cleaner (Unix).launch</value> + </dictionary> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/Ant Script Builder (Windows).launch</value> + </dictionary> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>clean,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/Ant Script Cleaner (Windows).launch</value> + </dictionary> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch</value> + </dictionary> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> Added: trunk/codebase/.settings/org.eclipse.jdt.ui.prefs =================================================================== --- trunk/codebase/.settings/org.eclipse.jdt.ui.prefs (rev 0) +++ trunk/codebase/.settings/org.eclipse.jdt.ui.prefs 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,3 @@ +#Wed Feb 20 16:45:50 EST 2008 +eclipse.preferences.version=1 +org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/> Added: trunk/codebase/.settings/org.eclipse.ltk.core.refactoring.prefs =================================================================== --- trunk/codebase/.settings/org.eclipse.ltk.core.refactoring.prefs (rev 0) +++ trunk/codebase/.settings/org.eclipse.ltk.core.refactoring.prefs 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,3 @@ +#Sun Feb 17 22:28:04 EST 2008 +eclipse.preferences.version=1 +org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false Added: trunk/codebase/.settings/org.eclipse.wst.validation.prefs =================================================================== --- trunk/codebase/.settings/org.eclipse.wst.validation.prefs (rev 0) +++ trunk/codebase/.settings/org.eclipse.wst.validation.prefs 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,6 @@ +#Wed Feb 20 20:41:40 EST 2008 +DELEGATES_PREFERENCE=delegateValidatorListorg.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator\=org.eclipse.wst.xsd.core.internal.validation.eclipse.Validator; +USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.wst.dtd.core.internal.validation.eclipse.Validator;org.eclipse.wst.xml.core.internal.validation.eclipse.Validator;org.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator; +USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.wst.dtd.core.internal.validation.eclipse.Validator;org.eclipse.wst.xml.core.internal.validation.eclipse.Validator;org.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator; +USER_PREFERENCE=overrideGlobalPreferencesfalse +eclipse.preferences.version=1 Added: trunk/codebase/LICENSE.bandwagon =================================================================== --- trunk/codebase/LICENSE.bandwagon (rev 0) +++ trunk/codebase/LICENSE.bandwagon 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,385 @@ + +COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 + + + 1. Definitions. + + 1.1. \xD2Contributor\xD3 means each individual or entity that + creates or contributes to the creation of Modifications. + + 1.2. \xD2Contributor Version\xD3 means the combination of the + Original Software, prior Modifications used by a + Contributor (if any), and the Modifications made by that + particular Contributor. + + 1.3. \xD2Covered Software\xD3 means (a) the Original Software, or + (b) Modifications, or (c) the combination of files + containing Original Software with files containing + Modifications, in each case including portions thereof. + + 1.4. \xD2Executable\xD3 means the Covered Software in any form + other than Source Code. + + 1.5. \xD2Initial Developer\xD3 means the individual or entity + that first makes Original Software available under this + License. + + 1.6. \xD2Larger Work\xD3 means a work which combines Covered + Software or portions thereof with code not governed by the + terms of this License. + + 1.7. \xD2License\xD3 means this document. + + 1.8. \xD2Licensable\xD3 means having the right to grant, to the + maximum extent possible, whether at the time of the initial + grant or subsequently acquired, any and all of the rights + conveyed herein. + + 1.9. \xD2Modifications\xD3 means the Source Code and Executable + form of any of the following: + + A. Any file that results from an addition to, + deletion from or modification of the contents of a + file containing Original Software or previous + Modifications; + + B. Any new file that contains any part of the + Original Software or previous Modification; or + + C. Any new file that is contributed or otherwise made + available under the terms of this License. + + 1.10. \xD2Original Software\xD3 means the Source Code and + Executable form of computer software code that is + originally released under this License. + + 1.11. \xD2Patent Claims\xD3 means any patent claim(s), now owned + or hereafter acquired, including without limitation, + method, process, and apparatus claims, in any patent + Licensable by grantor. + + 1.12. \xD2Source Code\xD3 means (a) the common form of computer + software code in which modifications are made and (b) + associated documentation included in or with such code. + + 1.13. \xD2You\xD3 (or \xD2Your\xD3) means an individual or a legal + entity exercising rights under, and complying with all of + the terms of, this License. For legal entities, \xD2You\xD3 + includes any entity which controls, is controlled by, or is + under common control with You. For purposes of this + definition, \xD2control\xD3 means (a) the power, direct or + indirect, to cause the direction or management of such + entity, whether by contract or otherwise, or (b) ownership + of more than fifty percent (50%) of the outstanding shares + or beneficial ownership of such entity. + + 2. License Grants. + + 2.1. The Initial Developer Grant. + + Conditioned upon Your compliance with Section 3.1 below and + subject to third party intellectual property claims, the + Initial Developer hereby grants You a world-wide, + royalty-free, non-exclusive license: + + (a) under intellectual property rights (other than + patent or trademark) Licensable by Initial Developer, + to use, reproduce, modify, display, perform, + sublicense and distribute the Original Software (or + portions thereof), with or without Modifications, + and/or as part of a Larger Work; and + + (b) under Patent Claims infringed by the making, + using or selling of Original Software, to make, have + made, use, practice, sell, and offer for sale, and/or + otherwise dispose of the Original Software (or + portions thereof). + + (c) The licenses granted in Sections 2.1(a) and (b) + are effective on the date Initial Developer first + distributes or otherwise makes the Original Software + available to a third party under the terms of this + License. + + (d) Notwithstanding Section 2.1(b) above, no patent + license is granted: (1) for code that You delete from + the Original Software, or (2) for infringements + caused by: (i) the modification of the Original + Software, or (ii) the combination of the Original + Software with other software or devices. + + 2.2. Contributor Grant. + + Conditioned upon Your compliance with Section 3.1 below and + subject to third party intellectual property claims, each + Contributor hereby grants You a world-wide, royalty-free, + non-exclusive license: + + (a) under intellectual property rights (other than + patent or trademark) Licensable by Contributor to + use, reproduce, modify, display, perform, sublicense + and distribute the Modifications created by such + Contributor (or portions thereof), either on an + unmodified basis, with other Modifications, as + Covered Software and/or as part of a Larger Work; and + + + (b) under Patent Claims infringed by the making, + using, or selling of Modifications made by that + Contributor either alone and/or in combination with + its Contributor Version (or portions of such + combination), to make, use, sell, offer for sale, + have made, and/or otherwise dispose of: (1) + Modifications made by that Contributor (or portions + thereof); and (2) the combination of Modifications + made by that Contributor with its Contributor Version + (or portions of such combination). + + (c) The licenses granted in Sections 2.2(a) and + 2.2(b) are effective on the date Contributor first + distributes or otherwise makes the Modifications + available to a third party. + + (d) Notwithstanding Section 2.2(b) above, no patent + license is granted: (1) for any code that Contributor + has deleted from the Contributor Version; (2) for + infringements caused by: (i) third party + modifications of Contributor Version, or (ii) the + combination of Modifications made by that Contributor + with other software (except as part of the + Contributor Version) or other devices; or (3) under + Patent Claims infringed by Covered Software in the + absence of Modifications made by that Contributor. + + 3. Distribution Obligations. + + 3.1. Availability of Source Code. + + Any Covered Software that You distribute or otherwise make + available in Executable form must also be made available in + Source Code form and that Source Code form must be + distributed only under the terms of this License. You must + include a copy of this License with every copy of the + Source Code form of the Covered Software You distribute or + otherwise make available. You must inform recipients of any + such Covered Software in Executable form as to how they can + obtain such Covered Software in Source Code form in a + reasonable manner on or through a medium customarily used + for software exchange. + + 3.2. Modifications. + + The Modifications that You create or to which You + contribute are governed by the terms of this License. You + represent that You believe Your Modifications are Your + original creation(s) and/or You have sufficient rights to + grant the rights conveyed by this License. + + 3.3. Required Notices. + + You must include a notice in each of Your Modifications + that identifies You as the Contributor of the Modification. + You may not remove or alter any copyright, patent or + trademark notices contained within the Covered Software, or + any notices of licensing or any descriptive text giving + attribution to any Contributor or the Initial Developer. + + 3.4. Application of Additional Terms. + + You may not offer or impose any terms on any Covered + Software in Source Code form that alters or restricts the + applicable version of this License or the recipients\xD5 + rights hereunder. You may choose to offer, and to charge a + fee for, warranty, support, indemnity or liability + obligations to one or more recipients of Covered Software. + However, you may do so only on Your own behalf, and not on + behalf of the Initial Developer or any Contributor. You + must make it absolutely clear that any such warranty, + support, indemnity or liability obligation is offered by + You alone, and You hereby agree to indemnify the Initial + Developer and every Contributor for any liability incurred + by the Initial Developer or such Contributor as a result of + warranty, support, indemnity or liability terms You offer. + + + 3.5. Distribution of Executable Versions. + + You may distribute the Executable form of the Covered + Software under the terms of this License or under the terms + of a license of Your choice, which may contain terms + different from this License, provided that You are in + compliance with the terms of this License and that the + license for the Executable form does not attempt to limit + or alter the recipient\xD5s rights in the Source Code form + from the rights set forth in this License. If You + distribute the Covered Software in Executable form under a + different license, You must make it absolutely clear that + any terms which differ from this License are offered by You + alone, not by the Initial Developer or Contributor. You + hereby agree to indemnify the Initial Developer and every + Contributor for any liability incurred by the Initial + Developer or such Contributor as a result of any such terms + You offer. + + 3.6. Larger Works. + + You may create a Larger Work by combining Covered Software + with other code not governed by the terms of this License + and distribute the Larger Work as a single product. In such + a case, You must make sure the requirements of this License + are fulfilled for the Covered Software. + + 4. Versions of the License. + + 4.1. New Versions. + + Sun Microsystems, Inc. is the initial license steward and + may publish revised and/or new versions of this License + from time to time. Each version will be given a + distinguishing version number. Except as provided in + Section 4.3, no one other than the license steward has the + right to modify this License. + + 4.2. Effect of New Versions. + + You may always continue to use, distribute or otherwise + make the Covered Software available under the terms of the + version of the License under which You originally received + the Covered Software. If the Initial Developer includes a + notice in the Original Software prohibiting it from being + distributed or otherwise made available under any + subsequent version of the License, You must distribute and + make the Covered Software available under the terms of the + version of the License under which You originally received + the Covered Software. Otherwise, You may also choose to + use, distribute or otherwise make the Covered Software + available under the terms of any subsequent version of the + License published by the license steward. + + 4.3. Modified Versions. + + When You are an Initial Developer and You want to create a + new license for Your Original Software, You may create and + use a modified version of this License if You: (a) rename + the license and remove any references to the name of the + license steward (except to note that the license differs + from this License); and (b) otherwise make it clear that + the license contains terms which differ from this License. + + + 5. DISCLAIMER OF WARRANTY. + + COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN \xD2AS IS\xD3 + BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, + INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED + SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR + PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND + PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY + COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE + INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF + ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF + WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF + ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS + DISCLAIMER. + + 6. TERMINATION. + + 6.1. This License and the rights granted hereunder will + terminate automatically if You fail to comply with terms + herein and fail to cure such breach within 30 days of + becoming aware of the breach. Provisions which, by their + nature, must remain in effect beyond the termination of + this License shall survive. + + 6.2. If You assert a patent infringement claim (excluding + declaratory judgment actions) against Initial Developer or + a Contributor (the Initial Developer or Contributor against + whom You assert such claim is referred to as \xD2Participant\xD3) + alleging that the Participant Software (meaning the + Contributor Version where the Participant is a Contributor + or the Original Software where the Participant is the + Initial Developer) directly or indirectly infringes any + patent, then any and all rights granted directly or + indirectly to You by such Participant, the Initial + Developer (if the Initial Developer is not the Participant) + and all Contributors under Sections 2.1 and/or 2.2 of this + License shall, upon 60 days notice from Participant + terminate prospectively and automatically at the expiration + of such 60 day notice period, unless if within such 60 day + period You withdraw Your claim with respect to the + Participant Software against such Participant either + unilaterally or pursuant to a written agreement with + Participant. + + 6.3. In the event of termination under Sections 6.1 or 6.2 + above, all end user licenses that have been validly granted + by You or any distributor hereunder prior to termination + (excluding licenses granted to You by any distributor) + shall survive termination. + + 7. LIMITATION OF LIABILITY. + + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE + INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF + COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE + LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR + CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT + LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK + STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL + INJURY RESULTING FROM SUCH PARTY\xD5S NEGLIGENCE TO THE EXTENT + APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO + NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR + CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT + APPLY TO YOU. + + 8. U.S. GOVERNMENT END USERS. + + The Covered Software is a \xD2commercial item,\xD3 as that term is + defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \xD2commercial + computer software\xD3 (as that term is defined at 48 C.F.R. \xA4 + 252.227-7014(a)(1)) and \xD2commercial computer software + documentation\xD3 as such terms are used in 48 C.F.R. 12.212 (Sept. + 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 + through 227.7202-4 (June 1995), all U.S. Government End Users + acquire Covered Software with only those rights set forth herein. + This U.S. Government Rights clause is in lieu of, and supersedes, + any other FAR, DFAR, or other clause or provision that addresses + Government rights in computer software under this License. + + 9. MISCELLANEOUS. + + This License represents the complete agreement concerning subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the + extent necessary to make it enforceable. This License shall be + governed by the law of the jurisdiction specified in a notice + contained within the Original Software (except to the extent + applicable law, if any, provides otherwise), excluding such + jurisdiction\xD5s conflict-of-law provisions. Any litigation + relating to this License shall be subject to the jurisdiction of + the courts located in the jurisdiction and venue specified in a + notice contained within the Original Software, with the losing + party responsible for costs, including, without limitation, court + costs and reasonable attorneys\xD5 fees and expenses. The + application of the United Nations Convention on Contracts for the + International Sale of Goods is expressly excluded. Any law or + regulation which provides that the language of a contract shall + be construed against the drafter shall not apply to this License. + You agree that You alone are responsible for compliance with the + United States export administration regulations (and the export + control laws and regulation of any other countries) when You use, + distribute or otherwise make available any Covered Software. + + 10. RESPONSIBILITY FOR CLAIMS. + + As between Initial Developer and the Contributors, each party is + responsible for claims and damages arising, directly or + indirectly, out of its utilization of rights under this License + and You agree to work with Initial Developer and Contributors to + distribute such responsibility on an equitable basis. Nothing + herein is intended or shall be deemed to constitute any admission + of liability. Added: trunk/codebase/ant =================================================================== --- trunk/codebase/ant (rev 0) +++ trunk/codebase/ant 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,9 @@ +#!/bin/sh +DEVELOPMENT_HOME=$PWD +ANT_HOME=$DEVELOPMENT_HOME/support/ant-bin/apache-ant-1.7.0 +ANT_LIB=$ANT_HOME/lib/:$DEVELOPMENT_HOME/support/ant-contrib/ + +export DEVELOPMENT_HOME ANT_HOME ANT_LIB + +$ANT_HOME/bin/ant -lib $ANT_LIB $* + Property changes on: trunk/codebase/ant ___________________________________________________________________ Name: svn:executable + Added: trunk/codebase/ant.bat =================================================================== --- trunk/codebase/ant.bat (rev 0) +++ trunk/codebase/ant.bat 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,7 @@ +@echo off + +set DEVELOPMENT_HOME=. +set ANT_HOME=%DEVELOPMENT_HOME%\support\ant-bin\apache-ant-1.7.0 +set ANT_LIB=%DEVELOPMENT_HOME%\support\ant-contrib\ + +call "%ANT_HOME%\bin\ant.bat" %* -lib %ANT_LIB% \ No newline at end of file Added: trunk/codebase/build.properties =================================================================== --- trunk/codebase/build.properties (rev 0) +++ trunk/codebase/build.properties 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,6 @@ +# The project version +app.version=0.1 + +# The name used in zip/tar artefacts etc... +app.shortname=bandwagon + Added: trunk/codebase/build.xml =================================================================== --- trunk/codebase/build.xml (rev 0) +++ trunk/codebase/build.xml 2008-02-22 03:06:16 UTC (rev 1) @@ -0,0 +1,425 @@ +<?xml version="1.0"?> +<project name="bandwagon" default="compile"> + + <!-- =========================================================== --> + <!-- General Settings --> + <!-- =========================================================== --> + <description> + A community-driven website visualiser with AI-driven data interpretation and prediction. + </description> + + <!-- import the properties --> + <!-- this file should import project-common.xml --> + <import file="project-properties.xml"/> + + <!-- bring in the ant-contrib tasks --> + <taskdef resource="net/sf/antcontrib/antcontrib.properties"/> + + <!-- =========================================================== --> + <!-- Public Targets --> + <!-- =========================================================== --> + <target name="compile" depends="_compile" + description="Compile all the production and test source code"/> + + <target name="javadoc" depends="_javadoc" + description="Generate javadocs for all the production source code"/> + + <target name="test" depends="_test" + description="Run all the unit tests (or run a single unit test with -Dtest.name=name)"/> + + <target name="sandbox" depends="_sandbox" + description="Create a sandbox environment to test and validate in"/> + + <target name="release" depends="_release" + description="Create a complete release ready to make public"/> + + <target name="patch" depends="_patch" + description="Apply patch file specified by -Dpatch.file to source tree."/> + + <!-- =========================================================== --> + <!-- Worker Targets --> + <!-- =========================================================== --> + <target name="init"> + <echo message="Building ${ant.project.name}"/> + </target> + + <!-- delete all generated build artefacts --> + <target name="clean" description="Remove all generated build artefacts"> + <delete dir="${build.dir}"/> + <delete dir="${dist.dir}"/> + <delete dir="${javadoc.dir}"/> + + <!-- get rid of some common backup files --> + <delete> + <fileset dir="." includes="**/*.java~"/> + </delete> + <delete> + <fileset dir="." includes="**/*.bak"/> + </delete> + </target> + + <!-- =========================================================== --> + <!-- Compile Targets --> + <!-- =========================================================== --> + <target name="_compile" depends="_compile.tests"> + <echo>Source code compile over</echo> + </target> + + <!-- Print out some information and do some initialization --> + <target name="_compile.init" depends="init"> + <echo>Compiling source code...</echo> + + <!-- set up some directory structure --> + <mkdir dir="${build.dir}"/> + <mkdir dir="${build.classes.dir}"/> + + <property name="compiler.optimize" value="false"/> + <echo>JAVA VERSION: ${java.version}</echo> + <echo>debug / debug level: ${compiler.debug} / ${compiler.debuglevel}</echo> + <echo>source compat: ${compiler.source} </echo> + </target> + + <!-- Compile the production code --> + <target name="_compile.production" depends="_compile.init"> + <!-- do the compile --> + <javac destdir="${build.classes.dir}" + debug="${compiler.debug}" + debuglevel="${compiler.debuglevel}" + source="${compiler.source}" + target="${compiler.target}" + includeAntRuntime="false" + srcdir="${src.dir}"> + <classpath refid="compile.classpath"/> + <include name="**/*.java"/> + </javac> + </target> + + <!-- Compile the test code --> + <target name="_compile.tests" depends="_compile.production"> + <!-- set up the required directories --> + <mkdir dir="${test.build.dir}"/> + <mkdir dir="${test.classes.dir}"/> + + <javac destdir="${test.classes.dir}" + debug="${compiler.debug}" + debuglevel="${compiler.debuglevel}" + source="${compiler.source}" + target="${compiler.target}" + includeAntRuntime="false" + srcdir="${test.src.dir}"> + <classpath refid="test.classpath"/> + <include name="**/*.java"/> + </javac> + </target> + + <!-- =========================================================== --> + <!-- Test Targets --> + <!-- =========================================================== --> + + <target name="_test" depends="_test.check"/> + + <!-- set up some directories --> + <target name="_test.init" depends="_compile.tests"> + <echo>Starting unit testing...</echo> + + <!-- set up the directory structure --> + <mkdir dir="${test.reports.dir}"/> + </target> + + <!-- run the actual test or test suite --> + <!-- no need to specify a fork as this will ALWAYS fork --> + <target name="_test.run" depends="_test.init"> + <!-- bring in the testng task --> + <taskdef resource="testngtasks" classpath="${lib.dir}/testng/5.1/testng-5.1-jdk15.jar"/> + + <!-- Sets the verbosity level for test-ng. This will only set it if it isn't already present --> + <property name="test.level" value="1"/><!-- between 1 and 10 --> + + <!-- are we running a single test or all of them? --> + <if> + <isset property="test"/> + <then> + <!-- run a SINGLE test --> + <testng classpathref="test.classpath" + outputDir="${test.reports.dir}" + failureProperty="test.failed" + verbose="${test.level}" + haltonfailure="false" + haltonskipped="false"> + <classfileset dir="${test.classes.dir}" includes="**/${test}.class"/> + </testng> + </then> + <elseif> + <isset property="test.groups"/> + <then> + <!-- run the given GROUPS of tests --> + <testng classpathref="test.classpath" + outputDir="${test.reports.dir}" + failureProperty="test.failed" + verbose="${test.level}" + haltonfailure="false" + haltonskipped="false" + groups="${test.groups}"> + <classfileset dir="${test.classes.dir}" includes="**/*Test.class"/> + </testng> + </then> + </elseif> + <else> + <!-- run ALL the tests --> + <testng classpathref="test.classpath" + outputDir="${test.reports.dir}" + failureProperty="test.failed" + verbose="${test.level}" + haltonfailure="false" + haltonskipped="false"> + <classfileset dir="${test.classes.dir}" includes="**/*Test.class"/> + </testng> + </else> + </if> + </target> + + <!-- Potentially publish the reports of the tests --> + <target name="_test.publish" depends="_test.run"> + <!-- copy/scp/ftp test results up to a public location --> + + </target> + + <!-- Check to see if the tests succeeded or failed --> + <!-- This will be skipped if the test.nofail property is set in the properties file --> + <target name="_test.check" depends="_test.publish" unless="test.nofail"> + <!-- fail the build process if the tests failed --> + <fail if="test.failed">Unit tests failed, check log or reports for details</fail> + </target> + + <!-- =========================================================== --> + <!-- Javadoc Targets --> + <!-- =========================================================== --> + <target name="_javadoc" depends="init"> + <echo>Generating javadocs for all production source (${src.dir})</echo> + + <!-- create the directories --> + <mkdir dir="${javadoc.dir}"/> + + <!-- run javadoc --> + <javadoc author="false" + destdir="${javadoc.dir}" + packagenames="${javadoc.packages}" + sourcepath="${src.dir}" + use="true" + version="true" + breakiterator="true" + windowtitle="${javadoc.windowtitle}" + private="${javadoc.private}" + header="${javadoc.header}" + footer="${javadoc.footer}"> + <classpath refid="compile.classpath"/> + <!-- you can add as many link tags to point to external javadoc sites as you want --> + <link href="${javadoc.external}"/> + </javadoc> + </target> + + <!-- =========================================================== --> + <!-- Sandbox Targets --> + <!-- =========================================================== --> + <!-- Creates a complete working distribution of the project in a sandbox directory + for the purposes of testing. NOTE: This target is also used by the release + process to generate a complete distribution that is then archives --> + <!-- + Version 0: Common to all + -Dependant Libraries + -Configuration Files + -Execution Scripts + -License + -Documentation + + Version A: Binary Distribution + -Base: Version 0. + + Version B: Source Distribution + -Base: Version A. + -Source Code + -Custom build file for source + -Ant and ant execution scripts + --> + <target name="_sandbox" depends="_sandbox.binary"> + + <!-- ===== CREATE THE JAR FILES ===== --> + <jar destfile="${dist.jarfile}"> + <fileset dir="${build.classes.dir}"> + <include name="**/*.class"/> + </fileset> + <!-- copy the resources in --> + <fileset dir="${resources.jar.dir}"> + <include name="**/*"/> + </fileset> + <!-- copy the license in --> + <fileset dir="." includes="${license.file}"/> + <!-- MANIFEST --> + <manifest> + <!-- <attribute name="index" value="false"/> --> + <attribute name="Built-By" value="${user.name}"/> + <attribute name="Main-Class" value="${app.mainclass}"/> + <attribute name="Class-Path" value=" gluegen-rt.jar jl1.0.jar jogl.jar mp3plugin.jar sanselan.jar "/> + <!-- <section name="${app.mainpackage}"> + <attribute name="Implementation-Title" value="${ant.project.name}"/> + <attribute name="Implementation-Version" value="${app.version} ${TODAY}"/> + <attribute name="Implementation-Vendor" value="littlebluefrog labs"/> + </section> --> + </manifest> + </jar> + + </target> + + <target name="_sandbox.init" depends="compile,init"> + <!-- 1. CREATE THE REQUIRED DIRECTORIES --> + <mkdir dir="${dist.dir}"/> + <mkdir dir="${dist.sandbox.dir}"/> + + </target> + + <target name="_sandbox.binary" depends="_sandbox.init"> + <!-- 2. COPY ACROSS THE BASE SET --> + <!-- ======================= --> + <!-- 2.1 Dependant Libraries --> + <!-- ======================= --> + <mkdir dir="${dist.lib.dir}"/> + <copy todir="${dist.lib.dir}"> + <path refid="compile.classpath"/> + </copy> + + <!-- ======================= --> + <!-- 2.2 Configuration Files --> + <!-- ======================= --> + <mkdir dir="${dist.etc.dir}"/> + <copy todir="${dist.etc.dir}"> + <fileset dir="${etc.dir}"> + <include name="**/*"/> + <exclude name="**/devel.*"/> + </fileset> + <filterset begintoken="[" endtoken="]"> + <filter token="jarfile" value="${dist.name}.jar"/> + </filterset> + </copy> + + <!-- ===================== --> + <!-- 2.3 Execution Scripts --> + <!-- ===================== --> + <mkdir dir="${dist.bin.dir}"/> + <copy todir="${dist.bin.dir}"> + <fileset dir="${scripts.dir}"> + <include name="**/*"/> + <exclude name="**/devel.*"/> + </fileset> + <filterset begintoken="[" endtoken="]"> + <filter token="jarfile" value="${dist.name}.jar"/> + </filterset> + </copy> + + <!-- chmod them --> + <chmod dir="${dist.bin.dir}" perm="777" includes="**/*"/> + + <!-- =================== --> + <!-- 2.4 Basic Resources --> + <!-- =================== --> + <copy todir="${dist.sandbox.dir}"> + <fileset dir="${resources.dist.dir}"> + <include name="**/*"/> + </fileset> + </copy> + + <!-- ================================================= --> + <!-- 2.4 Documentation (only for release, not sandbox) --> + <!-- ================================================= --> + <!-- =========================================== --> + <!-- 2.5 License (only for release, not sandbox) --> + <!-- =========================================== --> + <if> + <isset property="build.release"/> + <then> + <!-- GENERATE JAVADOCS --> + <antcall target="javadoc"/> + + <!-- Documentation --> + <mkdir dir="${dist.documentation.dir}"/> + <copy todir="${dist.documentation.dir}"> + <fileset dir="${documentation.dir}"> + <include name="javadoc/**/*"/> + <!--<exclude name="some-unwanted-dir"/>--> + </fileset> + </copy> + + <!-- License --> + <copy todir="${dist.sandbox.dir}" file="${license.file}"/> + </then> + </if> + + </target> + + <!-- =========================================================== --> + <!-- Release Targets --> + <!-- =========================================================== --> + <!-- RUN CHECKSTYLE WITH FAIL --> + <target name="_release" depends="_release.run"> + </target> + + <target name="_release.init" depends="clean,init"> + <!-- set the "build.release" property --> + <property name="build.release" value="1.0-beta"/> + + <echo>THIS IS A RELEASE BUILD. CHECKING EVERYTHING.</echo> + </target> + + <!-- + This target should verify that we are actually ready for release by running all + the unit tests, etc... Any failure here should fail the build + --> + <target name="_release.verify" depends="test"/> + + <!-- + Do _release.init first so that it can set the "build.release" property to be used + in the sandbox process to add in stuff like javadoc generation that we need + --> + <target name="_release.run" depends="_release.init,_release.verify,_release.binary"/> + + <!-- ================ CREATE THE BINARY RELEASE ================ --> + <target name="_release.binary" depends="_sandbox"> + <echo>${app.shortname}-${app.version}-bin.tar.gz</echo> + <tar destfile="${dist.dir}/${app.shortname}-${app.version}-bin.tar.gz" + compression="gzip" + longfile="gnu"> + <tarfileset dir="${dist.dir}"> + <include name="${app.shortname}-${app.version}/**/*"/> + </tarfileset> + <tarfileset dir="${dist.dir}" mode="755"> + <include name="${app.shortname}-${app.version}/bin/**/*"/> + </tarfileset> + </tar> + + <echo>${app.shortname}-${app.version}-bin.zip</echo> + <zip destfile="${dist.dir}/${app.shortname}-${app.version}-bin.zip" + basedir="${dist.dir}" + includes="**/*" + excludes="${app.shortname}-${app.version}-bin.tar.gz"/> + </target> + + <!-- =========================================================== --> + <!-- Patch Targets --> + <!-- =========================================================== --> + <target name="_patch"> + <!-- fail unless we have the property we need --> + <fail unless="patch.file">Missing "patch.file" property. Need patch file location.</fail> + + <!-- if we get here, we have the information we need, do the patch --> + + <echo>========================================</echo> + <echo> PATCH INFORMATION </echo> + <echo>Patch File: ${patch.file}</echo> + <echo>========================================</echo> + + <!-- do the patch --> + <patch patchfile="${patch.file}"/> + + </target> + +</project> + Added: trunk/codebase/lib/gluegen-rt.jar =================================================================== (Binary files differ) Property changes on: trunk/codebase/lib/gluegen-rt.jar ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/codebase/lib/jl1.0.jar ============================================================... [truncated message content] |