[jboss-cvs] jboss-seam/examples/wiki ...
Christian Bauer
christian at hibernate.org
Thu May 3 10:10:48 EDT 2007
User: cbauer
Date: 07/05/03 10:10:48
Modified: examples/wiki Wiki.ipr Wiki.iml build.xml Wiki.iws
Added: examples/wiki LICENSES.txt
Log:
Resizable text editor area with jQuery
Revision Changes Path
1.9 +1 -1 jboss-seam/examples/wiki/Wiki.ipr
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Wiki.ipr
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/Wiki.ipr,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- Wiki.ipr 27 Apr 2007 10:33:23 -0000 1.8
+++ Wiki.ipr 3 May 2007 14:10:48 -0000 1.9
@@ -11,9 +11,9 @@
<property name="profile" value="dev" />
</properties>
<executeOn event="afterCompilation" target="hotdeploy" />
+ <executeOn event="beforeRun" target="configuretests" runConfigurationType="TestNG" runConfigurationName="" />
<executeOn event="beforeRun" target="configuretests" runConfigurationType="TestNG" runConfigurationName="AllTests" />
<executeOn event="beforeRun" target="configuretests" runConfigurationType="TestNG" runConfigurationName="Unnamed" />
- <executeOn event="beforeRun" target="configuretests" runConfigurationType="TestNG" runConfigurationName="" />
<executeOn event="beforeRun" target="configuretests" runConfigurationType="TestNG" runConfigurationName="LoginTest" />
</buildFile>
</component>
1.8 +0 -14 jboss-seam/examples/wiki/Wiki.iml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Wiki.iml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/Wiki.iml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- Wiki.iml 27 Apr 2007 10:33:23 -0000 1.7
+++ Wiki.iml 3 May 2007 14:10:48 -0000 1.8
@@ -269,15 +269,6 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/../../lib/javax.servlet.jsp.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
<root url="jar://$MODULE_DIR$/../../lib/commons-digester-1.6.jar!/" />
</CLASSES>
<JAVADOC />
@@ -859,11 +850,6 @@
<url>jar://$MODULE_DIR$/../../lib/itext-2.0.1.jar!/</url>
</containerElement>
<containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>" />
- <url>jar://$MODULE_DIR$/../../lib/javax.servlet.jsp.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
<attribute name="method" value="1" />
<attribute name="URI" value="/WEB-INF/lib/jboss-aop-jdk50.jar" />
<url>jar://$MODULE_DIR$/../../lib/jboss-aop-jdk50.jar!/</url>
1.23 +1 -7 jboss-seam/examples/wiki/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- build.xml 27 Apr 2007 10:33:23 -0000 1.22
+++ build.xml 3 May 2007 14:10:48 -0000 1.23
@@ -133,7 +133,7 @@
<classpath refid="build.classpath"/>
</taskdef>
- <instrument verbose="true">
+ <instrument verbose="false">
<fileset dir="${classes.dir}/org/jboss/seam/wiki/core/model">
<include name="*.class"/>
</fileset>
@@ -203,11 +203,6 @@
<copy todir="${exploded.war.dir}/WEB-INF/lib">
<fileset dir="${local.lib.dir}">
<exclude name="hibernate-tools*"/>
- <!--
- <exclude name="ejb3*"/>
- <exclude name="jboss*"/>
- <exclude name="ehcache*"/>
- -->
</fileset>
</copy>
@@ -275,7 +270,6 @@
<target name="deploy" depends="explodewar"
description="Deploy datasource and exploded WAR to JBoss AS">
<fail unless="jboss.home">jboss.home not set</fail>
- <echo>Make sure you use JBoss AS 4.2 CR2 and upgrade the Hibernate JARs!</echo>
<!-- ######## Datasoure ######## -->
<copy todir="${deploy.dir}">
1.11 +177 -178 jboss-seam/examples/wiki/Wiki.iws
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Wiki.iws
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/Wiki.iws,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- Wiki.iws 27 Apr 2007 10:33:23 -0000 1.10
+++ Wiki.iws 3 May 2007 14:10:48 -0000 1.11
@@ -20,37 +20,33 @@
<component name="ChangeListManager">
<list default="true" name="Default" comment="">
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Wiki.ipr" afterPath="$PROJECT_DIR$/Wiki.ipr" />
- <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/src/etc/ehcache.xml" />
- <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/view/plugins/blogDirectory/allEntries.xhtml" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/etc/WEB-INF/components.xml" afterPath="$PROJECT_DIR$/src/etc/WEB-INF/components.xml" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/model/Document.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/model/Document.java" />
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/view/includes/searchControl.xhtml" afterPath="$PROJECT_DIR$/view/includes/searchControl.xhtml" />
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/view/themes/default/template.xhtml" afterPath="$PROJECT_DIR$/view/themes/default/template.xhtml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Wiki.iml" afterPath="$PROJECT_DIR$/Wiki.iml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/build.xml" afterPath="$PROJECT_DIR$/build.xml" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/etc/META-INF/persistence-prod-war.xml" afterPath="$PROJECT_DIR$/src/etc/META-INF/persistence-prod-war.xml" />
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/view/themes/default/css/template.css" afterPath="$PROJECT_DIR$/view/themes/default/css/template.css" />
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/etc/ehcache.xml" afterPath="$PROJECT_DIR$/src/etc/ehcache.xml" />
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/etc/import-dev.sql" afterPath="$PROJECT_DIR$/src/etc/import-dev.sql" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/LICENSES.txt" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/etc/META-INF/persistence-dev-war.xml" afterPath="$PROJECT_DIR$/src/etc/META-INF/persistence-dev-war.xml" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/dao/WikiNodeFactory.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/dao/WikiNodeFactory.java" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/view/themes/default/js/jquery.js" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/src/etc/META-INF/j4j.taglib.xml" />
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/view/docDisplay.xhtml" afterPath="$PROJECT_DIR$/view/docDisplay.xhtml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Wiki.iws" afterPath="$PROJECT_DIR$/Wiki.iws" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/model/Node.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/model/Node.java" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/view/themes/default/js/interface.js" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/dao/NodeDAO.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/dao/NodeDAO.java" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/dao/FeedDAO.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/dao/FeedDAO.java" />
- <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/ehcache-1.3.0-beta.jar" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/engine/DefaultWikiLinkResolver.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/engine/DefaultWikiLinkResolver.java" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/NodeBrowser.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/NodeBrowser.java" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/Menu.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/Menu.java" />
- <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/view/plugins/blogDirectory/recentEntries.xhtml" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/model/File.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/model/File.java" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/etc/wiki-prod-ds.xml" afterPath="$PROJECT_DIR$/src/etc/wiki-prod-ds.xml" />
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/etc/import-prod.sql" afterPath="$PROJECT_DIR$/src/etc/import-prod.sql" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/view/themes/default/img/icon.textareasize.gif" />
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/NodeSearch.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/NodeSearch.java" />
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/view/includes/attachmentDisplay.xhtml" afterPath="$PROJECT_DIR$/view/includes/attachmentDisplay.xhtml" />
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/view/docEdit.xhtml" afterPath="$PROJECT_DIR$/view/docEdit.xhtml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/etc/import-test.sql" afterPath="$PROJECT_DIR$/src/etc/import-test.sql" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/etc/wiki-dev-ds.xml" afterPath="$PROJECT_DIR$/src/etc/wiki-dev-ds.xml" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/DocumentHome.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/DocumentHome.java" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/CommentHome.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/CommentHome.java" />
- <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/util/MonitoringEHCacheProvider.java" />
- <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/view/plugins/blogDirectory/entryPages.xml" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/WikiInit.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/WikiInit.java" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/README.txt" afterPath="$PROJECT_DIR$/README.txt" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/model/Directory.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/model/Directory.java" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/preferences/WikiPreferenceProvider.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/preferences/WikiPreferenceProvider.java" />
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/prefs/DocumentEditorPreferences.java" afterPath="$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/prefs/DocumentEditorPreferences.java" />
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/etc/WEB-INF/pages.xml" afterPath="$PROJECT_DIR$/src/etc/WEB-INF/pages.xml" />
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/j4j.jar" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/etc/META-INF/persistence-test-war.xml" afterPath="$PROJECT_DIR$/src/etc/META-INF/persistence-test-war.xml" />
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/view/plugins/blogDirectory/entryPages.xhtml" afterPath="$PROJECT_DIR$/view/plugins/blogDirectory/entryPages.xhtml" />
</list>
</component>
<component name="ChangeListSynchronizer" />
@@ -223,44 +219,7 @@
</subPane>
</component>
<component name="FileEditorManager">
- <leaf>
- <file leaf-file-name="README.txt" pinned="false" current="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/README.txt">
- <provider selected="true" editor-type-id="text-editor">
- <state line="17" column="0" selection-start="573" selection-end="573" vertical-scroll-proportion="0.15968208">
- <folding />
- </state>
- </provider>
- </entry>
- </file>
- <file leaf-file-name="persistence-prod-war.xml" pinned="false" current="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/src/etc/META-INF/persistence-prod-war.xml">
- <provider selected="true" editor-type-id="text-editor">
- <state line="38" column="0" selection-start="2344" selection-end="2344" vertical-scroll-proportion="0.35693642">
- <folding />
- </state>
- </provider>
- </entry>
- </file>
- <file leaf-file-name="wiki-dev-ds.xml" pinned="false" current="true" current-in-tab="true">
- <entry file="file://$PROJECT_DIR$/src/etc/wiki-dev-ds.xml">
- <provider selected="true" editor-type-id="text-editor">
- <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
- <folding />
- </state>
- </provider>
- </entry>
- </file>
- <file leaf-file-name="wiki-prod-ds.xml" pinned="false" current="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/src/etc/wiki-prod-ds.xml">
- <provider selected="true" editor-type-id="text-editor">
- <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
- <folding />
- </state>
- </provider>
- </entry>
- </file>
- </leaf>
+ <leaf />
</component>
<component name="FindManager">
<FindUsagesManager>
@@ -471,6 +430,36 @@
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
+ <option name="myItemId" value="PsiDirectory:$PROJECT_DIR$/view/themes/default/js" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ </PATH>
+ <PATH>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="Wiki.ipr" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="Wiki" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="PsiDirectory:$PROJECT_DIR$" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="PsiDirectory:$PROJECT_DIR$/view" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="PsiDirectory:$PROJECT_DIR$/view/themes" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
+ <option name="myItemId" value="PsiDirectory:$PROJECT_DIR$/view/themes/default" />
+ <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+ </PATH_ELEMENT>
+ <PATH_ELEMENT>
<option name="myItemId" value="PsiDirectory:$PROJECT_DIR$/view/themes/default/css" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
@@ -1134,7 +1123,7 @@
<showLibraryContents />
<hideEmptyPackages ProjectPane="true" />
<abbreviatePackageNames />
- <showStructure ProjectPane="false" PackagesPane="false" Scope="false" Favorites="false" />
+ <showStructure Scope="false" ProjectPane="false" PackagesPane="false" Favorites="false" />
<autoscrollToSource />
<autoscrollFromSource />
<sortByType />
@@ -1146,8 +1135,8 @@
<property name="cvs_file_history_treeWidth0" value="351" />
<property name="cvs_file_history_treeOrder4" value="4" />
<property name="cvs_file_history_flatWidth2" value="351" />
- <property name="cvs_file_history_flatOrder4" value="4" />
<property name="TEMP_MODULE_EXPLODED_DIR_FOR_Wiki" value="/private/tmp/webExplodedDir22512tmp" />
+ <property name="cvs_file_history_flatOrder4" value="4" />
<property name="cvs_file_history_treeOrder1" value="1" />
<property name="Web Module Deployment Descriptor Default Version" value="2.4" />
<property name="GoToFile.includeJavaFiles" value="false" />
@@ -1165,18 +1154,18 @@
<property name="cvs_file_history_treeOrder5" value="5" />
<property name="RunManagerConfig.showSettingsBeforeRunnig" value="false" />
<property name="MemberChooser.sorted" value="false" />
- <property name="cvs_file_history_flatWidth6" value="350" />
<property name="RunManagerConfig.compileBeforeRunning" value="true" />
+ <property name="cvs_file_history_flatWidth6" value="350" />
<property name="cvs_file_history_flatOrder0" value="0" />
- <property name="cvs_file_history_treeOrder3" value="3" />
<property name="cvs_file_history_treeWidth4" value="350" />
+ <property name="cvs_file_history_treeOrder3" value="3" />
<property name="cvs_file_history_treeWidth6" value="350" />
<property name="cvs_file_history_flatOrder5" value="5" />
<property name="cvs_file_history_flatWidth5" value="351" />
- <property name="cvs_file_history_treeOrder2" value="2" />
<property name="cvs_file_history_treeWidth3" value="351" />
- <property name="JBoss Web Module Deployment Descriptor Default Version" value="4.0" />
+ <property name="cvs_file_history_treeOrder2" value="2" />
<property name="cvs_file_history_treeWidth5" value="351" />
+ <property name="JBoss Web Module Deployment Descriptor Default Version" value="4.0" />
<property name="cvs_file_history_flatOrder6" value="6" />
<property name="cvs_file_history_flatWidth0" value="351" />
<property name="cvs_file_history_flatWidth3" value="351" />
@@ -1202,7 +1191,7 @@
</key>
</component>
<component name="RestoreUpdateTree">
- <UpdateInfo date="4/27/07 12:30 PM" ActionInfo="Chec_k Status">
+ <UpdateInfo date="5/3/07 3:43 PM" ActionInfo="Chec_k Status">
<UpdatedFiles>
<FILE-GROUP>
<option name="myUpdateName" value="Updated from server" />
@@ -1245,30 +1234,28 @@
<option name="mySupportsDeletion" value="false" />
<option name="myCanBeAbsent" value="false" />
<option name="myId" value="MODIFIED" />
- <PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/model/Directory.java</PATH>
- <PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/engine/DefaultWikiLinkResolver.java</PATH>
+ <PATH>$PROJECT_DIR$/view/docEdit.xhtml</PATH>
+ <PATH>$PROJECT_DIR$/src/etc/ehcache.xml</PATH>
+ <PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/prefs/DocumentEditorPreferences.java</PATH>
<PATH>$PROJECT_DIR$/src/etc/META-INF/persistence-dev-war.xml</PATH>
- <PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/dao/WikiNodeFactory.java</PATH>
- <PATH>$PROJECT_DIR$/src/etc/wiki-dev-ds.xml</PATH>
- <PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/preferences/WikiPreferenceProvider.java</PATH>
+ <PATH>$PROJECT_DIR$/view/plugins/blogDirectory/entryPages.xhtml</PATH>
<PATH>$PROJECT_DIR$/Wiki.iws</PATH>
- <PATH>$PROJECT_DIR$/src/etc/wiki-prod-ds.xml</PATH>
<PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/model/Node.java</PATH>
+ <PATH>$PROJECT_DIR$/src/etc/WEB-INF/pages.xml</PATH>
+ <PATH>$PROJECT_DIR$/view/themes/default/css/template.css</PATH>
<PATH>$PROJECT_DIR$/build.xml</PATH>
- <PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/dao/FeedDAO.java</PATH>
- <PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/Menu.java</PATH>
<PATH>$PROJECT_DIR$/src/etc/META-INF/persistence-test-war.xml</PATH>
<PATH>$PROJECT_DIR$/src/etc/import-test.sql</PATH>
+ <PATH>$PROJECT_DIR$/view/docDisplay.xhtml</PATH>
<PATH>$PROJECT_DIR$/Wiki.iml</PATH>
- <PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/DocumentHome.java</PATH>
- <PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/WikiInit.java</PATH>
- <PATH>$PROJECT_DIR$/src/etc/META-INF/persistence-prod-war.xml</PATH>
- <PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/model/Document.java</PATH>
+ <PATH>$PROJECT_DIR$/view/includes/searchControl.xhtml</PATH>
+ <PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/NodeSearch.java</PATH>
+ <PATH>$PROJECT_DIR$/src/etc/import-prod.sql</PATH>
+ <PATH>$PROJECT_DIR$/view/themes/default/template.xhtml</PATH>
+ <PATH>$PROJECT_DIR$/src/etc/import-dev.sql</PATH>
<PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/dao/NodeDAO.java</PATH>
- <PATH>$PROJECT_DIR$/README.txt</PATH>
- <PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/CommentHome.java</PATH>
<PATH>$PROJECT_DIR$/Wiki.ipr</PATH>
- <PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/model/File.java</PATH>
+ <PATH>$PROJECT_DIR$/view/includes/attachmentDisplay.xhtml</PATH>
</FILE-GROUP>
<FILE-GROUP>
<option name="myUpdateName" value="Skipped" />
@@ -1301,13 +1288,16 @@
<PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/TestAction.java</PATH>
<PATH>$PROJECT_DIR$/view/test.xhtml</PATH>
<PATH>$PROJECT_DIR$/UI.graffle</PATH>
+ <PATH>$PROJECT_DIR$/src/etc/META-INF/j4j.taglib.xml</PATH>
<PATH>$PROJECT_DIR$/view/themes/default/mailtemplates/test.xhtml</PATH>
<PATH>$PROJECT_DIR$/moon.jpg</PATH>
- <PATH>$PROJECT_DIR$/embedded-ejb/wiki-ddl.sql</PATH>
+ <PATH>$PROJECT_DIR$/view/themes/default/img/icon.textareasize.gif</PATH>
<PATH>$PROJECT_DIR$/moon.hex</PATH>
<PATH>$PROJECT_DIR$/view/themes/default/img/cal-next.png</PATH>
+ <PATH>$PROJECT_DIR$/view/search.xhtml</PATH>
<PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/Test.java</PATH>
<PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/TestBean.java</PATH>
+ <PATH>$PROJECT_DIR$/lib/j4j.jar</PATH>
<PATH>$PROJECT_DIR$/src/etc/META-INF/orm.xml</PATH>
<PATH>$PROJECT_DIR$/wikidist.zip</PATH>
<PATH>$PROJECT_DIR$/view/themes/default/img/cal-prev.png</PATH>
@@ -1318,12 +1308,6 @@
<option name="mySupportsDeletion" value="false" />
<option name="myCanBeAbsent" value="false" />
<option name="myId" value="LOCALLY_ADDED" />
- <PATH>$PROJECT_DIR$/src/etc/ehcache.xml</PATH>
- <PATH>$PROJECT_DIR$/view/plugins/blogDirectory/allEntries.xhtml</PATH>
- <PATH>$PROJECT_DIR$/lib/ehcache-1.3.0-beta.jar</PATH>
- <PATH>$PROJECT_DIR$/view/plugins/blogDirectory/recentEntries.xhtml</PATH>
- <PATH>$PROJECT_DIR$/view/plugins/blogDirectory/entryPages.xml</PATH>
- <PATH>$PROJECT_DIR$/src/main/org/jboss/seam/wiki/util/MonitoringEHCacheProvider.java</PATH>
</FILE-GROUP>
<FILE-GROUP>
<option name="myUpdateName" value="Locally removed" />
@@ -1371,26 +1355,6 @@
</UpdateInfo>
</component>
<component name="RunManager" selected="TestNG.AllTests">
- <configuration default="true" type="Remote" factoryName="Remote">
- <option name="USE_SOCKET_TRANSPORT" value="true" />
- <option name="SERVER_MODE" value="false" />
- <option name="SHMEM_ADDRESS" value="javadebug" />
- <option name="HOST" value="localhost" />
- <option name="PORT" value="5005" />
- </configuration>
- <configuration default="true" type="#com.intellij.j2ee.web.jsr45.JSR45ConfigurationFactory" factoryName="Remote">
- <option name="WORKING_DIRECTORY" />
- <option name="HOST" value="localhost" />
- <option name="PORT" value="8080" />
- <option name="LOCAL" value="false" />
- <option name="OPEN_IN_BROWSER" value="true" />
- <option name="OPEN_IN_BROWSER_URL" value="/" />
- <option name="COMMON_VM_ARGUMENTS" value="" />
- <option name="JSP_PACKAGE" value="" />
- <option name="VM_OPTS" value="VM_OPTS" />
- <option name="USE_WEBSPHERE51_LINEMAPPING_MODEL" value="false" />
- <option name="LOCAL_PORT" value="80" />
- </configuration>
<configuration default="true" type="TestNG" factoryName="TestNG" enabled="false" merge="false">
<module name="" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
@@ -1416,11 +1380,11 @@
<option name="Run ant target" value="true" />
</method>
</configuration>
- <configuration default="true" type="#com.intellij.j2ee.web.jsr45.JSR45ConfigurationFactory" factoryName="Local">
+ <configuration default="true" type="#com.intellij.j2ee.web.jsr45.JSR45ConfigurationFactory" factoryName="Remote">
<option name="WORKING_DIRECTORY" />
<option name="HOST" value="localhost" />
<option name="PORT" value="8080" />
- <option name="LOCAL" value="true" />
+ <option name="LOCAL" value="false" />
<option name="OPEN_IN_BROWSER" value="true" />
<option name="OPEN_IN_BROWSER_URL" value="/" />
<option name="COMMON_VM_ARGUMENTS" value="" />
@@ -1429,27 +1393,38 @@
<option name="USE_WEBSPHERE51_LINEMAPPING_MODEL" value="false" />
<option name="LOCAL_PORT" value="80" />
</configuration>
- <configuration default="true" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Remote">
+ <configuration default="true" type="Application" factoryName="Application" enabled="false" merge="false">
+ <option name="MAIN_CLASS_NAME" />
+ <option name="VM_PARAMETERS" />
+ <option name="PROGRAM_PARAMETERS" />
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
+ <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
+ <option name="ALTERNATIVE_JRE_PATH" />
+ <option name="ENABLE_SWING_INSPECTOR" value="false" />
+ <module name="" />
+ </configuration>
+ <configuration default="true" type="#com.intellij.j2ee.web.jsr45.JSR45ConfigurationFactory" factoryName="Local">
<option name="WORKING_DIRECTORY" />
<option name="HOST" value="localhost" />
<option name="PORT" value="8080" />
- <option name="LOCAL" value="false" />
+ <option name="LOCAL" value="true" />
<option name="OPEN_IN_BROWSER" value="true" />
<option name="OPEN_IN_BROWSER_URL" value="/" />
<option name="COMMON_VM_ARGUMENTS" value="" />
- <option name="DEPLOY_TOMCAT_MANAGER" value="false" />
- <option name="BASE_DIRECTORY_NAME" value="" />
- <predefined_log_file id="TOMCAT_LOCALHOST_LOG_ID" enabled="true" />
+ <option name="JSP_PACKAGE" value="" />
+ <option name="VM_OPTS" value="VM_OPTS" />
+ <option name="USE_WEBSPHERE51_LINEMAPPING_MODEL" value="false" />
+ <option name="LOCAL_PORT" value="80" />
</configuration>
- <configuration default="true" type="WebLogic Instance" factoryName="Local">
+ <configuration default="true" type="WebLogic Instance" factoryName="Remote">
<option name="WORKING_DIRECTORY" />
<option name="HOST" value="localhost" />
<option name="PORT" value="7001" />
- <option name="LOCAL" value="true" />
+ <option name="LOCAL" value="false" />
<option name="OPEN_IN_BROWSER" value="true" />
<option name="OPEN_IN_BROWSER_URL" value="/" />
<option name="COMMON_VM_ARGUMENTS" value="" />
- <J2EE_MODULE DEPLOYMENT_METHOD="Weblogic.Deployer" DEPLOYMENT_SOURCE_NAME="exploded">
+ <J2EE_MODULE DEPLOYMENT_METHOD="Weblogic.Deployer">
<option name="CHECK_EJB_CMP_DATASOURCES" value="true" />
<option name="MODULE_NAME" value="Wiki" />
<option name="DEPLOY" value="false" />
@@ -1462,25 +1437,15 @@
<predefined_log_file id="WEBLOGIC_DOMAIN_LOG_FILE" enabled="true" />
<predefined_log_file id="WEBLOGIC_SERVER_LOG_FILE" enabled="true" />
</configuration>
- <configuration default="true" type="Application" factoryName="Application" enabled="false" merge="false">
- <option name="MAIN_CLASS_NAME" />
- <option name="VM_PARAMETERS" />
- <option name="PROGRAM_PARAMETERS" />
- <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
- <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
- <option name="ALTERNATIVE_JRE_PATH" />
- <option name="ENABLE_SWING_INSPECTOR" value="false" />
- <module name="" />
- </configuration>
- <configuration default="true" type="WebLogic Instance" factoryName="Remote">
+ <configuration default="true" type="WebLogic Instance" factoryName="Local">
<option name="WORKING_DIRECTORY" />
<option name="HOST" value="localhost" />
<option name="PORT" value="7001" />
- <option name="LOCAL" value="false" />
+ <option name="LOCAL" value="true" />
<option name="OPEN_IN_BROWSER" value="true" />
<option name="OPEN_IN_BROWSER_URL" value="/" />
<option name="COMMON_VM_ARGUMENTS" value="" />
- <J2EE_MODULE DEPLOYMENT_METHOD="Weblogic.Deployer">
+ <J2EE_MODULE DEPLOYMENT_METHOD="Weblogic.Deployer" DEPLOYMENT_SOURCE_NAME="exploded">
<option name="CHECK_EJB_CMP_DATASOURCES" value="true" />
<option name="MODULE_NAME" value="Wiki" />
<option name="DEPLOY" value="false" />
@@ -1512,18 +1477,6 @@
<option name="Make" value="true" />
</method>
</configuration>
- <configuration default="true" type="Applet" factoryName="Applet">
- <module name="" />
- <option name="MAIN_CLASS_NAME" />
- <option name="HTML_FILE_NAME" />
- <option name="HTML_USED" value="false" />
- <option name="WIDTH" value="400" />
- <option name="HEIGHT" value="300" />
- <option name="POLICY_FILE" value="$PROJECT_DIR$/../../../../../../../Desktop/IntelliJ IDEA.app/bin/appletviewer.policy" />
- <option name="VM_PARAMETERS" />
- <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
- <option name="ALTERNATIVE_JRE_PATH" />
- </configuration>
<configuration default="true" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local">
<option name="WORKING_DIRECTORY" />
<option name="HOST" value="localhost" />
@@ -1541,6 +1494,37 @@
<option name="BASE_DIRECTORY_NAME" value="" />
<predefined_log_file id="TOMCAT_LOCALHOST_LOG_ID" enabled="true" />
</configuration>
+ <configuration default="true" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Remote">
+ <option name="WORKING_DIRECTORY" />
+ <option name="HOST" value="localhost" />
+ <option name="PORT" value="8080" />
+ <option name="LOCAL" value="false" />
+ <option name="OPEN_IN_BROWSER" value="true" />
+ <option name="OPEN_IN_BROWSER_URL" value="/" />
+ <option name="COMMON_VM_ARGUMENTS" value="" />
+ <option name="DEPLOY_TOMCAT_MANAGER" value="false" />
+ <option name="BASE_DIRECTORY_NAME" value="" />
+ <predefined_log_file id="TOMCAT_LOCALHOST_LOG_ID" enabled="true" />
+ </configuration>
+ <configuration default="true" type="Remote" factoryName="Remote">
+ <option name="USE_SOCKET_TRANSPORT" value="true" />
+ <option name="SERVER_MODE" value="false" />
+ <option name="SHMEM_ADDRESS" value="javadebug" />
+ <option name="HOST" value="localhost" />
+ <option name="PORT" value="5005" />
+ </configuration>
+ <configuration default="true" type="Applet" factoryName="Applet">
+ <module name="" />
+ <option name="MAIN_CLASS_NAME" />
+ <option name="HTML_FILE_NAME" />
+ <option name="HTML_USED" value="false" />
+ <option name="WIDTH" value="400" />
+ <option name="HEIGHT" value="300" />
+ <option name="POLICY_FILE" value="$PROJECT_DIR$/../../../../../../../Desktop/IntelliJ IDEA.app/bin/appletviewer.policy" />
+ <option name="VM_PARAMETERS" />
+ <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
+ <option name="ALTERNATIVE_JRE_PATH" />
+ </configuration>
<configuration default="false" name="Test" type="Application" factoryName="Application" enabled="false" merge="false">
<option name="MAIN_CLASS_NAME" value="org.jboss.seam.wiki.core.Test" />
<option name="VM_PARAMETERS" value="" />
@@ -1685,7 +1669,7 @@
</todo-panel>
</component>
<component name="ToolWindowManager">
- <frame x="-3" y="22" width="2560" height="1532" extended-state="6" />
+ <frame x="0" y="22" width="2560" height="1532" extended-state="0" />
<editor active="false" />
<layout>
<window_info id="SQL" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4832636" order="15" />
@@ -1731,7 +1715,7 @@
<option name="PERFORM_COMMIT_IN_BACKGROUND" value="false" />
<option name="PUT_FOCUS_INTO_COMMENT" value="false" />
<option name="FORCE_NON_EMPTY_COMMENT" value="false" />
- <option name="LAST_COMMIT_MESSAGE" value="Minor blogging improvements" />
+ <option name="LAST_COMMIT_MESSAGE" value="Minor" />
<option name="SAVE_LAST_COMMIT_MESSAGE" value="true" />
<option name="CHECKIN_DIALOG_SPLITTER_PROPORTION" value="0.8" />
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
@@ -1744,16 +1728,16 @@
<option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
<option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
<option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
- <MESSAGE value="Minor bugs" />
<MESSAGE value="Ability to change owner/creator of wiki node" />
<MESSAGE value="Argh, forgot file" />
<MESSAGE value="Fixed atom feed updating/purging logic" />
<MESSAGE value="Distribution target now generates valid SQL files ready for import in MySQL" />
<MESSAGE value="Added feature: Manual account creation (for admins)" />
- <MESSAGE value="Minor" />
<MESSAGE value="Broken Hibernate Search integration, to debug for Emmanuel" />
<MESSAGE value="New blog features: recent entries, index of all entries" />
<MESSAGE value="Minor blogging improvements" />
+ <MESSAGE value="Now deployable on 4.2 out-of-box (local Hibernate JARs) and optimized SQL and caching" />
+ <MESSAGE value="Minor" />
</component>
<component name="VssConfiguration">
<option name="CLIENT_PATH" value="" />
@@ -1834,105 +1818,120 @@
<option name="myLastEditedConfigurable" value="Default" />
</component>
<component name="editorHistoryManager">
- <entry file="file://$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/engine/DefaultWikiLinkResolver.java">
+ <entry file="file://$PROJECT_DIR$/src/etc/META-INF/j4j.taglib.xml">
<provider selected="true" editor-type-id="text-editor">
- <state line="166" column="0" selection-start="7569" selection-end="7569" vertical-scroll-proportion="0.7182081">
+ <state line="0" column="0" selection-start="0" selection-end="436" vertical-scroll-proportion="0.0">
<folding />
</state>
</provider>
</entry>
- <entry file="file://$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/dao/FeedDAO.java">
+ <entry file="file://$PROJECT_DIR$/src/etc/META-INF/persistence-prod-war.xml">
<provider selected="true" editor-type-id="text-editor">
- <state line="40" column="0" selection-start="1210" selection-end="1210" vertical-scroll-proportion="0.27745664">
+ <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
<folding />
</state>
</provider>
</entry>
- <entry file="file://$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/model/Directory.java">
+ <entry file="file://$PROJECT_DIR$/src/etc/ehcache.xml">
<provider selected="true" editor-type-id="text-editor">
- <state line="14" column="91" selection-start="560" selection-end="560" vertical-scroll-proportion="0.26608187">
+ <state line="163" column="0" selection-start="5442" selection-end="5442" vertical-scroll-proportion="1.2651265">
<folding />
</state>
</provider>
</entry>
- <entry file="file://$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/preferences/WikiPreferenceProvider.java">
+ <entry file="file://$PROJECT_DIR$/LICENSES.txt">
<provider selected="true" editor-type-id="text-editor">
- <state line="29" column="20" selection-start="1081" selection-end="1081" vertical-scroll-proportion="0.27239883">
+ <state line="13" column="69" selection-start="481" selection-end="481" vertical-scroll-proportion="0.12210982">
<folding />
</state>
</provider>
</entry>
- <entry file="file://$PROJECT_DIR$/src/etc/META-INF/persistence-dev-war.xml">
+ <entry file="file://$PROJECT_DIR$/view/includes/searchControl.xhtml">
<provider selected="true" editor-type-id="text-editor">
- <state line="15" column="53" selection-start="896" selection-end="896" vertical-scroll-proportion="0.14089595">
+ <state line="20" column="0" selection-start="848" selection-end="848" vertical-scroll-proportion="0.19431987">
<folding />
</state>
</provider>
+ <provider editor-type-id="HtmlPreview">
+ <state />
+ </provider>
</entry>
- <entry file="file://$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/model/Node.java">
+ <entry file="file://$PROJECT_DIR$/view/themes/default/template.xhtml">
<provider selected="true" editor-type-id="text-editor">
- <state line="89" column="38" selection-start="3199" selection-end="3199" vertical-scroll-proportion="0.40390173">
+ <state line="33" column="19" selection-start="1407" selection-end="1407" vertical-scroll-proportion="0.3206278">
<folding />
</state>
</provider>
+ <provider editor-type-id="HtmlPreview">
+ <state />
+ </provider>
</entry>
- <entry file="file://$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/dao/NodeDAO.java">
+ <entry file="file://$PROJECT_DIR$/view/docEdit.xhtml">
<provider selected="true" editor-type-id="text-editor">
- <state line="341" column="85" selection-start="13710" selection-end="13710" vertical-scroll-proportion="0.80274564">
+ <state line="21" column="0" selection-start="1170" selection-end="1170" vertical-scroll-proportion="0.20403588">
<folding />
</state>
</provider>
+ <provider editor-type-id="HtmlPreview">
+ <state />
+ </provider>
</entry>
- <entry file="file://$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/model/User.java">
+ <entry file="file://$PROJECT_DIR$/view/dirDisplay.xhtml">
<provider selected="true" editor-type-id="text-editor">
- <state line="13" column="13" selection-start="321" selection-end="321" vertical-scroll-proportion="0.12210982">
+ <state line="115" column="0" selection-start="5932" selection-end="6208" vertical-scroll-proportion="0.15470852">
<folding />
</state>
</provider>
+ <provider editor-type-id="HtmlPreview">
+ <state />
+ </provider>
</entry>
- <entry file="file://$PROJECT_DIR$/src/etc/ehcache.xml">
+ <entry file="file://$PROJECT_DIR$/src/etc/import-dev.sql">
<provider selected="true" editor-type-id="text-editor">
- <state line="172" column="36" selection-start="5755" selection-end="5755" vertical-scroll-proportion="0.8966763">
+ <state line="36" column="101" selection-start="4295" selection-end="4295" vertical-scroll-proportion="0.34185538">
<folding />
</state>
</provider>
</entry>
- <entry file="file://$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/dao/WikiNodeFactory.java">
+ <entry file="file://$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/prefs/DocumentEditorPreferences.java">
<provider selected="true" editor-type-id="text-editor">
- <state line="108" column="1" selection-start="4717" selection-end="4775" vertical-scroll-proportion="0.85910404">
+ <state line="27" column="0" selection-start="1141" selection-end="1141" vertical-scroll-proportion="0.25361273">
<folding />
</state>
</provider>
</entry>
- <entry file="file://$PROJECT_DIR$/src/main/org/jboss/seam/wiki/core/action/CommentHome.java">
+ <entry file="file://$PROJECT_DIR$/src/etc/import-prod.sql">
<provider selected="true" editor-type-id="text-editor">
- <state line="136" column="0" selection-start="4189" selection-end="4189" vertical-scroll-proportion="0.8966763">
+ <state line="37" column="0" selection-start="4108" selection-end="4108" vertical-scroll-proportion="0.35135135">
<folding />
</state>
</provider>
</entry>
- <entry file="file://$PROJECT_DIR$/README.txt">
+ <entry file="file://$PROJECT_DIR$/view/docDisplay.xhtml">
<provider selected="true" editor-type-id="text-editor">
- <state line="17" column="0" selection-start="573" selection-end="573" vertical-scroll-proportion="0.15968208">
+ <state line="50" column="0" selection-start="2215" selection-end="2261" vertical-scroll-proportion="0.4857997">
<folding />
</state>
</provider>
+ <provider editor-type-id="HtmlPreview">
+ <state />
+ </provider>
</entry>
- <entry file="file://$PROJECT_DIR$/src/etc/META-INF/persistence-prod-war.xml">
+ <entry file="file://$PROJECT_DIR$/view/themes/default/css/template.css">
<provider selected="true" editor-type-id="text-editor">
- <state line="38" column="0" selection-start="2344" selection-end="2344" vertical-scroll-proportion="0.35693642">
+ <state line="740" column="0" selection-start="12746" selection-end="12746" vertical-scroll-proportion="0.97182083">
<folding />
</state>
</provider>
</entry>
- <entry file="file://$PROJECT_DIR$/src/etc/wiki-prod-ds.xml">
+ <entry file="file://$PROJECT_DIR$/view/themes/default/js/interface.js">
<provider selected="true" editor-type-id="text-editor">
- <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
+ <state line="8" column="0" selection-start="79374" selection-end="79374" vertical-scroll-proportion="0.11633109">
<folding />
</state>
</provider>
</entry>
- <entry file="file://$PROJECT_DIR$/src/etc/wiki-dev-ds.xml">
+ <entry file="file://$PROJECT_DIR$/view/themes/default/js/jquery.js">
<provider selected="true" editor-type-id="text-editor">
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
<folding />
1.1 date: 2007/05/03 14:10:48; author: cbauer; state: Exp;jboss-seam/examples/wiki/LICENSES.txt
Index: LICENSES.txt
===================================================================
LaceWiki
--------------------------------------------------------------------------------------------------------
Copyright (c) 2007 Red Hat, Inc.
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
http://www.gnu.org/licenses/lgpl.html
jQuery
--------------------------------------------------------------------------------------------------------
Copyright (c) 2007 John Resig, http://jquery.com/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Rome
--------------------------------------------------------------------------------------------------------
Copyright 2004 Sun Microsystems, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
JDOM
--------------------------------------------------------------------------------------------------------
Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions, and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions, and the disclaimer that follows
these conditions in the documentation and/or other materials
provided with the distribution.
3. The name "JDOM" must not be used to endorse or promote products
derived from this software without prior written permission. For
written permission, please contact <request_AT_jdom_DOT_org>.
4. Products derived from this software may not be called "JDOM", nor
may "JDOM" appear in their name, without prior written permission
from the JDOM Project Management <request_AT_jdom_DOT_org>.
In addition, we request (but do not require) that you include in the
end-user documentation provided with the redistribution and/or in the
software itself an acknowledgement equivalent to the following:
"This product includes software developed by the
JDOM Project (http://www.jdom.org/)."
Alternatively, the acknowledgment may be graphical using the logos
available at http://www.jdom.org/images/logos.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
This software consists of voluntary contributions made by many
individuals on behalf of the JDOM Project and was originally
created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
Brett McLaughlin <brett_AT_jdom_DOT_org>. For more information
on the JDOM Project, please see <http://www.jdom.org/>.
Lucene
--------------------------------------------------------------------------------------------------------
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
EHCache
--------------------------------------------------------------------------------------------------------
Copyright 2003-2007 Greg Luck
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Hibernate & JBoss libraries
--------------------------------------------------------------------------------------------------------
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
http://www.gnu.org/licenses/lgpl.html
More information about the jboss-cvs-commits
mailing list