This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overwriting the master with 2.3-gae code, but keeping the new (2.4) p…
…roject structure and build script (fixed it at various places during the process). Thus 2.3-gae has moved from sf.net SVN to GitHub, and 2.3 will soon follow. 2.4 is not canceled, but it's more efficient if I make 2.3-gae/2.3 the master, do some releases from it, then branch out 2.4, and put back those few changes that were now overwritten and were still valid. BTW, with the new build script, 2.3 is now an OSGi bundle.
- Loading branch information
Showing
106 changed files
with
8,007 additions
and
1,161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry excluding="freemarker/ext/dom/SunInternalXalanXPathSupport.java|freemarker/ext/jsp/FreeMarkerJspFactory2.java|freemarker/ext/jsp/FreeMarkerPageContext2.java" kind="src" path="src/main/java"/> | ||
<classpathentry excluding="freemarker/ext/dom/SunInternalXalanXPathSupport.java|freemarker/ext/jsp/FreeMarkerJspFactory2.java|freemarker/ext/jsp/FreeMarkerPageContext1.java|freemarker/ext/jsp/FreeMarkerPageContext2.java|freemarker/ext/jython/Jython20And21VersionAdapter.java|freemarker/ext/jython/Jython22VersionAdapter.java" kind="src" path="src/main/java"/> | ||
<classpathentry kind="src" path="src/main/resources"/> | ||
<classpathentry kind="src" path="src/test/java"/> | ||
<classpathentry kind="src" path="src/test/resources"/> | ||
<classpathentry kind="src" path="build/generated-sources/java"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> | ||
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xml&confs=IDE&ivySettingsPath=project%3A%2F%2F%2Fivysettings.xml"/> | ||
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=FreeMarker-master&ivyXmlPath=ivy.xml&confs=IDE&ivySettingsPath=%24%7Bworkspace_loc%3AFreeMarker-master%2Fivysettings.xml%7D&loadSettingsOnDemand=false&propertyFiles="/> | ||
<classpathentry kind="output" path=".bin/"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Should point to the rt.jar of J2SE 1.5. | ||
# You may comment this property out, but for releases it should be set, | ||
# so J2SE 1.5 incompatibilities will cause compilation-time errors. | ||
boot.classpath=C:/Program Files (x86)/Java/jdk1.5.0_16/jre/lib/rt.jar | ||
# Copy this file to "build.properties" before editing! | ||
# These propeties should point to the rt.jar-s of the respective J2SE versions: | ||
boot.classpath.j2se1.2=C:/Program Files (x86)/Java/jdk1.2.2/jre/lib/rt.jar | ||
boot.classpath.j2se1.4=C:/Program Files (x86)/Java/jdk1.4.0/jre/lib/rt.jar | ||
boot.classpath.j2se1.5=C:/Program Files (x86)/Java/jdk1.5.0_16/jre/lib/rt.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.