Skip to content

Commit

Permalink
Code refactor: Everything will start with com.espressif.idf
Browse files Browse the repository at this point in the history
  • Loading branch information
kolipakakondal committed Feb 19, 2019
1 parent 3a45736 commit 41d9d9c
Show file tree
Hide file tree
Showing 29 changed files with 54 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.espressif.ide.root</name>
<name>com.espressif.idf.root</name>
<comment></comment>
<projects>
</projects>
Expand Down
2 changes: 1 addition & 1 deletion bundles/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.espressif.ide.bundles</name>
<name>com.espressif.idf.bundles</name>
<comment></comment>
<projects>
</projects>
Expand Down
4 changes: 2 additions & 2 deletions bundles/com.espressif.idf.core/pom.xml
Expand Up @@ -7,8 +7,8 @@
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.bundles</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.bundles</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
</project>
4 changes: 2 additions & 2 deletions bundles/com.espressif.idf.ui/pom.xml
Expand Up @@ -7,8 +7,8 @@
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.bundles</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.bundles</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
</project>
8 changes: 4 additions & 4 deletions bundles/pom.xml
Expand Up @@ -4,14 +4,14 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.bundles</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.bundles</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.root</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.root</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.espressif.ide.features</name>
<name>com.espressif.idf.features</name>
<comment></comment>
<projects>
</projects>
Expand Down
4 changes: 2 additions & 2 deletions features/com.espressif.idf.feature/pom.xml
Expand Up @@ -8,8 +8,8 @@
<packaging>eclipse-feature</packaging>

<parent>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.features</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
</project>
8 changes: 4 additions & 4 deletions features/pom.xml
@@ -1,13 +1,13 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.features</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.root</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.root</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -4,16 +4,16 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.root</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.configuration</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.configuration</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>./releng/com.espressif.ide.configuration</relativePath>
<relativePath>./releng/com.espressif.idf.configuration</relativePath>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion releng/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.espressif.ide.releng</name>
<name>com.espressif.idf.releng</name>
<comment></comment>
<projects>
</projects>
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.espressif.ide.config</name>
<name>com.espressif.idf.config</name>
<comment></comment>
<projects>
</projects>
Expand Down
Expand Up @@ -2,8 +2,8 @@
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>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.configuration</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.configuration</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

Expand Down Expand Up @@ -31,8 +31,8 @@
<!-- Target definition-->
<target>
<artifact>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.target</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.target</artifactId>
<version>1.0.0-SNAPSHOT</version>
</artifact>
</target>
Expand Down
File renamed without changes.
File renamed without changes.
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.espressif.ide.update</name>
<name>com.espressif.idf.target</name>
<comment></comment>
<projects>
</projects>
Expand Down
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="com.espressif.ide.target" sequenceNumber="25">
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="com.espressif.idf.target" sequenceNumber="25">
<locations>

<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
Expand Down
Expand Up @@ -2,14 +2,14 @@
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>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.target</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.target</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-target-definition</packaging>

<parent>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.releng</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.releng</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
</project>
File renamed without changes.
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.espressif.ide.target</name>
<name>com.espressif.idf.update</name>
<comment></comment>
<projects>
</projects>
Expand Down
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
Expand Up @@ -2,14 +2,13 @@
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>com.espressif.ide.update</artifactId>
<artifactId>com.espressif.idf.update</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>

<parent>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.releng</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.releng</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
</project>

</project>
12 changes: 6 additions & 6 deletions releng/pom.xml
Expand Up @@ -4,19 +4,19 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.releng</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.releng</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.root</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.root</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<modules>
<module>com.espressif.ide.update</module>
<module>com.espressif.ide.target</module>
<module>com.espressif.idf.update</module>
<module>com.espressif.idf.target</module>
</modules>
</project>
2 changes: 1 addition & 1 deletion tests/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.espressif.ide.tests</name>
<name>com.espressif.idf.tests</name>
<comment></comment>
<projects>
</projects>
Expand Down
8 changes: 4 additions & 4 deletions tests/pom.xml
Expand Up @@ -4,14 +4,14 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.tests</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.espressif.ide</groupId>
<artifactId>com.espressif.ide.root</artifactId>
<groupId>com.espressif.idf</groupId>
<artifactId>com.espressif.idf.root</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

Expand Down

0 comments on commit 41d9d9c

Please sign in to comment.