forked from OpenNTF/XPagesExtensionLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/paulswithers/XPagesExtens…
…ionLibrary * 'master' of https://github.com/paulswithers/XPagesExtensionLibrary: Adding searchType to NAB picker Amending "match" search option so everything shows if no search value is entered (previously nothing showed) No changes to AbstractDominoViewPickerData Removing bootstrap combobox dialog fix - contributed by Declan Fix for comboboxes in dialogs with bootstrap theme. Thanks David Leedy and Declan Lynch - OpenNTF/Bootstrap4XPages#67 Adding Collection and Map picker data providers Cleaning up - didn't need additional constructor. Problem I was trying to fix with that was not authenticated, so no access to NAB Adding returnNameFormat for NamePicker Cleaning up appendColumnValue Adding JDBC Ext functions and Java code, to avoid capitalisation Only real changes are: DominoNABNamePickerData, starting work on adding returnNameFormat JDBCUtil adding support for not upper-casing column names Conflicts: extlib-des/lwp/product/design/updatesite/com.ibm.xsp.extlib.designer.tooling.updatesite/site.xml extlib/lwp/.project extlib/lwp/product/runtime/eclipse/features/.project extlib/lwp/product/runtime/eclipse/features/org.openntf.extlib.apache.wink.feature/.project extlib/lwp/product/runtime/eclipse/features/org.openntf.extlib.domino.das.feature/.project extlib/lwp/product/runtime/eclipse/features/org.openntf.extlib.feature/.project extlib/lwp/product/runtime/eclipse/features/org.openntf.extlib.relational.feature/.project extlib/lwp/product/runtime/eclipse/features/org.openntf.extlib.wink.feature/.project extlib/lwp/product/runtime/eclipse/plugins/.project extlib/lwp/product/runtime/eclipse/plugins/com.ibm.domino.calendar.dbstore/.project extlib/lwp/product/runtime/eclipse/plugins/com.ibm.domino.calendar.store/.project extlib/lwp/product/runtime/eclipse/plugins/com.ibm.domino.commons/.project extlib/lwp/product/runtime/eclipse/plugins/com.ibm.domino.das/.project extlib/lwp/product/runtime/eclipse/plugins/com.ibm.domino.services.calendar/.project extlib/lwp/product/runtime/eclipse/plugins/com.ibm.domino.services/.project extlib/lwp/product/runtime/eclipse/plugins/com.ibm.wink/.project extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.controls/.project extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.controls/src/com/ibm/xsp/extlib/component/picker/data/CollectionValuePickerData.java extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.controls/src/com/ibm/xsp/extlib/component/picker/data/MapValuePickerData.java extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.controls/src/com/ibm/xsp/extlib/config/extlib-picker.xsp-config extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.controls/src/com/ibm/xsp/extlib/config/extlib-picker_en.properties extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.core/.project extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.domino/.project extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.domino/src/com/ibm/xsp/extlib/component/picker/data/AbstractDominoViewPickerData.java extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.domino/src/com/ibm/xsp/extlib/component/picker/data/DominoNABNamePickerData.java extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.domino/src/com/ibm/xsp/extlib/config/extlib-domino-picker.xsp-config extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.domino/src/com/ibm/xsp/extlib/config/raw-extlib-domino-picker.xsp-config extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.mobile/.project extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.oneui/.project extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.relational/.project extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.relational/src/com/ibm/xsp/extlib/relational/javascript/JdbcFunctions.java extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.relational/src/com/ibm/xsp/extlib/relational/util/JdbcUtil.java extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib/.project extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.theme.bootstrap/.project extlib/lwp/product/runtime/eclipse/plugins/org.apache.common.dbcp/.project extlib/lwp/product/runtime/eclipse/plugins/org.apache.james.mime4j/.project extlib/lwp/product/runtime/eclipse/plugins/org.apache.wink/.project extlib/lwp/product/runtime/updatesite/org.openntf.extlib.updatesite/.project
- Loading branch information
Showing
103 changed files
with
2,483 additions
and
2,410 deletions.
There are no files selected for viewing
16 changes: 8 additions & 8 deletions
16
extlib-des/lwp/product/design/eclipse/plugins/com.ibm.xsp.extlib.designer.tooling/.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="src" path="images"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/XPages Notes JRE"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="src" path="images"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
Binary file added
BIN
+1.51 KB
...wp/product/design/updatesite/com.ibm.xsp.extlib.designer.tooling.updatesite/artifacts.jar
Binary file not shown.
Binary file added
BIN
+26.5 KB
.../lwp/product/design/updatesite/com.ibm.xsp.extlib.designer.tooling.updatesite/content.jar
Binary file not shown.
Binary file added
BIN
+4.43 KB
...tesite/features/org.openntf.extlib.designer.tooling.feature_9.0.1.v00_10_201411261321.jar
Binary file not shown.
Binary file added
BIN
+35.5 KB
...g.updatesite/plugins/com.ibm.xsp.extlib.designer.relational_9.0.1.v00_10_201411261321.jar
Binary file not shown.
Binary file added
BIN
+1.1 MB
...ling.updatesite/plugins/com.ibm.xsp.extlib.designer.tooling_9.0.1.v00_10_201411261321.jar
Binary file not shown.
Binary file added
BIN
+101 KB
...ing.updatesite/plugins/com.ibm.xsp.extlib.designer.xspprops_9.0.1.v00_10_201411261321.jar
Binary file not shown.
Binary file added
BIN
+26.3 KB
...gner.tooling.updatesite/plugins/com.ibm.xsp.extlib.designer_9.0.1.v00_10_201411261321.jar
Binary file not shown.
15 changes: 8 additions & 7 deletions
15
...des/lwp/product/design/updatesite/com.ibm.xsp.extlib.designer.tooling.updatesite/site.xml
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,7 +1,8 @@ | ||
<site> | ||
<feature url="features/com.ibm.xsp.extlib.designer.tooling.feature_9.0.1.v00_17_qualifier.jar" id="com.ibm.xsp.extlib.designer.tooling.feature" version="9.0.1.v00_17_qualifier"/> | ||
<feature url="features/com.ibm.xsp.extlib.feature_9.0.1.v00_17_qualifier.jar" id="com.ibm.xsp.extlib.feature" version="9.0.1.v00_17_qualifier"/> | ||
<feature url="features/com.ibm.domino.das.feature_9.0.1.v00_17_qualifier.jar" id="com.ibm.domino.das.feature" version="9.0.1.v00_17_qualifier"/> | ||
<feature url="features/com.ibm.wink.feature_9.0.1.v00_17_qualifier.jar" id="com.ibm.wink.feature" version="9.0.1.v00_17_qualifier"/> | ||
<feature url="features/org.apache.wink.feature_1.1.2.qualifier.jar" id="org.apache.wink.feature" version="1.1.2.qualifier"/> | ||
</site> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<site> | ||
<feature url="features/org.openntf.extlib.domino.das.feature_9.0.1.v00_10_SNAPSHOT.jar" id="org.openntf.extlib.domino.das.feature" version="9.0.1.v00_10_SNAPSHOT"/> | ||
<feature url="features/org.openntf.extlib.feature_9.0.1.v00_10_SNAPSHOT.jar" id="org.openntf.extlib.feature" version="9.0.1.v00_10_SNAPSHOT"/> | ||
<feature url="features/org.openntf.extlib.apache.wink.feature_9.0.1.v00_10_SNAPSHOT.jar" id="org.openntf.extlib.apache.wink.feature" version="9.0.1.v00_10_SNAPSHOT"/> | ||
<feature url="features/org.openntf.extlib.wink.feature_9.0.1.v00_10_SNAPSHOT.jar" id="org.openntf.extlib.wink.feature" version="9.0.1.v00_10_SNAPSHOT"/> | ||
<feature url="features/org.openntf.extlib.designer.tooling.feature_9.0.1.v00_10_qualifier.jar" id="org.openntf.extlib.designer.tooling.feature" version="9.0.1.v00_10_qualifier"/> | ||
</site> |
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 +1,6 @@ | ||
*.copyarea.db | ||
*.copyarea.db | ||
*.eclipse.m2n.core.prefs | ||
*.eclipse.jdt.core.prefs | ||
*.eclipse.core.resouorces.prefs | ||
*/features/* | ||
*/plugins/* |
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,17 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>com.ibm.xsp.extlib.parent</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.m2e.core.maven2Builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
</natures> | ||
</projectDescription> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>com.ibm.xsp.extlib.parent</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.m2e.core.maven2Builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
</natures> | ||
</projectDescription> |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
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,17 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>product.runtime.eclipse.features</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.m2e.core.maven2Builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
</natures> | ||
</projectDescription> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>product.runtime.eclipse.features</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.m2e.core.maven2Builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
</natures> | ||
</projectDescription> |
4 changes: 4 additions & 0 deletions
4
extlib/lwp/product/runtime/eclipse/features/.settings/org.eclipse.m2e.core.prefs
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
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
4 changes: 4 additions & 0 deletions
4
...ipse/features/org.openntf.extlib.apache.wink.feature/.settings/org.eclipse.m2e.core.prefs
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
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
4 changes: 4 additions & 0 deletions
4
...lipse/features/org.openntf.extlib.domino.das.feature/.settings/org.eclipse.m2e.core.prefs
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
1 change: 1 addition & 0 deletions
1
extlib/lwp/product/runtime/eclipse/features/org.openntf.extlib.feature/.gitignore
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
/target/ |
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
4 changes: 4 additions & 0 deletions
4
.../runtime/eclipse/features/org.openntf.extlib.feature/.settings/org.eclipse.m2e.core.prefs
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
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
4 changes: 4 additions & 0 deletions
4
...lipse/features/org.openntf.extlib.relational.feature/.settings/org.eclipse.m2e.core.prefs
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
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
4 changes: 4 additions & 0 deletions
4
...ime/eclipse/features/org.openntf.extlib.wink.feature/.settings/org.eclipse.m2e.core.prefs
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
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,17 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>product.runtime.eclipse.plugins</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.m2e.core.maven2Builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
</natures> | ||
</projectDescription> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>product.runtime.eclipse.plugins</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.m2e.core.maven2Builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
</natures> | ||
</projectDescription> |
4 changes: 4 additions & 0 deletions
4
extlib/lwp/product/runtime/eclipse/plugins/.settings/org.eclipse.m2e.core.prefs
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
14 changes: 7 additions & 7 deletions
14
extlib/lwp/product/runtime/eclipse/plugins/com.ibm.domino.calendar.dbstore/.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="output" path="target/classes"/> | ||
</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
4 changes: 4 additions & 0 deletions
4
...time/eclipse/plugins/com.ibm.domino.calendar.dbstore/.settings/org.eclipse.m2e.core.prefs
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
14 changes: 7 additions & 7 deletions
14
extlib/lwp/product/runtime/eclipse/plugins/com.ibm.domino.calendar.store/.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src/"/> | ||
<classpathentry kind="output" path="target/classes"/> | ||
</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
4 changes: 4 additions & 0 deletions
4
...untime/eclipse/plugins/com.ibm.domino.calendar.store/.settings/org.eclipse.m2e.core.prefs
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
activeProfiles= | ||
eclipse.preferences.version=1 | ||
resolveWorkspaceProjects=true | ||
version=1 |
Oops, something went wrong.