-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial copy of .xspprops from the ExtLib (Issue #303)
- Loading branch information
1 parent
3e80523
commit 6640589
Showing
181 changed files
with
33,140 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
nsfodp/bundles/org.openntf.nsfodp.eclipse.xspprops/META-INF/MANIFEST.MF
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,17 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: %pluginName | ||
Bundle-SymbolicName: org.openntf.nsfodp.eclipse.xspprops;singleton:=true | ||
Automatic-Module-Name: org.openntf.nsfodp.odp.eclipse.xspprops | ||
Bundle-Version: 3.9.0.qualifier | ||
Bundle-Vendor: %providerName | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
Bundle-Localization: plugin | ||
Require-Bundle: org.eclipse.ui, | ||
org.eclipse.core.runtime, | ||
org.eclipse.ui.editors;bundle-version="3.4.0", | ||
org.eclipse.jdt.ui;bundle-version="3.4.2", | ||
org.eclipse.jface.text;bundle-version="3.4.2", | ||
org.eclipse.core.resources;bundle-version="3.4.2", | ||
org.eclipse.ui.ide;bundle-version="3.4.2", | ||
org.eclipse.ui.forms;bundle-version="3.3.104" |
7 changes: 7 additions & 0 deletions
7
nsfodp/bundles/org.openntf.nsfodp.eclipse.xspprops/build.properties
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,7 @@ | ||
source.. = src | ||
output.. = target/classes | ||
bin.includes = META-INF/,\ | ||
.,\ | ||
plugin.xml,\ | ||
plugin.properties,\ | ||
dominoschemas/ |
18 changes: 18 additions & 0 deletions
18
nsfodp/bundles/org.openntf.nsfodp.eclipse.xspprops/plugin.properties
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,18 @@ | ||
# | ||
# Copyright © 2018-2022 Jesse Gallagher | ||
# | ||
# 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. | ||
# | ||
|
||
pluginName=NSF XSP Properties Editor | ||
providerName=OpenNTF |
23 changes: 23 additions & 0 deletions
23
nsfodp/bundles/org.openntf.nsfodp.eclipse.xspprops/plugin.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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright © 2018-2022 Jesse Gallagher | ||
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. | ||
--> | ||
<?eclipse version="3.4"?> | ||
<plugin> | ||
|
||
|
||
</plugin> |
12 changes: 12 additions & 0 deletions
12
nsfodp/bundles/org.openntf.nsfodp.eclipse.xspprops/pom.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.openntf.nsfodp</groupId> | ||
<artifactId>nsfodp</artifactId> | ||
<version>3.9.0-SNAPSHOT</version> | ||
<relativePath>../..</relativePath> | ||
</parent> | ||
<artifactId>org.openntf.nsfodp.eclipse.xspprops</artifactId> | ||
<packaging>eclipse-plugin</packaging> | ||
</project> |
24 changes: 24 additions & 0 deletions
24
nsfodp/bundles/org.openntf.nsfodp.eclipse.xspprops/src/com/ibm/commons/IPlatformService.java
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,24 @@ | ||
/* | ||
* © Copyright IBM Corp. 2012-2013 | ||
* | ||
* 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. | ||
*/ | ||
|
||
package com.ibm.commons; | ||
|
||
/** | ||
* IPlatformService Interface | ||
*/ | ||
public interface IPlatformService { | ||
|
||
} |
Oops, something went wrong.