Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Shervin Nourbakhsh
cameo
Commits
ad45587b
Commit
ad45587b
authored
Feb 18, 2020
by
legoc
Browse files
Removed cameo-com-jeromq-0.3
parent
209d20ad
Changes
6
Hide whitespace changes
Inline
Side-by-side
cameo-com/cameo-com-jeromq-0.3/.classpath
deleted
100644 → 0
View file @
209d20ad
<?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/J2SE-1.5"
>
<attributes>
<attribute
name=
"module"
value=
"true"
/>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"con"
path=
"org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"
>
<attributes>
<attribute
name=
"maven.pomderived"
value=
"true"
/>
</attributes>
</classpathentry>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
</classpath>
cameo-com/cameo-com-jeromq-0.3/.gitignore
deleted
100644 → 0
View file @
209d20ad
/target/
/.settings/
cameo-com/cameo-com-jeromq-0.3/.project
deleted
100644 → 0
View file @
209d20ad
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
cameo-com-jeromq-0.3
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
org.eclipse.jdt.core.javabuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.m2e.core.maven2Builder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.jdt.core.javanature
</nature>
<nature>
org.eclipse.m2e.core.maven2Nature
</nature>
</natures>
</projectDescription>
cameo-com/cameo-com-jeromq-0.3/CHANGELOG.md
deleted
100644 → 0
View file @
209d20ad
0.0.2
-----
*
Part of a maven multimodule project.
0.
0.1
-----
*
First version
\ No newline at end of file
cameo-com/cameo-com-jeromq-0.3/pom.xml
deleted
100644 → 0
View file @
209d20ad
<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>
fr.ill.ics
</groupId>
<artifactId>
cameo-com
</artifactId>
<version>
0.0.1
</version>
</parent>
<artifactId>
cameo-com-jeromq-0.3
</artifactId>
<version>
0.0.2
</version>
<properties>
<project.scm.id>
ill-code
</project.scm.id>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven.javadoc.skip>
true
</maven.javadoc.skip>
<maven.javadoc.failOnError>
false
</maven.javadoc.failOnError>
<maven.compiler.source>
8
</maven.compiler.source>
<maven.compiler.target>
8
</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>
org.zeromq
</groupId>
<artifactId>
jeromq
</artifactId>
<version>
0.3.6
</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>
../cameo-com-jzmq/src/main/java
</sourceDirectory>
</build>
</project>
\ No newline at end of file
cameo-com/pom.xml
View file @
ad45587b
...
...
@@ -10,7 +10,6 @@
<modules>
<module>
cameo-com-jzmq
</module>
<module>
cameo-com-jeromq-0.3
</module>
<module>
cameo-com-jeromq
</module>
</modules>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment