Skip to content

Commit

Permalink
Add initial copy of .xspprops from the ExtLib (Issue #303)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-gallagher committed May 9, 2022
1 parent 3e80523 commit 6640589
Show file tree
Hide file tree
Showing 181 changed files with 33,140 additions and 0 deletions.
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"
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/
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 nsfodp/bundles/org.openntf.nsfodp.eclipse.xspprops/plugin.xml
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 nsfodp/bundles/org.openntf.nsfodp.eclipse.xspprops/pom.xml
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>
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 {

}
Loading

0 comments on commit 6640589

Please sign in to comment.