Skip to content

Commit

Permalink
feat(user-plugins): added ccw-plugin-hello-world as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentpetit committed Jun 26, 2015
1 parent dc2ab1f commit d00accd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "ccw.core/ccw-plugins/ccw-plugin-manager"]
path = ccw.core/ccw-plugins/ccw-plugin-manager
url = https://github.com/ccw-ide/ccw-plugin-manager.git
[submodule "ccw.core/ccw-plugins/ccw-plugin-hello-world"]
path = ccw.core/ccw-plugins/ccw-plugin-hello-world
url = https://github.com/ccw-ide/ccw-plugin-hello-world
1 change: 1 addition & 0 deletions ccw.core/.classpath
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="ccw-plugins/ccw-plugin-hello-world/"/>
<classpathentry exported="true" kind="lib" path="ccw-plugins/ccw-plugin-manager/"/>
<classpathentry exported="true" kind="lib" path="ccw-plugins/ccw-plugin-zoom/"/>
<classpathentry exported="true" kind="lib" path="lib/aether-api-jar/"/>
Expand Down
3 changes: 2 additions & 1 deletion ccw.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ Bundle-ClassPath: .,
lib/wagon-http-shared-jar/,
lib/wagon-provider-api-jar/,
ccw-plugins/ccw-plugin-zoom/,
ccw-plugins/ccw-plugin-manager/
ccw-plugins/ccw-plugin-manager/,
ccw-plugins/ccw-plugin-hello-world/
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: Counterclockwise team
Eclipse-BundleShape: dir
Expand Down
3 changes: 1 addition & 2 deletions ccw.core/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ bin.includes = META-INF/,\
lib/wagon-http-jar/,\
lib/wagon-http-shared-jar/,\
lib/wagon-provider-api-jar/,\
ccw-plugins/,\
ccw-plugins/ccw-plugin-manager/
ccw-plugins/
jars.compile.order = .
source.. = src/java/,\
src/clj/
Expand Down
1 change: 1 addition & 0 deletions ccw.core/ccw-plugins/ccw-plugin-hello-world
Submodule ccw-plugin-hello-world added at d94891

0 comments on commit d00accd

Please sign in to comment.