Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
118 commits
Select commit Hold shift + click to select a range
28abf36
First release of the WebFragment that enables CrossWorlds behaviour
DanieleVistalli Dec 27, 2014
f04f0fd
First release of the core adapter.
DanieleVistalli Dec 27, 2014
c164a41
Sample application for domino using rest services
DanieleVistalli Dec 27, 2014
6324ad5
Project containing the ODA resources needed by CrossWorlds.
DanieleVistalli Dec 27, 2014
e7e338a
Removed test projects after update to create an OSGI based feature
DanieleVistalli Dec 29, 2014
9cd2b25
Updates to the classpath, could be we'll rework this for cross-person
DanieleVistalli Dec 29, 2014
00ae9cb
New build of the sample applications.
DanieleVistalli Jan 3, 2015
4924dbf
Introducing CrossWorlds source presentation
DanieleVistalli Jan 3, 2015
45411fc
Added more detail, links to introductory presentation
DanieleVistalli Jan 3, 2015
8d521c6
Clean up
DanieleVistalli Jan 11, 2015
3d71d46
Added groovy to the build process.
DanieleVistalli Jan 11, 2015
e1dfb6b
Update README.md
DanieleVistalli Jan 11, 2015
9317f67
Added the core project for CrossWorlds and features.
DanieleVistalli Jan 15, 2015
53e7842
Added Domino Dependencies, Oda and Liberty Feature Project
DanieleVistalli Jan 15, 2015
c54e5d2
Added the project for building the CrossWorlds distribution
DanieleVistalli Jan 15, 2015
4ad33a1
Changed default session type in sample NATIVE -> Current
DanieleVistalli Jan 15, 2015
261430c
Early work to implement security behavior for having SessionType.curr…
DanieleVistalli Jan 15, 2015
6f06aa5
Cleanup of the demo applcation:
DanieleVistalli Jan 16, 2015
39a4822
Removed visibility of the deprecated lotus.notes packages tree.
DanieleVistalli Jan 16, 2015
cd02c99
Project J2EEEnabler converted to maven artifact
DanieleVistalli Jan 16, 2015
bbbcfac
Create README.md
DanieleVistalli Jan 17, 2015
2b94ed8
Create README.md
DanieleVistalli Jan 17, 2015
acf619d
Implemented session as signer for J2EE applications.
DanieleVistalli Jan 18, 2015
27ec406
Cleaned up dependencies, removed JSF (excluded from MAVEN)
DanieleVistalli Jan 18, 2015
e32944f
Removed. The existence of this file made the install of the built fea…
DanieleVistalli Jan 19, 2015
8f1cb88
Added support for Application Signer identity and usage of NAPI to cr…
DanieleVistalli Jan 19, 2015
409a34a
Added:
DanieleVistalli Jan 20, 2015
652d412
Added new code to support:
DanieleVistalli Jan 20, 2015
d15621b
New app to showcase upcoming graph db features.
Jan 21, 2015
4c45aaa
More work to allow defining the default identity when running in deve…
Jan 22, 2015
0e294cf
Create branch.md
DanieleVistalli Jan 31, 2015
dd3a1cd
Updates to the build based on embedding domino libraries from IBM's u…
DanieleVistalli Feb 11, 2015
f5d8385
Updates to simplify building the xworlds.oda dependency.
DanieleVistalli Feb 12, 2015
bcb3cc2
Updates to dependencies and more cleanup
DanieleVistalli Feb 12, 2015
64b1d42
Added WebJars dependency to CrossWorldsDemo in regard to Bootstrap an…
DanieleVistalli Feb 12, 2015
1d82367
new ConferenceApp to build a graph based conferencing service.
DanieleVistalli Feb 12, 2015
f7588a1
gitignores
paulswithers Feb 12, 2015
02309da
minor
paulswithers Feb 12, 2015
761ecd9
Merge remote-tracking branch 'origin/development_0.5' into paul_devel…
paulswithers Feb 12, 2015
b74cd9d
Target Platform for WAS Liberty + SPIs - Needed to build system exten…
DanieleVistalli Feb 12, 2015
4236022
Merge remote-tracking branch 'origin/development_0.5' into paul_devel…
paulswithers Feb 12, 2015
ee620ed
The target platform template is now based on a substitution variable …
DanieleVistalli Feb 12, 2015
1e4cd6b
Updated graph files, including example file
paulswithers Feb 12, 2015
e1f03a6
Merge pull request #2 from paulswithers/paul_development
DanieleVistalli Feb 12, 2015
1bb4459
deleted old app, moved to ConferenceApp
DanieleVistalli Feb 12, 2015
e519752
Completing Engage importer
paulswithers Feb 24, 2015
778e828
Merge commit 'e5197524c93a1601733b4663eee876beb1160658' into developm…
DanieleVistalli Feb 24, 2015
3c372d6
SessionsByTimeslot and SessionsByTrack (sorted by ID and sorted by Ti…
paulswithers Feb 26, 2015
9e784d7
Starting work on Factory methods, updating tests
paulswithers Mar 2, 2015
47f452c
TrackFactory and TrackTester created
paulswithers Mar 4, 2015
1c87b4c
Amending method for getting Engage graph
paulswithers Mar 4, 2015
7e91bd6
Track method added using Gremlin - not intended to be used, but somet…
paulswithers Mar 8, 2015
5818c9b
EventTester added with tests for presentations sorted by property and…
paulswithers Mar 8, 2015
1a4d6ae
EventTester - Work In Progress
paulswithers Mar 8, 2015
fc92d2c
Initializer was creating duplicate Attendee vertices - null key was b…
paulswithers Mar 9, 2015
ce18614
Amended ConferenceGraph.getAttendee(String, boolean) to look on key, …
paulswithers Mar 9, 2015
af84af1
Completing AttendeeTester to update my email address
paulswithers Mar 10, 2015
5294b5e
Track and Event tests with Gremlin examples - NOTE: these both delibe…
paulswithers Mar 10, 2015
db90e92
Adding facility to store speaker (Attendee) profile
paulswithers Mar 15, 2015
cb9eb16
getAttendee amended to search on key, email and twitter ID. Key will …
paulswithers Mar 15, 2015
b25b8b5
Adding AttendeeFactory for creating Attendee with Map of properties
paulswithers Mar 16, 2015
ac55ab9
Merge branch 'development_0.5' of https://github.com/Factor-y/CrossWo…
DanieleVistalli Mar 17, 2015
6c7dc03
Moving getSpeakers to AttendeeFactory
paulswithers Mar 17, 2015
b5448c5
Merge branch 'paul_development' of https://github.com/paulswithers/Cr…
DanieleVistalli Mar 17, 2015
342cf56
Added getPresentationsByLocation and tester
paulswithers Mar 17, 2015
8510005
- The project has been mavenized
DanieleVistalli Mar 18, 2015
5a45d39
Merge remote-tracking branch 'origin/development_0.5' into paul_devel…
paulswithers Mar 18, 2015
a45a46a
Adding j2eeenabler to pom.xml
paulswithers Mar 18, 2015
520eaf5
Fix for start and end time on initializer - one is 8:00 instead of 08:00
paulswithers Mar 23, 2015
57e5ea2
Testing likes, rates, comments
paulswithers Mar 23, 2015
cbb7054
Updated ConferenceUI with Grid
paulswithers Mar 23, 2015
e685d9b
Amended with methods only for official timeslots
paulswithers Mar 23, 2015
b8d630f
Styles copied across (and renamed) from mockapp, trying to get title …
paulswithers Mar 24, 2015
2f4fde4
Fixing height of rows. Still some overrun
paulswithers Mar 24, 2015
930e729
Adding authentication - check TODOs for what needs adding
paulswithers Mar 26, 2015
9fd7eaf
Menu resolved and styled
paulswithers Mar 26, 2015
d8e9581
Using Notes/Domino favicon :-)
paulswithers Mar 26, 2015
068d825
Added column width for Location column
paulswithers Mar 26, 2015
6452136
- Added new implementation for managing application based identity sw…
DanieleVistalli Mar 26, 2015
b18f9b2
- Added application security to login process
DanieleVistalli Mar 27, 2015
d68c2ac
- LoginScreen code cleanup
DanieleVistalli Mar 27, 2015
28f2846
Merge remote-tracking branch 'origin/development_0.5' into paul_devel…
paulswithers Mar 27, 2015
c414050
Removing menu. Amendment to Login screen to add focuslistener to clea…
paulswithers Mar 27, 2015
183fede
Fix for user stupidity!
paulswithers Mar 27, 2015
3e00e7d
Added Now and Next - NOTE: Data needs reloading into app, changes to …
paulswithers Mar 27, 2015
a90256d
Just removing output of current username
paulswithers Mar 27, 2015
f9e0196
Tweaks to Now and Next
paulswithers Mar 27, 2015
958c9a9
Started work on Sessions Filter page
paulswithers Mar 27, 2015
bc27448
Fix for making scrollable
paulswithers Mar 29, 2015
be7eb9b
Basic Sponsors page, scrollable
paulswithers Mar 29, 2015
f0e1d3c
Cleanup of sponsors
paulswithers Mar 29, 2015
43a81a8
SessionFilter added. Still need to enable filtering and add Track
paulswithers Mar 29, 2015
2b69bc8
SessionsFiltyer includes track now
paulswithers Mar 29, 2015
3816698
New profile UI stuff and profile creation
DanieleVistalli Mar 29, 2015
7a0c4c6
Cleanup
paulswithers Mar 29, 2015
6809883
Merge branch 'paul_development' of https://github.com/paulswithers/Cr…
DanieleVistalli Mar 29, 2015
5e3b6ee
Working on SessionsFilter plus some fixes
paulswithers Mar 29, 2015
cc6807e
Fixes to highlighting
paulswithers Mar 30, 2015
5893bdc
Updates to ui and registration process
DanieleVistalli Mar 30, 2015
cae7228
Merge branch 'paul_development' into development_0.5
DanieleVistalli Mar 30, 2015
a61525a
Fixing filters on Sessions
paulswithers Mar 30, 2015
ad40353
Merge branch 'paul_development' of https://github.com/paulswithers/Cr…
DanieleVistalli Mar 31, 2015
9eb4a93
Fix for sessionsFilter
paulswithers Mar 31, 2015
69ebd37
Added descriptions into PresentationsContainer (doesn't show by default)
paulswithers Mar 31, 2015
3e78899
Merge remote-tracking branch 'paul/paul_development' into development…
DanieleVistalli Mar 31, 2015
0a7782f
Added calendar view and security handling
DanieleVistalli Mar 31, 2015
a43f0ac
Hacked to workaround my timezone
paulswithers Mar 31, 2015
1f8c5df
Merge remote-tracking branch 'origin/development_0.5' into paul_devel…
paulswithers Mar 31, 2015
54d097f
Fix for now and next
paulswithers Mar 31, 2015
7bd7efd
Fixing issue with SessionsFilter (not removing components properly)
paulswithers Apr 1, 2015
44e60de
Adding Xots support
paulswithers Sep 1, 2015
d7a01c8
Xots fully implemented
paulswithers Sep 3, 2015
e2af821
Removing unnecessary methods
paulswithers Sep 3, 2015
fe4a724
Adding xots package
paulswithers Sep 3, 2015
f6b9403
Updated conference demo database for ICON UK (including new Speakers …
paulswithers Sep 17, 2015
9eda562
Upgrading to ODA 2.0.0
paulswithers Nov 18, 2015
d4d3f24
Pushing my installation notes. Should work, not tested on clean VM ye…
paulswithers Mar 21, 2016
bf28d63
Update of installation notes
paulswithers May 6, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.metadata/
RemoteSystemsTempFiles/
WebSphere Application Server Liberty Profile 8554/
WebSphere Application Server Liberty Profile 8554 - CrossWorlds/
org.openntf.xworlds.webapp.j2eeenabler/bin/META-INF/MANIFEST.MF
org.openntf.xworlds.webapp.j2eeenabler/bin/META-INF/web-fragment.xml
org.openntf.xworlds.core/.settings/org.eclipse.ltk.core.refactoring.prefs
org.openntf.xworlds.oda/build-local.properties
11 changes: 11 additions & 0 deletions CrossWorlds Docs/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>CrossWorlds Docs</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
Binary file not shown.
11 changes: 11 additions & 0 deletions CrossWorldsDistro/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>CrossWorldsDistro</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
21 changes: 21 additions & 0 deletions CrossWorldsDistro/Copy CrossWorlds to staging directory.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType">
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/CrossWorldsDistro/bin/targets/build-xworlds.xml"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ant.internal.launching.remote.InternalAntRunner"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="CrossWorldsDistro"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_ANT_TARGETS" value="dev-copybuild,"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/CrossWorldsDistro/bin/targets/build-xworlds.xml}"/>
<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/>
</launchConfiguration>
Empty file added CrossWorldsDistro/README.TXT
Empty file.
3 changes: 3 additions & 0 deletions CrossWorldsDistro/apps/README.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This folder contains applications from CrossWorlds

- CrossWorldsDemo.war is the Sampler application
Empty file.
Empty file.
20 changes: 20 additions & 0 deletions CrossWorldsDistro/etc/xworlds-instance.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Development / build params

# dev.clean controls the build process. If true it completely wipes the build directory
dev.clean=false

# CrossWorlds Paths

xworlds.install.root=D:/dev/CrossWorldsBuild
xworlds.server.name=CrossWorlds

# WebSphere Liberty related paths

wlp.product.dir=D:/dev/liberty_8554/wlp
wlp.user.dir=${wlp.product.dir}/usr

# Domino / Notes related paths

domino.product.dir=<domino product binary directory>
domino.data.dir=${domino.product.dir}/data

14 changes: 14 additions & 0 deletions CrossWorldsDistro/etc/xworlds-instance.properties.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CrossWorlds Paths

xworlds.install.root=<directory where crossworlds has been unpacked>

# WebSphere Liberty related paths

wlp.product.dir=<path to was liberty>
wlp.user.dir=${wlp.product.dir}/usr

# Domino / Notes related paths

domino.product.dir=<domino product binary directory>
domino.data.dir=${domino.product.dir}/data

1 change: 1 addition & 0 deletions CrossWorldsDistro/xworlds.here
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This placeholder is a signpost for the CrossWorlds installation directory
53 changes: 53 additions & 0 deletions Install Notes PW.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
=====================================

Updating ODA
1. Remove from feature project
2. Remove jars from build path in org.xworlds.oda
3. Delete jars
4. Update build.properties
5. Run build.xml
6. Delete source jars
7. Add others to build path
8. In MANIFEST.MF update version number and add jars to bin. Also update Bundle-ClassPath
9. In Project > Properties, add all jars to Order and Export tab
10. Right-click on feature and choose Update Feature to republish to the server

=====================================

https://developer.ibm.com/wasdev/downloads/liberty-profile-using-non-eclipse-environments/
1. Download or start Eclipse Mars IDE for Java EE Developers. Typically, I recommend a separate installation for CrossWorlds (as far any development environment)
2. Install Eclipse plugins (go to Help > Eclipse Marketplace... and search for "Liberty". Install "IBM Websphere Application Server Developer Tools for Mars"
3. Install "Vaadin plugin for Eclipse 2.3.5.20150923"
4. Restart Eclipse

5. Amend Maven Settings in Eclipse to add was-liberty (see screenshots)
6. In Java-EE perspective, on Servers tab, right-click and select New > Server. Select Websphere Application Server Liberty. Click Next. Change name to "Websphere Application Server Liberty Profile", select "Install from an archive or a repository".
7. (optional) Click "Configure JREs..." and add Java 6 and Java 7 (if not already installed, you will need to download from Oracle website)
8. Click Next. Enter a destination path in which to install the liberty server, e.g. C:\Program Files\IBM\Liberty. Select "Download and install a new runtime environment from ibm.com" and choose the latest "WAS Liberty with Java EE 7 Web Profile"
(9. In "Install Additional Content", select "OSGi debug console". Click Next. Accept terms and conditions. Finish. Liberty will be extracted and installed.)
10. In Window > Preferences, go to Run/Debug > String Substitution. Create a new entry called was_liberty_root and point to the folder for liberty (the folder will contain subfolders bin, clients, dev, java etc)
11. Right-click on Websphere Application Server Liberty Profile and select New > Folder. Create a new folder called "extension". Right-click on the extension folder and select New > Folder. Create a new folder called "lib".
12. Right-click on the server in the Servers view and select New > Server Environment File > server.env. Add a variable called PATH with a value mapping to your Domino server. E.g. PATH=C:\Program Files\IBM\Domino.
13. Add a file under default server called bootstrap.properties. Add a variable xworlds.developermode=true. (Here is where you would also define the port for the osgi console - osgi.console=5676)

14. Right-click in the Enterprise Explorer pane and select Import..., then General > Existing Projects into Workspace. Select the CrossWorlds download, ensuring Copy projects into workspace is ticked.
16. In Window > Preferences, go to Plug-in Development > Target Platform and select "Websphere Application Server Liberty Profile with SPI".

17. Open org.openntf.xworlds.dominodeps project. Open dependencies.txt and note the five external jars required. Copy and paste them into BundleContent folder in org.openntf.xworlds.dominodeps
notes.jar is in jvm\lib\ext
com.ibm.icu_3.8.1.v20120530 is in Domino\osgi\rcp\eclipse\plugins
com.ibm.icu.base_3.8.1.v20080530 is in Domino\osgi\rcp\eclipse\plugins
lwpd.commons.jar is in Domino\osgi\shared\eclipse\plugins\com.ibm.commons_9.0.1.20131004-1200
lwpd.domino.napi.jar is in Domino\osgi\shared\eclipse\plugins\com.ibm.domino.napi_9.0.1.20131004-1200
18. Right-click on org.openntf.xworlds.dominodeps and select New > Folder. Create a new folder called src.

19. Download ODA zip file and extract contents to e.g. C:\temp\oda
20. Open org.openntf.xworlds.oda. In build.properties (top-level file) amend the variables according to notes, so the first maps to the plugins folder of the update site (using "/", not "\") and the second is the unique date-time suffix of the main org.openntf.domino.... jars.
21. Right-click on org.openntf.xworlds.oda and select New > Folder. Create a new folder called src.
22. Right-click on build.xml and select Run As > Ant Build.... Ensure the JRE (on JRE tab) is greater than JRE1.6. Once completed, select org.openntf.xworlds.oda and press F5 to refresh the files.

23. Right-click on org.openntf.xworlds.features.server and select Install Feature.... (If it says it's already loaded, use Update Feature instead)
24. Open servers > default server > server.xml and click on Feature Manager. Click Add... and select usr:CrossWorlds-1.0. Repeat for cdi-1.2, jaxrs-2.0, localConnector-1.0.

25. Right-click and select Import > Maven Projects and navigate to folder containing pom.xml of OdaDemoAppLiberty.
26. If you receive errors with org.openntf.xworlds.webapp.j2eeenabler, try closing the project and re-opening it. If that doesn't fix it, check Maven Settings in Eclipse for repository location. Then check org/openntf/xworlds/webapp/j2eenabler folder exists. If not, extract from attached, then close and re-open the project.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
CrossWorlds
===========
# CrossWorlds

The CrossWorlds Project for IBM Domino and OpenNTF ODA
The CrossWorlds Project for IBM Domino and OpenNTF ODA brings together:

- Domino
- OpenNTF Domino API
- WebSphere Liberty

## Repository structure

## Documentation

For an introduction: http://www.slideshare.net/DanieleVistalli/introducing-crossworlds-for-ibm-domino
11 changes: 11 additions & 0 deletions branch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# About the development branch

This branch is the place where development for CrossWorls 0.5 is taking place.

Objectives for this branch:

- Build the first releasable version of CrossWorlds
- Provide configuration samples
- Provide documentation on the supported features inherited from OpenNTF Domino Api
- Provide documentation on additional features enabled by CrossWorlds
- Sampler application with groovy console
9 changes: 9 additions & 0 deletions org.openntf.xworlds.core/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?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 combineaccessrules="false" kind="src" path="/org.openntf.xworlds.dominodeps"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.openntf.xworlds.oda"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions org.openntf.xworlds.core/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin/
48 changes: 48 additions & 0 deletions org.openntf.xworlds.core/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.openntf.xworlds.core</name>
<comment></comment>
<projects>
<project>org.openntf.xworlds.dominodeps</project>
<project>org.openntf.xworlds.oda</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.zeroturnaround.eclipse.rebelXmlBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.zeroturnaround.eclipse.jrebelNature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
com.ibm.etools.aries.all=applied
com.ibm.etools.aries.java.jars=applied
com.ibm.etools.aries.web.export=applied
eclipse.preferences.version=1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
use-project-settings=false
3 changes: 3 additions & 0 deletions org.openntf.xworlds.core/.settings/com.ibm.ws.st.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
com.ibm.ws.st.feature.blueprint-1.0=never
com.ibm.ws.st.feature.servlet-3.1=never
eclipse.preferences.version=1
12 changes: 12 additions & 0 deletions org.openntf.xworlds.core/.settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
6 changes: 6 additions & 0 deletions org.openntf.xworlds.core/.settings/org.eclipse.pde.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
BUNDLE_ROOT_PATH=BundleContent
eclipse.preferences.version=1
manifest.exportWizard=com.ibm.etools.aries.bundle.export
manifest.launchShortcuts=org.eclipse.wst.server.launchShortcut,org.eclipse.wst.server.launchShortcut
pluginProject.extensions=false
resolve.requirebundle=false
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="org.openntf.xworlds.core">
<wb-resource deploy-path="/" source-path="/src"/>
<wb-resource deploy-path="/" source-path="/BundleContent"/>
</wb-module>
</project-modules>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<runtime name="WebSphere Application Server Liberty Profile"/>
<fixed facet="osgi.bundle"/>
<fixed facet="java"/>
<installed facet="java" version="1.6"/>
<installed facet="osgi.bundle" version="1.0"/>
</faceted-project>
Loading