Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2016-07-21 16:04:10 +0000
committerdonald.g.dunne2016-08-02 21:46:37 +0000
commita1b7f66597a8310388680fd117d7764945f90ffe (patch)
treee4b994a2c78b72485e06b1d4baf94279427d8b88
parent73b0e955f6b09668a5a5e8575056f88681e7cb41 (diff)
downloadorg.eclipse.osee-a1b7f66597a8310388680fd117d7764945f90ffe.tar.gz
org.eclipse.osee-a1b7f66597a8310388680fd117d7764945f90ffe.tar.xz
org.eclipse.osee-a1b7f66597a8310388680fd117d7764945f90ffe.zip
refinement: Add mozilla javascript
-rw-r--r--features/org.eclipse.osee.dep.feature/feature.xml6
-rw-r--r--plugins/org.eclipse.osee.dep.parent/README.txt1
2 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.dep.feature/feature.xml b/features/org.eclipse.osee.dep.feature/feature.xml
index fadf67f31f1..988f9c9fd71 100644
--- a/features/org.eclipse.osee.dep.feature/feature.xml
+++ b/features/org.eclipse.osee.dep.feature/feature.xml
@@ -1140,4 +1140,10 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.mozilla.javascript"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
</feature>
diff --git a/plugins/org.eclipse.osee.dep.parent/README.txt b/plugins/org.eclipse.osee.dep.parent/README.txt
new file mode 100644
index 00000000000..0fad5931071
--- /dev/null
+++ b/plugins/org.eclipse.osee.dep.parent/README.txt
@@ -0,0 +1 @@
+mvn clean verify -Declipse-ip-site=file:../../../org.eclipse.ip/org.eclipse.ip.p2/target/repository/

Back to the top