Commit Graph

238 Commits

Author SHA1 Message Date
Mark Struberg 85556cb9ea OPENJPA-2576 remove @nonjava which is actually not a javadoc tag
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1671792 13f79535-47bb-0310-9956-ffa450edef68
2015-04-07 10:37:14 +00:00
Mark Struberg f1ad383f4f remove empty @return javadocs
just caused javadoc warnings...


git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1671694 13f79535-47bb-0310-9956-ffa450edef68
2015-04-06 20:57:11 +00:00
Mark Struberg 08035c10ef OPENJPA-2200 remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1536637 13f79535-47bb-0310-9956-ffa450edef68
2013-10-29 10:11:46 +00:00
Mark Struberg 70f1188d19 release preparation upgrade trunk to 2.4.0-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1535565 13f79535-47bb-0310-9956-ffa450edef68
2013-10-24 21:39:43 +00:00
Richard G. Curtis d4b693e4e8 OPENJPA-2418 : Fix checkstyle to run with maven 3.x.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1511367 13f79535-47bb-0310-9956-ffa450edef68
2013-08-07 15:46:38 +00:00
Richard G. Curtis 5b3fea7cd4 OPENJPA-2410 : Yet another checkstyle change.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1505786 13f79535-47bb-0310-9956-ffa450edef68
2013-07-22 20:08:30 +00:00
Richard G. Curtis 0019221544 OPENJPA-2410 : Yet another checkstyle update. Should fix nix issues.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1505051 13f79535-47bb-0310-9956-ffa450edef68
2013-07-19 22:10:10 +00:00
Richard G. Curtis 503e48e8cd OPENJPA-2410 : Yet another checkstyle update.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1504984 13f79535-47bb-0310-9956-ffa450edef68
2013-07-19 19:57:28 +00:00
Albert Lee 0d1b15220d OPENJPA-2371 - move gallery examples from main to test folder
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1475984 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 22:07:33 +00:00
Kevin W. Sutter 2e996c9918 OPENJPA-2172. Remove the dependency on the slf4j runtime bundle from openjpa-all.jar. Also, modified the persistence.xml files for the OpenBooks sample to set the Validation-Mode to None (since it's not being used). This way, we can avoid the dependency altogether. This also required the update to the persistence.xml files to point at the JPA 2.0 xsd files.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1468108 13f79535-47bb-0310-9956-ffa450edef68
2013-04-15 15:06:16 +00:00
Kevin W. Sutter 0c4b201e8f OPENJPA-2189. Build script updates to allow OpenBooks to run on Liberty Profile in WebSphere. Also, some general updates to the OpenBooks application to correct missing links, pics, and formatting issues.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1336408 13f79535-47bb-0310-9956-ffa450edef68
2012-05-09 21:18:06 +00:00
Kevin W. Sutter 8ac15ebf93 OPENJPA-2172. openjpa-all/pom.xml updates for slf4j-simple (runtime). Also, updated openbooks properties files to correspond to the version of openjpa being built.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1325902 13f79535-47bb-0310-9956-ffa450edef68
2012-04-13 19:01:59 +00:00
Albert Lee ca7918e88c OPENJPA-2154 Fix path to load security policy file for test-dynamic-enhancer profile.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1299561 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 05:02:37 +00:00
Albert Lee 408d8b4463 Update pom.xml version to 2.3.0-SNAPSHOTS in trunk after 2.2.0 is released.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1291435 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20 20:37:05 +00:00
Albert Lee 4d1e1bc8df [maven-release-plugin] prepare release 2.2.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1244808 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16 00:30:29 +00:00
Mark Struberg 3beb74571a switch back trunk to 2.2.0-SNAPSHOT
we wil restart the 2.2.x after a few important fixes on trunk


git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1230495 13f79535-47bb-0310-9956-ffa450edef68
2012-01-12 11:28:50 +00:00
Mark Struberg 6289157f9c release preparation. Move trunk to 2.3.0-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1229557 13f79535-47bb-0310-9956-ffa450edef68
2012-01-10 14:29:08 +00:00
Donald Woods 4bf8225bfa OPENJPA-2085 Additional updates for move to Derby 10.8.2.2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1220520 13f79535-47bb-0310-9956-ffa450edef68
2011-12-18 19:37:46 +00:00
Albert Lee 10a09897a6 OPENJPA-2089 Need depending packages to avoid ClassNotDefineException of classes in bval.jsr303.impl.* and slf4j.simple.*.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1214572 13f79535-47bb-0310-9956-ffa450edef68
2011-12-15 00:07:18 +00:00
Dianne E. Richards 050092efc6 OPENJPA-2077 Change pom references of org-codehaus-mojo openjpa-maven-plugin to org-apache-openjpa openjpa-maven-plugin
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1205077 13f79535-47bb-0310-9956-ffa450edef68
2011-11-22 16:51:37 +00:00
Michael Dick c053d371d3 Exclude antruntime when building samples
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1152362 13f79535-47bb-0310-9956-ffa450edef68
2011-07-29 20:10:24 +00:00
Kevin W. Sutter 511fbec886 Minor update to find the code in the right place...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1133403 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08 13:56:03 +00:00
Jody Grassel 64bd51ea04 OPENJPA-1996: OpenJPA Samples fail on MacOS X
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1101989 13f79535-47bb-0310-9956-ffa450edef68
2011-05-11 17:24:01 +00:00
Kevin W. Sutter 8464dc4d1d Another minor comment update in the ImageValidator sample...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1084294 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22 18:46:49 +00:00
Kevin W. Sutter 78198b67e7 OPENJPA-1945. Okay, we're going to try this again. This time with Pinaki's approval (previous comment in JIRA). Removing "Copyright 2010 Pinaki Poddar" statements from the OpenBooks sample code.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1073452 13f79535-47bb-0310-9956-ffa450edef68
2011-02-22 18:48:06 +00:00
Kevin W. Sutter 3261c1f185 OPENJPA-1945. Oops. According to this url [1], only the owner of the Copyright is allowed to remove them from the source code and put them into the appropriate Notices file. I have sent an e-mail to Pinaki explaining my faux pas and asking him to follow up on the process.
[1]  http://www.apache.org/legal/src-headers.html#header-existingcopyright


git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1073379 13f79535-47bb-0310-9956-ffa450edef68
2011-02-22 16:14:18 +00:00
Kevin W. Sutter 3d5e01bb1e OPENJPA-1945. Removing "Copyright 2010 Pinaki Poddar" statements from the OpenBooks sample code.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1073360 13f79535-47bb-0310-9956-ffa450edef68
2011-02-22 15:11:31 +00:00
Kevin W. Sutter cf4a80047e OPENJPA-1945. Updating persistence.xml file to be at version 2.0.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1072048 13f79535-47bb-0310-9956-ffa450edef68
2011-02-18 16:30:36 +00:00
Kevin W. Sutter eaad779a33 OPENJPA-1945. Updating configuration files (.properties and .xml) to make the sample easier to use "out of the box", especially for the JSE environment.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1072039 13f79535-47bb-0310-9956-ffa450edef68
2011-02-18 16:19:04 +00:00
Jeremy Bauer 5c92fc502a Remove extraneous TX commit in test variation
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1066316 13f79535-47bb-0310-9956-ffa450edef68
2011-02-02 03:09:56 +00:00
Pinaki Poddar 0a658af10a OPENJPA-1859: Relocate JEST demo on trunk
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1044446 13f79535-47bb-0310-9956-ffa450edef68
2010-12-10 17:10:50 +00:00
Pinaki Poddar e0d8733623 Change default target for openbooks jee build
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1044142 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09 22:06:53 +00:00
Michael Dick 2cc69063aa [maven-release-plugin] prepare release 2.1.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1040584 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30 15:30:48 +00:00
Michael Dick 3bf5a1a252 [maven-release-plugin] prepare branch 2.1.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1040582 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30 15:31:53 +00:00
Michael Dick 9377aa5ce5 minor formatting for openbooks pom.xml
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1040578 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30 15:26:25 +00:00
Donald Woods ae8f5ff8c6 fix pom parents to be openjpa-examples
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1029683 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 14:41:26 +00:00
Donald Woods b0af48eb8f don't build javadocs for examples
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1023904 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 17:03:19 +00:00
Michael Dick dd903f6244 remove unmappable character from PathFinder.java
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1022986 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15 16:02:10 +00:00
Donald Woods fce1fe0972 add missing license header
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1002795 13f79535-47bb-0310-9956-ffa450edef68
2010-09-29 18:10:54 +00:00
Pinaki Poddar fb7a54909d Adding an example of query target policy. A service URI support. And comments
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1002780 13f79535-47bb-0310-9956-ffa450edef68
2010-09-29 17:40:31 +00:00
Pinaki Poddar 238beccbfd Delete redundant classes
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@992533 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04 04:20:16 +00:00
Pinaki Poddar 4d6fd5d806 Checkstyle corrections. Change MatchWindow Layout
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@989825 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 17:05:37 +00:00
Michael Dick 35b6da3dfe Add ASL headers
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@988708 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 20:25:48 +00:00
Pinaki Poddar 44dd974dfc Add initial resources
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@988663 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 18:57:11 +00:00
Pinaki Poddar f39b149d51 Add initial resources
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@988662 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 18:55:13 +00:00
Pinaki Poddar f45f6d57a0 Add ASL header
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@988660 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 18:50:56 +00:00
Pinaki Poddar 4f23e96e09 Add ASL header
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@988659 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 18:50:11 +00:00
Pinaki Poddar e0882d7cc0 First version of OpenTrader
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@988644 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 18:11:25 +00:00
Donald Woods 560afb7df4 OPENJPA-1712 Merge in build updates from 2.0.x branch
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@987238 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19 17:31:55 +00:00
Donald Woods 98563ecfdf OPENJPA-1712 Move common test-java5 profile to the parent pom
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@986085 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16 18:17:15 +00:00
Donald Woods 021e8a498e OPENJPA-1754 Include Apache BVal and spec api in openjpa-all and binary assembly to complete the JPA 2.0 picture
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@985350 13f79535-47bb-0310-9956-ffa450edef68
2010-08-13 20:33:50 +00:00
Jeremy Bauer 268658f782 OPENJPA-1681 Remove Java 1.6 dependency and add deps required to run jUnits on Java 1.5
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@985007 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12 22:00:38 +00:00
Jeremy Bauer 3265c84105 OPENJPA-1681 Work around quirky Java 1.5 compiler issue that occurs when enum values are specified within default array values in an annotation definition.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@984980 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12 21:16:42 +00:00
Donald Woods aec11be5f1 OPENJPA-1712 more build and pom cleanup
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@983973 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10 12:54:23 +00:00
Donald Woods a4db0cb1ca OPENJPA-1751 update checkstyle config ref to use {project.basedir} to fix build issue with IBM SDK 6 on Linux
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@981587 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 16:29:22 +00:00
Donald Woods 4c38d185f4 force Derby DB creation to target directory
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@981586 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 16:27:30 +00:00
Donald Woods 8f06f9a08b OPENJPA-1751 Have to fork any javac usage for maven-antrun-plugin to work on Linux
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@980894 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 17:35:52 +00:00
Donald Woods 899b56b418 OPENJPA-1751 Update assembly inclusion of simple examples and update simple build with new root path
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@980798 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 14:07:27 +00:00
Donald Woods 800899841f OPENJPA-1751 Move existing samples to a simple module, so we can include image-gallery and openbooks in the maven builds
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@980779 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 13:12:06 +00:00
Donald Woods a7cadff1fa OPENJPA-1751 Allow OpenBooks to be built and packaged via Maven (reuses ANT scripts.)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@980549 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29 19:34:56 +00:00
Donald Woods 64181e58ad OPENJPA-1724 Allow MappingTool to generate SQL files in a different encoding than the local JVM
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@964921 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 19:38:27 +00:00
Pinaki Poddar 84c7dde7e6 Add missing source
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@959003 13f79535-47bb-0310-9956-ffa450edef68
2010-06-29 15:03:52 +00:00
Jeremy Bauer f5639bb801 Fixed context root for secure WAS install
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@957253 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23 15:43:42 +00:00
Donald Woods cbe90d792b use released Apache Bean Valdiation 0.1-incubating artifacts. Move some common dependency versions to parent POM.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@956672 13f79535-47bb-0310-9956-ffa450edef68
2010-06-21 19:12:34 +00:00
Donald Woods e8dbbfd63f add missing ASL 2.0 headers
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@951489 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 16:48:33 +00:00
Donald Woods 4647f308c6 delete duplicate file that differs on in capitalization, which breaks svn update on Mac/Linux
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@951479 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 16:30:28 +00:00
Pinaki Poddar 8db65104cf Image management
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@951465 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 15:57:26 +00:00
Pinaki Poddar c3563ec823 Image management
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@951464 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 15:56:10 +00:00
Pinaki Poddar 7b14267281 image management
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@951463 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 15:53:16 +00:00
Pinaki Poddar 4937150c9a image management
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@951460 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 15:51:54 +00:00
Pinaki Poddar 969693edff image management
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@951459 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 15:50:43 +00:00
Pinaki Poddar e919a8fa01 image management
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@951458 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04 15:49:41 +00:00
Jeremy Bauer 6bdb269a8b Base source for JPA Bean Validation example
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@951071 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 17:07:17 +00:00
Pinaki Poddar 632639bb62 Add images
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@950979 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 12:41:13 +00:00
Pinaki Poddar df01babdcf detect logged in user
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@950978 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 12:33:16 +00:00
Pinaki Poddar a89c57d229 Adjust image locations
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@950977 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 12:31:46 +00:00
Pinaki Poddar 05b75b3f68 Adjust image locations
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@950976 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03 12:31:38 +00:00
Pinaki Poddar e4679218b1 Remove extraneous file
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@950737 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 19:46:39 +00:00
Pinaki Poddar 35b54a0118 Add images
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@950736 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 19:46:12 +00:00
Pinaki Poddar 27d8c3f0c2 delete images
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@950679 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 17:29:54 +00:00
Pinaki Poddar b0b6df541c delete images
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@950676 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 17:24:45 +00:00
Pinaki Poddar 4399114e70 Add graphic buttons in war package
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@948927 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27 17:43:28 +00:00
Pinaki Poddar 176c4262aa Graphic buttons
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@948926 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27 17:42:34 +00:00
Pinaki Poddar dbd0734d68 JSP Page cosmetic changes: tables with known column width, Graphic buttons
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@948925 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27 17:41:43 +00:00
Donald Woods 2789f6252b add missing license headers
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@948842 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27 14:07:17 +00:00
Pinaki Poddar a20f7008ba add parser generator to build script
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@948608 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 21:50:26 +00:00
Pinaki Poddar c185bb5f63 new code link image
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@948606 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 21:49:53 +00:00
Pinaki Poddar 8271556d97 Add explain panel, code browsing support/linkage
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@948605 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 21:47:02 +00:00
Pinaki Poddar c6fd84d3d0 remove font size control
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@948602 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 21:44:21 +00:00
Pinaki Poddar e4162075cf Add comment anchor for more directed code browsing
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@948601 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 21:43:54 +00:00
Pinaki Poddar 549daababf update slides
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@948544 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26 19:19:27 +00:00
Jeremy Bauer 73ef496168 Added basic build, install, and config support for WebSphere Application Server to OpenBooks
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@948207 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 21:12:08 +00:00
Pinaki Poddar 157d126fd3 Add new configuration for demo itself such as root of viewable source code
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@947924 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 05:32:48 +00:00
Pinaki Poddar 150374648b Add an anchor for testiung HTML code
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@947922 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 05:32:04 +00:00
Pinaki Poddar 6019e8aeab Update buikd scripts with new HTML code browsing facility
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@947920 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 05:27:19 +00:00
Pinaki Poddar 0c4ff041cd Improve upon Source Code browsing
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@947918 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 05:24:34 +00:00
Pinaki Poddar 3c513a0222 Use correct printf format
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@947917 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 05:21:05 +00:00
Pinaki Poddar 4647e2df8f Remove extra import
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@947914 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 04:37:05 +00:00
Pinaki Poddar 893198dec4 Improve error handling and reporting
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@947913 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 04:36:26 +00:00
Pinaki Poddar e0db67ee48 Add a Java2HTML conversion facility that we can tweak
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@947912 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 04:28:30 +00:00