Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Use a shorter less awkward reverse DNS name #63

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
path: openchrom3rdparty
- name: Build with Maven
run: cd openchrom3rdparty && mvn -f openchrom/cbi/net.openchrom.thirdpartylibraries.cbi/pom.xml install --batch-mode --no-transfer-progress
run: cd openchrom3rdparty && mvn -f openchrom/cbi/net.openchrom.thirdparty.cbi/pom.xml install --batch-mode --no-transfer-progress
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>thirdpartylibraries.targetplatform</name>
<name>net.openchrom.thirdparty.cbi</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,25 +76,25 @@
MODULES
-->
<modules>
<module>../thirdpartylibraries.targetplatform</module>
<module>../thirdparty.targetplatform</module>
<module>../../plugins</module>
<module>../../features</module>
<!-- CDK -->
<module>../../plugins/net.openchrom.thirdpartylibraries.cdk</module>
<module>../../features/net.openchrom.thirdpartylibraries.cdk.feature</module>
<module>../../plugins/net.openchrom.thirdparty.cdk</module>
<module>../../features/net.openchrom.thirdparty.cdk.feature</module>
<!-- JHDF5 -->
<module>../../plugins/net.openchrom.thirdpartylibraries.jhdf5</module>
<module>../../features/net.openchrom.thirdpartylibraries.jhdf5.feature</module>
<module>../../plugins/net.openchrom.thirdparty.jhdf5</module>
<module>../../features/net.openchrom.thirdparty.jhdf5.feature</module>
<!-- Mockito -->
<module>../../plugins/net.openchrom.thirdpartylibraries.mockito</module>
<module>../../features/net.openchrom.thirdpartylibraries.mockito.feature</module>
<module>../../plugins/net.openchrom.thirdparty.mockito</module>
<module>../../features/net.openchrom.thirdparty.mockito.feature</module>
<!-- EclipseLink -->
<module>../../plugins/net.openchrom.thirdpartylibraries.eclipselink</module>
<module>../../features/net.openchrom.thirdpartylibraries.eclipselink.feature</module>
<module>../../plugins/net.openchrom.thirdparty.eclipselink</module>
<module>../../features/net.openchrom.thirdparty.eclipselink.feature</module>
<!-- Oracle database driver finder -->
<module>../../plugins/net.openchrom.thirdpartylibraries.oracle</module>
<module>../../features/net.openchrom.thirdpartylibraries.oracle.feature</module>
<module>../../plugins/net.openchrom.thirdparty.oracle</module>
<module>../../features/net.openchrom.thirdparty.oracle.feature</module>
<!-- Update Site (Selected third party libraries) -->
<module>../../sites/net.openchrom.thirdpartylibraries.updateSite</module>
<module>../../sites/net.openchrom.thirdparty.updateSite</module>
</modules>
</project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.openchrom.thirdpartylibraries.cbi</name>
<name>thirdparty.targetplatform</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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>
<artifactId>thirdpartylibraries.targetplatform</artifactId>
<artifactId>thirdparty.targetplatform</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>Target Project</name>
<description>This contains the target definition used to build openchrom 3rpl</description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.openchrom.thirdpartylibraries.cdk.feature</name>
<name>net.openchrom.thirdparty.cdk.feature</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="net.openchrom.thirdpartylibraries.cdk.feature"
id="net.openchrom.thirdparty.cdk.feature"
label="CDK (Chemistry Development Kit)"
version="2.8.0.qualifier"
provider-name="OpenChrom">
Expand Down Expand Up @@ -38,7 +38,7 @@ USA
</url>

<plugin
id="net.openchrom.thirdpartylibraries.cdk"
id="net.openchrom.thirdparty.cdk"
download-size="0"
install-size="0"
version="0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>BUILD-VERSION</version>
</parent>

<artifactId>net.openchrom.thirdpartylibraries.cdk.feature</artifactId>
<artifactId>net.openchrom.thirdparty.cdk.feature</artifactId>
<version>2.8.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.openchrom.thirdpartylibraries.jhdf5.feature</name>
<name>net.openchrom.thirdparty.eclipselink.feature</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="net.openchrom.thirdpartylibraries.eclipselink.feature"
id="net.openchrom.thirdparty.eclipselink.feature"
label="EclipseLink"
version="2.7.10.qualifier"
provider-name="OpenChrom">
Expand All @@ -23,7 +23,7 @@ http://www.eclipse.org/legal/epl-v10.html
</license>

<plugin
id="net.openchrom.thirdpartylibraries.eclipselink"
id="net.openchrom.thirdparty.eclipselink"
download-size="0"
install-size="0"
version="0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>BUILD-VERSION</version>
</parent>

<artifactId>net.openchrom.thirdpartylibraries.eclipselink.feature</artifactId>
<artifactId>net.openchrom.thirdparty.eclipselink.feature</artifactId>
<version>2.7.10-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.openchrom.thirdpartylibraries.oracle.feature</name>
<name>net.openchrom.thirdparty.jhdf5.feature</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="net.openchrom.thirdpartylibraries.jhdf5.feature"
id="net.openchrom.thirdparty.jhdf5.feature"
label="JHDF5"
version="19.4.1.qualifier"
provider-name="OpenChrom">
Expand Down Expand Up @@ -30,7 +30,7 @@ limitations under the License.
</license>

<plugin
id="net.openchrom.thirdpartylibraries.jhdf5"
id="net.openchrom.thirdparty.jhdf5"
download-size="0"
install-size="0"
version="0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>BUILD-VERSION</version>
</parent>

<artifactId>net.openchrom.thirdpartylibraries.jhdf5.feature</artifactId>
<artifactId>net.openchrom.thirdparty.jhdf5.feature</artifactId>
<version>19.4.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.openchrom.thirdpartylibraries.mockito.feature</name>
<name>net.openchrom.thirdparty.mockito.feature</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="net.openchrom.thirdpartylibraries.mockito.feature"
id="net.openchrom.thirdparty.mockito.feature"
label="Mockito"
version="2.0.2.qualifier"
provider-name="OpenChrom">
Expand Down Expand Up @@ -43,7 +43,7 @@ WITH THE ACCESS, USE OR PERFORMANCE OF THIS SOFTWARE.
</url>

<plugin
id="net.openchrom.thirdpartylibraries.mockito"
id="net.openchrom.thirdparty.mockito"
download-size="0"
install-size="0"
version="0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>BUILD-VERSION</version>
</parent>

<artifactId>net.openchrom.thirdpartylibraries.mockito.feature</artifactId>
<artifactId>net.openchrom.thirdparty.mockito.feature</artifactId>
<version>2.0.2-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.openchrom.thirdparty.oracle.feature</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="net.openchrom.thirdpartylibraries.oracle.feature"
id="net.openchrom.thirdparty.oracle.feature"
label="Oracle DB"
version="1.0.0.qualifier"
provider-name="OpenChrom">
Expand All @@ -11,7 +11,7 @@ This feature encapsulates a wrapper that allows to drop in Oracle JDBC.
</description>

<plugin
id="net.openchrom.thirdpartylibraries.oracle"
id="net.openchrom.thirdparty.oracle"
download-size="0"
install-size="0"
version="0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>BUILD-VERSION</version>
</parent>

<artifactId>net.openchrom.thirdpartylibraries.oracle.feature</artifactId>
<artifactId>net.openchrom.thirdparty.oracle.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

This file was deleted.

2 changes: 1 addition & 1 deletion openchrom/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>net.openchrom</groupId>
<artifactId>parent</artifactId>
<version>BUILD-VERSION</version>
<relativePath>../cbi/net.openchrom.thirdpartylibraries.cbi/pom.xml</relativePath>
<relativePath>../cbi/net.openchrom.thirdparty.cbi/pom.xml</relativePath>
</parent>

<artifactId>net.openchrom.features.parent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.openchrom.thirdpartylibraries.cdk</name>
<name>net.openchrom.thirdparty.cdk</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Manifest-Version: 1.0
Automatic-Module-Name: net.openchrom.thirdpartylibraries.cdk
Automatic-Module-Name: net.openchrom.thirdparty.cdk
Eclipse-BuddyPolicy: registered
Bundle-ManifestVersion: 2
Bundle-Name: CDK (Chemistry Development Kit)
Bundle-SymbolicName: net.openchrom.thirdpartylibraries.cdk;singleton:=true
Bundle-SymbolicName: net.openchrom.thirdparty.cdk;singleton:=true
Bundle-Version: 2.9.0.qualifier
Bundle-Activator: net.openchrom.thirdpartylibraries.cdk.Activator
Bundle-Activator: net.openchrom.thirdparty.cdk.Activator
Bundle-Vendor: The OpenScience Project
Require-Bundle: org.eclipse.core.runtime,
javax.vecmath;bundle-version="1.5.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>BUILD-VERSION</version>
</parent>

<artifactId>net.openchrom.thirdpartylibraries.cdk</artifactId>
<artifactId>net.openchrom.thirdparty.cdk</artifactId>
<version>2.9.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
package net.openchrom.thirdpartylibraries.cdk;
package net.openchrom.thirdparty.cdk;

import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.openchrom.thirdpartylibraries.oracle</name>
<name>net.openchrom.thirdparty.eclipselink</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Manifest-Version: 1.0
Automatic-Module-Name: net.openchrom.thirdpartylibraries.eclipselink
Automatic-Module-Name: net.openchrom.thirdparty.eclipselink
Eclipse-BuddyPolicy: registered
Bundle-ManifestVersion: 2
Bundle-Name: Eclipselink
Bundle-SymbolicName: net.openchrom.thirdpartylibraries.eclipselink
Bundle-SymbolicName: net.openchrom.thirdparty.eclipselink
Bundle-Version: 2.7.10.qualifier
Bundle-Activator: net.openchrom.thirdpartylibraries.eclipselink.Activator
Bundle-Activator: net.openchrom.thirdparty.eclipselink.Activator
Bundle-Vendor: OpenChrom
Require-Bundle: org.eclipse.core.runtime
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>BUILD-VERSION</version>
</parent>

<artifactId>net.openchrom.thirdpartylibraries.eclipselink</artifactId>
<artifactId>net.openchrom.thirdparty.eclipselink</artifactId>
<version>2.7.10-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Contributors:
* Philip Wenig - initial API and implementation
*******************************************************************************/
package net.openchrom.thirdpartylibraries.eclipselink;
package net.openchrom.thirdparty.eclipselink;

import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
Expand Down
28 changes: 28 additions & 0 deletions openchrom/plugins/net.openchrom.thirdparty.jhdf5/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>net.openchrom.thirdparty.jhdf5</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Loading
Loading